Releases: EasyPost/easypost-node
Releases · EasyPost/easypost-node
v7.5.3
What's Changed
- Removes the deprecated
create_list
tracker endpoint function as it is no longer available via API - Fix invalid TypeScript definition for Shipment
buy
function (closes #478 )
Related PRs
- chore: bump dependencies by @Justintime50 in #474
- chore(deps): bump serve-static and express by @dependabot in #475
- chore(deps): bump send and express by @dependabot in #476
- chore: remove tracker
create_list
endpoint function by @Justintime50 in #477 - [fix] Outdated TypeScript definition for Shipment
buy
function by @nwithan8 in #479 - chore: update CODEOWNERS by @Justintime50 in #480
- [chore] Prep for v7.5.3 release by @nwithan8 in #481
Full Changelog: v7.5.2...v7.5.3
v7.5.2
v7.5.1
- Adds missing properties to
Rate
modeldelivery_date
est_delivery_days
- Fixes
getNextPage
function in User Service
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