Skip to content

Releases: EasyPost/easypost-node

v8.7.0

25 Feb 20:59
a2c5d09

Choose a tag to compare

  • Adds generic makeApiCall function

v8.6.0

20 Feb 17:51
be96ca7

Choose a tag to compare

  • Adds the following functions:
    • FedExRegistration.registerAddress
    • FedExRegistration.requestPin
    • FedExRegistration.validatePin
    • FedExRegistration.submitInvoice
  • Corrects additional Typescript definitions (eg: reference to Rate on Shipment, Claim missing reference)
    • Adds automated testing to catch Typescript errors in the future
  • Bumps dependencies

v8.5.0

04 Feb 16:43
7871172

Choose a tag to compare

  • Adds the following functions usable by child and referral customer users:
    • ApiKey.create
    • ApiKey.delete
    • ApiKey.enable
    • ApiKey.disable
  • Adds a Tracker.delete function
  • Fixes various Typescript definitions (adding missing items, correcting invalid items, consolidating duplicates, etc)
    • Fixes TypeScript exports for model classes to be type-only exports. This prevents runtime errors when attempting to use these classes with instanceof or as constructors, since they are not actually exported as JavaScript values from the package. Users can still use these types for type annotations. (closes #456)

v8.4.0

24 Nov 21:11
983c176

Choose a tag to compare

  • Adds the following functions:
    • embeddable.createSession
    • customerPortal.createAccountLink
  • Bumps dependencies

v8.3.0

10 Nov 17:52
47e9f60

Choose a tag to compare

  • Adds support for UspsShipAccount
  • Adds Tracker.retrieveBatch function
  • Adds verify_carrier address param

v8.2.0

18 Jun 16:31
66d2e19

Choose a tag to compare

  • Adds the following functions
    • shipment.createAndBuyLuma
    • shipment.buyLuma
    • luma.getPromise

v8.1.0

29 May 19:43
91842e4

Choose a tag to compare

  • Adds reference and recipient_name to Claims

v8.0.2

27 May 18:04
5ccb213

Choose a tag to compare

  • Corrects the endpoint used for creating/updating UPS accounts

v8.0.1

08 May 20:16
65f58c6

Choose a tag to compare

  • Fixes built distribution by removing reference to removed repl

v8.0.0

30 Apr 19:16
12bc394

Choose a tag to compare

See our Upgrade Guide for more details.

  • Drop support for Node 12, 13, 14, and 15
  • Adds webhook_secret and custom_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