Skip to content

Releases: EasyPost/easypost-java

v7.2.1

15 Apr 15:41
455fbfe
Compare
Choose a tag to compare
  • Fix Fields serialization bug causing carrier account operations to fail

v7.2.0

10 Apr 20:09
1cc10ab
Compare
Choose a tag to compare
  • Adds refund function in the Insurance service for requesting a refund for a standalone insurance
  • Fix payment method funding and deletion failures due to undetermined payment method type
  • Fix the toString method for all EasyPost models

v7.1.1

21 Mar 17:26
274f207
Compare
Choose a tag to compare
  • Fix EasyPostTimeInTransitData class and easypostTimeInTransitData property of EstimatedDeliveryDate class being publicly inaccessible

v7.1.0

08 Jan 22:01
0419241
Compare
Choose a tag to compare
  • Adds allChildren function in User service to get a paginated list of child users
  • Adds getNextPage function in User service to get the next paginated list of child users

v7.0.1

08 Dec 17:52
0a01de4
Compare
Choose a tag to compare
  • Adds the object field to all models; previously, most models were missing this field.

v7.0.0

06 Dec 18:14
208efd2
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix endpoint for creating a FedEx Smartpost carrier account

v6.8.0

28 Jul 16:20
a74c59a
Compare
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