Skip to content

Releases: EasyPost/easypost-node

v6.8.1

13 Oct 19:10
1f22b49
Compare
Choose a tag to compare
  • Fixes a bug causing ScanForm creation to fail

v6.8.0

11 Oct 17:40
20e122d
Compare
Choose a tag to compare
  • Adds apiKeys method to User service allowing you to retrieve parent or child API keys by user ID
  • Adds all possible ITrackerStatusDetail values to the Typescript definitions

v6.7.3

05 Sep 21:52
301150a
Compare
Choose a tag to compare
  • Fix endpoint for creating a FedEx Smartpost carrier account

v6.7.2

09 Aug 18:12
9b82196
Compare
Choose a tag to compare
  • Corrects the Typescript definition for lowestRate of Shipment, Order, and Pickup objects

v6.7.1

07 Aug 21:47
d624886
Compare
Choose a tag to compare
  • Checks for X-Hmac-Signature header during webhook validation regardless of casing (closes #399)

v6.7.0

28 Jul 16:07
9a05fdc
Compare
Choose a tag to compare
  • Adds methods to the easypost client for subscribing and unsubscribing from requests and responses being sent to the API
    • addRequestHook: Adds a request hook to the EasyPost client. Useful for logging or debugging.
    • removeRequestHook: Removes a request hook from the EasyPost client.
    • clearRequestHooks: Clears all request hooks from the EasyPost client.
    • addResponseHook: Adds a response hook to the EasyPost client. Useful for logging or debugging.
    • removeResponseHook: Removes a response hook from the EasyPost client.
    • clearResponseHooks: Clears all response hooks from the EasyPost client.
  • Maps 400 status codes to new BadRequestError class

v6.6.1

20 Jun 16:35
cdf4049
Compare
Choose a tag to compare
  • Fixes the pickup_rates Typescript property of a Pickup

v6.6.0

06 Jun 21:31
929ba10
Compare
Choose a tag to compare
  • Retrieving carrier metadata is now generally available via client.carrierMetadata.retrieve
  • Bumps and modernizes all dependencies which no longer requires a force install/update
  • Adds support for Typescript 5
  • Typescript definitions graduated from beta to GA

v6.5.0

09 May 21:33
32746a9
Compare
Choose a tag to compare
  • Adds missing typescript definitions for Utility class
  • Fixes incorrect typescript definitions for Address, EndShipper and Webhook class methods
  • Moves Utils to EasyPostClient class

v6.4.0

02 May 16:02
b54d337
Compare
Choose a tag to compare
  • Adds retrieveEstimatedDeliveryDate in Shipment service