Skip to content

Releases: EasyPost/easypost-node

v7.5.2

16 Aug 18:49
1d82170
Compare
Choose a tag to compare
  • Fixes webhook validation when the weight field contains a float by converting it back into a float after conversion from a string (closes #467)

v7.5.1

09 Aug 19:26
2304d1e
Compare
Choose a tag to compare
  • Adds missing properties to Rate model
    • delivery_date
    • est_delivery_days
  • Fixes getNextPage function in User Service

v7.5.0

24 Jul 18:42
899f856
Compare
Choose a tag to compare

Adds new Claim service for filing claims on EasyPost shipments and insurances

v7.4.0

12 Jul 22:25
5eacb34
Compare
Choose a tag to compare

What's Changed

  • Adds new Shipment.recommendShipDate, SmartRate.recommendShipDate, and SmartRate.estimateDeliveryDate functions
  • Routes UpsAccount, UpsMailInnovationsAccount, and UpsSurepostAccount create/update requests to the new /ups_oauth_registrations endpoint
    • Starting 2024-08-05, UPS accounts will require a new payload to register or update. See UPS OAuth 2.0 Update for more details

Related PRs

  • feat: Account for new UPS endpoint in carrier account create/update functions by @nwithan8 in #455
  • [feat] Add new SmartRate "recommend ship date", "estimate delivery date" functions by @nwithan8 in #457
  • [chore] Prep for v7.4.0 release by @nwithan8 in #458

Full Changelog: v7.3.1...v7.4.0

v7.3.1

21 Jun 17:19
3cb195f
Compare
Choose a tag to compare
  • Removes the unusable CarbonOffset types

v7.3.0

10 Apr 21:18
93737bf
Compare
Choose a tag to compare
  • Fix payment method funding and deletion failures due to undetermined payment method type
  • Adds refund function in Insurance service for requesting a refund of standalone insurance.

v7.2.0

22 Jan 21:53
91f3e5a
Compare
Choose a tag to compare
  • Adds missing exports to Typescript definitions (ApiKey, Billing, Brand, EndShipper, Fee, PaymentMethod, Rate, Refund) - closes #433

v7.1.0

08 Jan 22:53
9d2e86d
Compare
Choose a tag to compare
  • Adds allChildren function in User service to get a paginated list of children
  • Adds getNextPage function in User service to get next paginated list of children

v7.0.0

06 Dec 18:05
7e5526a
Compare
Choose a tag to compare
  • Removes withCarbonOffset parameter from shipment create and buy functions
  • Removes carbon_offset property of Rate object
  • Fixes a pagination issue by passing along additional params used when fetching first page
  • Removes createAndBuy function from Batch service (deprecated endpoint server-side)
  • Removes the beta_carrier_metadata service as it is deprecated, please use the carrier_metadata GA service instead

v6.8.2

20 Oct 19:02
891e4a5
Compare
Choose a tag to compare
  • Bump all dependencies to address security vulnerabilities in Babel