Skip to content

Releases: apple/app-store-server-library-swift

Release 2.1.0

07 May 04:40
8b6b870
Compare
Choose a tag to compare
  • 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

Release 2.0.0

30 Mar 00:22
cb43658
Compare
Choose a tag to compare
  • 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?

Release 1.1.0

16 Mar 01:14
ec82178
Compare
Choose a tag to compare
  • Support App Store Server Notifications v2.10 [#37]
  • Require appAppleId in SignedDataVerifier for the Production environment from @shimastripe [#35]

Version 1.0.2

23 Jan 01:37
e5228b8
Compare
Choose a tag to compare
  • Remove unsupported platforms from the platform list #29

Version 1.0.1

08 Jan 20:24
936ded5
Compare
Choose a tag to compare
  • Add public constructors to all models [#26]

1.0.0 Release

18 Dec 23:26
75ef781
Compare
Choose a tag to compare

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 [#10]
  • Migrate to AsyncHTTPClient [#15]
  • Add support for LocalTesting and Xcode environments [#19]
  • Allow reading unknown enum values [#20]
  • Add errorMessage to APIException [#21]

Draft release to trigger documentation generation

19 Aug 01:08
6a84e15
Compare
Choose a tag to compare
Merge pull request #5 from alexanderjordanbaker/GHPagesDocGeneration

Adding auto-publishing documentation to github pages

Initial Release 0.1.0

06 Jun 22:42
71025bf
Compare
Choose a tag to compare

The initial beta release of the App Store Server Library for Swift