Releases: EasyPost/easypost-php
Releases · EasyPost/easypost-php
v8.2.0
v8.1.0
- Adds
reference
to 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_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
andTrackingDetail
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 anApiException
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 toproperty
references on all error models - Adds new
AddressVerificationFieldError
for theerrors
property on aVerification
model - Adds missing
suggestion
property toFieldError
- Corrects the type of
- Removes deprecated
tracker.createList
endpoint function as it is no longer available via API - Removes deprecated
user.allApiKeys
anduser.apiKeys
, useapiKey.all
andapiKey.retrieveApiKeysForUser
respectively - Bump deps
v7.4.2
- Fixes an issue with how query params were sent when using the
addCreditCard
function
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.estimateDeliveryDate
functions - Routes
UpsAccount
,UpsMailInnovationsAccount
, andUpsSurepostAccount
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
- 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
v7.2.0
v5.9.0
What's Changed
- [ADDED] Beta
paginated_api_keys
functionality to theUser
class- Retrieves a paginated list of API keys for the authenticated user, versus
api_keys
, which returns an unpaginated list
- Retrieves a paginated list of API keys for the authenticated user, versus
Related PRs
- [FEAT] Beta
paginated_api_keys
function by @nwithan8 in #334 - [chore] Prep for v5.9.0 release by @nwithan8 in #335
Full Changelog: v7.1.0...v5.9.0