Releases: EasyPost/easypost-node
Releases · EasyPost/easypost-node
v8.2.0
v8.1.0
- Adds
reference
andrecipient_name
to Claims
v8.0.2
- Corrects the endpoint used for creating/updating UPS accounts
v8.0.1
- Fixes built distribution by removing reference to removed
repl
v8.0.0
See our Upgrade Guide for more details.
- Drop support for Node 12, 13, 14, and 15
- Adds
webhook_secret
andcustom_headers
properties to Typescript definitions of a Webhook - Adds the following functions to assist ReferralCustomers add credit cards and bank accounts:
betaReferralCustomer.createCreditCardClientSecret
betaReferralCustomer.createBankAccountClientSecret
referralCustomer.addCreditCardFromStripe
referralCustomer.addBankAccountFromStripe
- Adds missing tracker props
- Routes
AmazonShippingAccount
to the correct endpoint on create - Fixes all references to the docs
- Properly returns the response body of the following functions:
addPaymentMethod
,refundByAmount
,refundByPaymentLog
findMatchingMockRequest
mocking function made private- Removes undocumented and unmaintained
repl
- Bumps dependencies
v7.5.5
v7.5.4
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