Releases: EasyPost/easypost-java
Releases · EasyPost/easypost-java
v7.0.1
v7.0.0
- Removes
withCarbonOffset
parameter fromcreate
,buy
, andregenerateRates
functions of the Shipment service as EasyPost now offers Carbon Neutral shipments by default for free - Removes the undocumented
createAndBuy
function 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 fromWebhookCollection
toa list of webhooks
BetaCarrierMetadata
service has been removed. Please useCarrierMetadata
instead.
v6.9.1
- Fixes a bug where address verification errors were not being properly deserialized
v6.9.0
- Deprecates
user.apiKeys
which will be removed in a future release, please use the newapiKey.all
andapiKey.retrieveApiKeysForUser
functions instead instead - Fixes various build warnings
v6.8.1
- Fix endpoint for creating a FedEx Smartpost carrier account
v6.8.0
- Adds new
RequestHook
andResponseHook
classes. (un)subscribe to them with the newsubscribeToRequestHook
,subscribeToResponseHook
,unsubscribeFromRequestHook
, orunsubscribeFromResponseHook
methods of anEasyPostClient
- Maps 400 status codes to the new
BadRequestError
class
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
retrieveEstimatedDeliveryDate
function to the Shipment class
v6.5.0
- Adds beta
retrieveCarrierMetadata
function - Fixes the type for
requestBody
from Map to String for Payload class - Add
retrieveCarrierMetadata
method to retrieve carrier metadata for carriers