Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 1.8 KB

Changelog

Version 2.1.0

  • Incorporate changes for App Store Server API v1.11 and App Store Server Notifications v2.11 [#49]
  • Various documentation and quality of life improvements, including contributions from @Fidetro

Version 2.0.0

  • Incorporate changes for App Store Server API v1.10.1 [#42]
    • This change is a breaking change, as the datatype of the price field has changed from Int32? to Int64?

Version 1.1.0

  • Support App Store Server Notifications v2.10 [#37]
  • Require appAppleId in SignedDataVerifier for the Production environment from @shimastripe [#35]

Version 1.0.2

  • Limit platforms to supported platforms [#29]

Version 1.0.1

  • Add public constructors to all models [#26]

Version 1.0.0

  • Add status field to the data model [#7]
  • Adding new error codes from App Store Server API v1.9 [#9]
  • Adding new fields from App Store Server API v1.10 [#12]
  • Migrate to AsyncHTTPClient [#15]
  • Add support for LocalTesting and Xcode environments [#19]
  • Allow reading unknown enum values [#20]
  • Add errorMessage to APIException [#21]