Releases: EasyPost/easypost-node
Releases · EasyPost/easypost-node
v7.2.0
v7.1.0
- Adds
allChildrenfunction in User service to get a paginated list of children - Adds
getNextPagefunction in User service to get next paginated list of children
v7.0.0
- Removes
withCarbonOffsetparameter from shipment create and buy functions - Removes
carbon_offsetproperty ofRateobject - Fixes a pagination issue by passing along additional params used when fetching first page
- Removes
createAndBuyfunction fromBatchservice (deprecated endpoint server-side) - Removes the
beta_carrier_metadataservice as it is deprecated, please use thecarrier_metadataGA service instead
v6.8.2
- Bump all dependencies to address security vulnerabilities in Babel
v6.8.1
- Fixes a bug causing
ScanFormcreation to fail
v6.8.0
- Adds
apiKeysmethod toUserservice allowing you to retrieve parent or child API keys by user ID - Adds all possible
ITrackerStatusDetailvalues to the Typescript definitions
v6.7.3
- Fix endpoint for creating a FedEx Smartpost carrier account
v6.7.2
- Corrects the Typescript definition for
lowestRateof Shipment, Order, and Pickup objects
v6.7.1
v6.7.0
- 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
BadRequestErrorclass