Releases: EasyPost/easypost-php
Releases · EasyPost/easypost-php
v6.8.1
- Fix endpoint for creating a FedEx Smartpost carrier account
v6.8.0
- Adds new
RequestHook
andResponseHook
events. (un)subscribe to them with the newsubscribeToRequestHook
,subscribeToResponseHook
,unsubscribeFromRequestHook
, orunsubscribeFromResponseHook
methods of anEasyPostClient
- Maps 400 status codes to new
BadRequestException
class
v6.7.0
- Migrates carrier metadata to GA (now available via
client.carrierMetadata.retrieve
)
v6.6.0
- Adds
retrieveEstimatedDeliveryDate
function to the Shipment class
v6.5.0
- Adds beta
retrieveCarrierMetadata
function - Improves Error Deserialization to dynamically handle edge cases that have a bad format
v6.4.0
- Add
getNextPage
function that retrieves the next page of results for a paginated collection
v6.3.1
- Adds missing
status_detail
property to Tracker - Fixes spelling of
weight
property on Parcel
v6.3.0
- Adds beta
retrieveStatelessRates
function - Adds
getLowestStatelessRate
utility - Correct HTTP 403 status responses to throw
ForbiddenException
- Various other small corrections and improvements
v6.2.0
- Added function to retrieve all pickups via
$client->pickup->all()
- Added payload functions
retrievePayload
andretrieveAllPayloads
methods, accessible via$client->event
service.
v6.1.0
- Adds new beta billing functionality for referral customer users, accessible via the
$client->betaReferralCustomer
serviceaddPaymentMethod
to add an existing Stripe bank account or credit card to your EasyPost accountrefundByAmount
refunds you wallet balance by a specified amountrefundByPaymentLog
refunds you wallet balance by a specified payment log