Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

42 lines (31 loc) · 2.31 KB

Changelog

Version 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

Version 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

Version 1.1.0

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

Version 1.0.0

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

Version 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]

Version 0.1.3

  • Add status field to Data [#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