File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v8.5.0 (2025-12-09)
4+
5+ - Adds the following functions:
6+ - ` fedex.verifyBillingAddress `
7+ - ` fedex.generatePin `
8+ - ` fedex.validatePin `
9+ - ` fedex.validateInvoice `
10+ - Adds ` details ` property of a ` Rate ` objec
11+
312## v8.4.1 (2025-12-01)
413
514- Adds missing ` apiKeys ` field to ` BaseUser `
6- - Removes unecessary ` SerializedName ` entries in ` StatelessRate `
715
816## v8.4.0 (2025-11-24)
917
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add this to your project's POM:
1616<dependency >
1717 <groupId >com.easypost</groupId >
1818 <artifactId >easypost-api-client</artifactId >
19- <version >8.4.1 </version >
19+ <version >8.5.0 </version >
2020</dependency >
2121```
2222
@@ -25,7 +25,7 @@ Add this to your project's POM:
2525Add this to your project's build file:
2626
2727``` groovy
28- implementation "com.easypost:easypost-api-client:8.4.1 "
28+ implementation "com.easypost:easypost-api-client:8.5.0 "
2929```
3030
3131** NOTE:** [ Google Gson] ( http://code.google.com/p/google-gson/ ) is required.
Original file line number Diff line number Diff line change 1- 8.4.1
1+ 8.5.0
Original file line number Diff line number Diff line change 66 <groupId >com.easypost</groupId >
77 <artifactId >easypost-api-client</artifactId >
88
9- <version >8.4.1 </version >
9+ <version >8.5.0 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >com.easypost:easypost-api-client</name >
You can’t perform that action at this time.
0 commit comments