Skip to content

Latest commit

 

History

History
70 lines (51 loc) · 4.13 KB

File metadata and controls

70 lines (51 loc) · 4.13 KB

Changelog

Version 3.6.0

  • Testing new Maven Central deployment process [apple#185]

Version 3.5.0

  • Incorporate changes for App Store Server API v1.16 [apple#165]

Version 3.4.0

  • Incorporate changes for App Store Server API v1.15 and App Store Server Notifications v2.15 [apple#152]

Version 3.3.0

  • Update BaseAppStoreServerAPIClient to move URL selection to a method [apple#136]

Version 3.2.0

  • Incorporate caching of validated certificate chains to prevent repetitive OCSP fetches [apple#127]

Version 3.1.0

  • Incorporate changes for App Store Server API v1.13 and App Store Server Notifications v2.13 [apple#116]
  • Handle parsing empty or unexpected bodies on API exceptions without throwing a caused-by exception [apple#119]

Version 3.0.0

  • Allow providing a custom bearer token provider and HTTP client implementation [apple#109]
    • This change refactors the internal implementation of the AppStoreServerAPIClient class. Users extending this class may see interface changes
  • Rename applicationUsername to appAccountToken [apple#104]

Version 2.2.0

  • Incorporate changes for App Store Server API v1.12 and App Store Server Notifications v2.12 [apple#103]
  • Handle null appAccountToken appropriately in PromotionalOfferSignatureCreator [apple#100]

Version 2.1.0

  • Incorporate changes for App Store Server API v1.11 and App Store Server Notifications v2.11 [apple#94]
  • Add proxy authenticator support [apple#93]
  • Various documentation and quality of life improvements, including contributions from @hakusai22

Version 2.0.0

  • Incorporate changes for App Store Server API v1.10.1 [apple#77]
    • This change is a breaking change, as the datatype of the price field has changed from Integer to Long

Version 1.1.0

  • Support App Store Server Notifications v2.10 [apple#74]
  • Require appAppleId in SignedDataVerifier for the Production environment [apple#68]

Version 1.0.0

  • Switch from GSON to Jackson for parsing [apple#58]
  • Rename Status to VerificationStatus [apple#59]
  • Add message to APIException and update JavaDocs [apple#60]

Version 0.2.0

  • Significantly increase unit test coverage [apple#51]
  • Add support for Xcode and LocalTesting environments [apple#49]
  • Allow parsing unknown Enum values [apple#50]
  • Add support for testing in Java 21 [apple#48]
  • Add error codes from App Store Server API v1.9 [apple#43]
  • Add new fields from App Store Server API v1.10 [apple#53]
  • Fix private key parsing on Windows from @vpavic [apple#41]

Version 0.1.3

  • Add status field to Data [apple#34]
  • Publish JavaDocs

Version 0.1.2

  • Make SignedDataVerifier::decodeSignedObject protected

Version 0.1.1

  • Move release to Maven Central
  • The additional repository is no longer needed in a Gradle/Maven config