Skip to content

Releases: EasyPost/easypost-php

v8.6.0

20 Feb 17:53
5f8184d

Choose a tag to compare

  • Adds the following functions:
    • fedexRegistration.registerAddress
    • fedexRegistration.requestPin
    • fedexRegistration.validatePin
    • fedexRegistration.submitInvoice

v8.5.0

03 Feb 22:17
1fc514c

Choose a tag to compare

  • Adds the following functions usable by child and referral customer users (closes #375):
    • apiKey.create
    • apiKey.delete
    • apiKey.enable
    • apiKey.disable
  • Adds tracker.delete function

v8.4.0

24 Nov 21:11
af4ed33

Choose a tag to compare

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

v8.3.0

10 Nov 17:51
2e5273c

Choose a tag to compare

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

v8.2.0

18 Jun 16:30
a561a26

Choose a tag to compare

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

v8.1.0

29 May 19:43
dd219c6

Choose a tag to compare

  • Adds reference to claims

v8.0.1

27 May 18:02
37d5f07

Choose a tag to compare

  • Corrects the endpoint used for creating/updating UPS accounts

v8.0.0

30 Apr 19:15
b4d8f33

Choose a tag to compare

See our Upgrade Guide for more details.

  • Drops support for PHP 8.0
  • Adds custom_headers property to webhook model
  • Adds the following functions to assist ReferralCustomers add credit cards and bank accounts:
    • betaReferralCustomer.createCreditCardClientSecret
    • betaReferralCustomer.createBankAccountClientSecret
    • referralCustomer.addCreditCardFromStripe
    • referralCustomer.addBankAccountFromStripe
  • Adds missing properties to Tracker and TrackingDetail models
  • Routes AmazonShippingAccount to the correct endpoint
  • Corrects wrapping payload for update webhook endpoint
  • Corrects various type hints throughout project
  • Fixes error handling
    • Corrects the type of errors property on an ApiException to allow for the alternative format
    • Fixes a bug where you could not prettyPrint an error if it used the alternative format
    • Corrects the param references to property references on all error models
    • Adds new AddressVerificationFieldError for the errors property on a Verification model
    • Adds missing suggestion property to FieldError
  • Removes deprecated tracker.createList endpoint function as it is no longer available via API
  • Removes deprecated user.allApiKeys and user.apiKeys, use apiKey.all and apiKey.retrieveApiKeysForUser respectively
  • Bump deps

v7.4.2

16 Aug 19:34
0896a92

Choose a tag to compare

  • Fixes an issue with how query params were sent when using the addCreditCard function

v7.4.1

09 Aug 19:19
7ab2a17

Choose a tag to compare

  • Fix parameters for retrieving next page of child users