Skip to content

Releases: EasyPost/easypost-java

v7.4.3

16 Sep 20:14
c0b3e19
Compare
Choose a tag to compare
  • Remove the custom DateDeserializer that contained a parsing issue. This change closes the related GitHub issue #333

v7.4.2

09 Aug 22:04
c1839b9
Compare
Choose a tag to compare
  • Fix pagination parameters for getNextPage in User service

v7.4.1

24 Jul 22:16
69b59ae
Compare
Choose a tag to compare
  • Fix bug where response hooks were not being called if an API request failed

v7.4.0

24 Jul 21:33
40d1591
Compare
Choose a tag to compare

What's Changed

  • Add new Claim service for filing claims on EasyPost shipments and insurances

Related PRs

Full Changelog: v7.3.0...v7.4.0

v7.3.0

16 Jul 23:04
31d922e
Compare
Choose a tag to compare
  • Adds new shipment.recommendShipDate, smartrate.recommendShipDate, and smartrate.estimateDeliveryDate functions
  • Routes UpsAccount, UpsMailInnovationsAccount, and UpsSurepostAccount create/update requests to the new /ups_oauth_registrations endpoint
    • Starting 2024-08-05, UPS accounts will require a new payload to register or update. See UPS OAuth 2.0 Update for more details

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.