Releases: EasyPost/easypost-node
Releases · EasyPost/easypost-node
v7.5.0
v7.4.0
What's Changed
- Adds new
Shipment.recommendShipDate
,SmartRate.recommendShipDate
, andSmartRate.estimateDeliveryDate
functions - Routes
UpsAccount
,UpsMailInnovationsAccount
, andUpsSurepostAccount
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
- Starting
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
- Removes the unusable CarbonOffset types
v7.3.0
- 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
v7.1.0
- 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
- Removes
withCarbonOffset
parameter from shipment create and buy functions - Removes
carbon_offset
property ofRate
object - Fixes a pagination issue by passing along additional params used when fetching first page
- Removes
createAndBuy
function fromBatch
service (deprecated endpoint server-side) - Removes the
beta_carrier_metadata
service as it is deprecated, please use thecarrier_metadata
GA service instead
v6.8.2
- Bump all dependencies to address security vulnerabilities in Babel
v6.8.1
- Fixes a bug causing
ScanForm
creation to fail
v6.8.0
- Adds
apiKeys
method toUser
service allowing you to retrieve parent or child API keys by user ID - Adds all possible
ITrackerStatusDetail
values to the Typescript definitions