Releases: EasyPost/easypost-java
Releases · EasyPost/easypost-java
v7.0.0
- Removes
withCarbonOffsetparameter fromcreate,buy, andregenerateRatesfunctions of the Shipment service as EasyPost now offers Carbon Neutral shipments by default for free - Removes the undocumented
createAndBuyfunction from the Batch service. The proper usage is to create a batch first and buy it separately - Changes return type of
all()in webhook service fromWebhookCollectiontoa list of webhooks BetaCarrierMetadataservice has been removed. Please useCarrierMetadatainstead.
v6.9.1
- Fixes a bug where address verification errors were not being properly deserialized
v6.9.0
- Deprecates
user.apiKeyswhich will be removed in a future release, please use the newapiKey.allandapiKey.retrieveApiKeysForUserfunctions instead instead - Fixes various build warnings
v6.8.1
- Fix endpoint for creating a FedEx Smartpost carrier account
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