Releases: EasyPost/easypost-php
Releases · EasyPost/easypost-php
v8.3.0
v8.2.0
- Adds the following functions
shipment.createAndBuyLumashipment.buyLumaluma.getPromise
v8.1.0
- Adds
referenceto claims
v8.0.1
- Corrects the endpoint used for creating/updating UPS accounts
v8.0.0
See our Upgrade Guide for more details.
- Drops support for PHP 8.0
- Adds
custom_headersproperty to webhook model - Adds the following functions to assist ReferralCustomers add credit cards and bank accounts:
betaReferralCustomer.createCreditCardClientSecretbetaReferralCustomer.createBankAccountClientSecretreferralCustomer.addCreditCardFromStripereferralCustomer.addBankAccountFromStripe
- Adds missing properties to
TrackerandTrackingDetailmodels - Routes
AmazonShippingAccountto the correct endpoint - Corrects wrapping payload for update webhook endpoint
- Corrects various type hints throughout project
- Fixes error handling
- Corrects the type of
errorsproperty on anApiExceptionto allow for the alternative format - Fixes a bug where you could not
prettyPrintan error if it used the alternative format - Corrects the
paramreferences topropertyreferences on all error models - Adds new
AddressVerificationFieldErrorfor theerrorsproperty on aVerificationmodel - Adds missing
suggestionproperty toFieldError
- Corrects the type of
- Removes deprecated
tracker.createListendpoint function as it is no longer available via API - Removes deprecated
user.allApiKeysanduser.apiKeys, useapiKey.allandapiKey.retrieveApiKeysForUserrespectively - Bump deps
v7.4.2
- Fixes an issue with how query params were sent when using the
addCreditCardfunction
v7.4.1
- Fix parameters for retrieving next page of child users
v7.4.0
v7.3.0
What's Changed
- Adds new
shipment.recommendShipDate,smartrate.recommendShipDate, andsmartrate.estimateDeliveryDatefunctions - Routes
UpsAccount,UpsMailInnovationsAccount, andUpsSurepostAccountcreate/update requests to the new/ups_oauth_registrationsendpoint- 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
- chore: deprecate tracker create_list by @Justintime50 in #339
- fix: docs link by @Justintime50 in #340
- Update CarrierService update and create method to account UPS endpoints by @jchen293 in #341
- Add new smartrate endpoints functions by @jchen293 in #342
- prep release v7.3.0 by @jchen293 in #343
Full Changelog: v7.2.0...v7.3.0