Releases: EasyPost/easypost-java
Releases · EasyPost/easypost-java
v6.8.0
- Adds new
RequestHookandResponseHookclasses. (un)subscribe to them with the newsubscribeToRequestHook,subscribeToResponseHook,unsubscribeFromRequestHook, orunsubscribeFromResponseHookmethods of anEasyPostClient - Maps 400 status codes to the new
BadRequestErrorclass
v6.7.0
- Retrieving carrier metadata is now generally available via
client.carrierMetadata.retrieve - Bump all dependencies
v6.6.1
- Test suite tweaked so EasyVCR is no longer a production dependency
v6.6.0
- Adds
retrieveEstimatedDeliveryDatefunction to the Shipment class
v6.5.0
- Adds beta
retrieveCarrierMetadatafunction - Fixes the type for
requestBodyfrom Map to String for Payload class - Add
retrieveCarrierMetadatamethod to retrieve carrier metadata for carriers
v6.4.0
- Adds
getNextPagefunction to each service which retrieves the next page of a collection when thehas_morekey is present in the response (eg:client.address.getNextPage(addressCollection)) - Adds missing Event
statusproperty
v6.3.1
v6.3.0
- Adds beta
retrieveStatelessRatesfunction to get stateless rates - Adds
getLowestStatelessRatefunction to filter the lowest stateless rate
v6.2.0
- Adds
allfunction toPickupto retrieve all pickups - Adds
retrieveAllPayloadsandretrievePayloadto retrieve all payloads or a single event payload
v6.1.0
- Adds new beta billing functionality for ReferralCustomer users
addPaymentMethodcan add a pre-existing Stripe bank account or credit card to your EasyPost accountrefundByAmountrefunds your wallet by a dollar amountrefundByPaymentLogrefunds you wallet by a PaymentLog ID