Skip to content

Releases: EasyPost/easypost-java

v7.0.0

06 Dec 18:14
208efd2

Choose a tag to compare

  • Removes withCarbonOffset parameter from create, buy, and regenerateRates 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 from WebhookCollection to a list of webhooks
  • BetaCarrierMetadata service has been removed. Please use CarrierMetadata instead.

v6.9.1

16 Nov 22:55
b4014d3

Choose a tag to compare

  • Fixes a bug where address verification errors were not being properly deserialized

v6.9.0

11 Oct 17:57
f43f879

Choose a tag to compare

  • Deprecates user.apiKeys which will be removed in a future release, please use the new apiKey.all and apiKey.retrieveApiKeysForUser functions instead instead
  • Fixes various build warnings

v6.8.1

05 Sep 22:07
8bda533

Choose a tag to compare

  • Fix endpoint for creating a FedEx Smartpost carrier account

v6.8.0

28 Jul 16:20
a74c59a

Choose a tag to compare

  • Adds new RequestHook and ResponseHook classes. (un)subscribe to them with the new subscribeToRequestHook, subscribeToResponseHook, unsubscribeFromRequestHook, or unsubscribeFromResponseHook methods of an EasyPostClient
  • Maps 400 status codes to the new BadRequestError class

v6.7.0

06 Jun 21:44
a2ddd68

Choose a tag to compare

  • Retrieving carrier metadata is now generally available via client.carrierMetadata.retrieve
  • Bump all dependencies

v6.6.1

09 May 21:41
691158b

Choose a tag to compare

  • Test suite tweaked so EasyVCR is no longer a production dependency

v6.6.0

02 May 16:14
1a33282

Choose a tag to compare

  • Adds retrieveEstimatedDeliveryDate function to the Shipment class

v6.5.0

18 Apr 21:46
bcf1e00

Choose a tag to compare

  • 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

v6.4.0

04 Apr 16:22
d23db1e

Choose a tag to compare

  • Adds getNextPage function to each service which retrieves the next page of a collection when the has_more key is present in the response (eg: client.address.getNextPage(addressCollection))
  • Adds missing Event status property