Skip to content

Releases: EasyPost/easypost-php

v8.2.0

18 Jun 16:30
a561a26
Compare
Choose a tag to compare
  • Adds the following functions
    • shipment.createAndBuyLuma
    • shipment.buyLuma
    • luma.getPromise

v8.1.0

29 May 19:43
dd219c6
Compare
Choose a tag to compare
  • Adds reference to claims

v8.0.1

27 May 18:02
37d5f07
Compare
Choose a tag to compare
  • Corrects the endpoint used for creating/updating UPS accounts

v8.0.0

30 Apr 19:15
b4d8f33
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix parameters for retrieving next page of child users

v7.4.0

24 Jul 18:20
77cd5a8
Compare
Choose a tag to compare

What's Changed

  • Adds new Claim service for filing claims on EasyPost shipments and insurances

Related PRs

Full Changelog: v7.3.0...v7.4.0

v7.3.0

12 Jul 22:20
76d7643
Compare
Choose a tag to compare

What's Changed

  • Adds new shipment.recommendShipDate, smartrate.recommendShipDate, and smartrate.estimateDeliveryDate functions
  • Routes UpsAccount, UpsMailInnovationsAccount, and UpsSurepostAccount 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

Related PRs

Full Changelog: v7.2.0...v7.3.0

v7.2.0

10 Apr 20:05
de9a10d
Compare
Choose a tag to compare
  • Fix payment method funding and deletion failures due to undetermined payment method type
  • Adds refund function in the Insurance service for requesting a refund for a standalone insurance

v5.9.0

28 Mar 20:42
d1609d9
Compare
Choose a tag to compare

What's Changed

  • [ADDED] Beta paginated_api_keys functionality to the User class
    • Retrieves a paginated list of API keys for the authenticated user, versus api_keys, which returns an unpaginated list

Related PRs

Full Changelog: v7.1.0...v5.9.0