Releases: apple/app-store-server-library-java
Releases · apple/app-store-server-library-java
Release 3.3.0
- Update BaseAppStoreServerAPIClient to move URL selection to a method [#136]
Release 3.2.0
- Incorporate caching of validated certificate chains to prevent repetitive OCSP fetches [#127]
Release 3.1.0
Release 3.0.0
Release 2.2.0
Release 2.1.0
- Incorporate changes for App Store Server API v1.11 and App Store Server Notifications v2.11 [#94]
- Add proxy authenticator support [#93]
- Various documentation and quality of life improvements, including contributions from @hakusai22
Release 2.0.0
- Incorporate changes for App Store Server API v1.10.1 [#77]
- This change is a breaking change, as the datatype of the price field has changed from Integer to Long
Release 1.1.0
Release 1.0.0
Release 0.2.0
- Significantly increase unit test coverage [#51]
- Add support for Xcode and LocalTesting environments [#49]
- Allow parsing unknown Enum values [#50]
- Add support for testing in Java 21 [#48]
- Add error codes from App Store Server API v1.9 [#43]
- Add new fields from App Store Server API v1.10 [#53]
- Fix private key parsing on Windows from @vpavic [#41]