Skip to content

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

Release 2.0.0

04 Dec 00:53
335f2d5

Choose a tag to compare

  • Support Retention Messaging API [#160]
    • This changes internal details of BaseAppStoreServerAPIClient, which is a breaking change for subclassing clients
  • Incorporate changes for App Store Server API v1.17 [#162] from @riyazpanjwani
  • Add a new VerificationStatus case for retryable OCSP network failures [#163]
  • Add timeout to the AppStoreServerAPIClient [#164]
  • Incorporate changes for App Store Server API v1.18 [#166] from @izanger
    • This changes OfferType's case SUBSCRIPTION_OFFER_CODE to OFFER_CODE, which is a breaking change

Release 1.9.0

12 Jun 23:37
250fd58

Choose a tag to compare

Release 1.8.0

08 Mar 02:09
098851a

Choose a tag to compare

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

Release 1.7.0

20 Feb 17:43
3172236

Choose a tag to compare

  • Update the SignedDataVerifier to cache verified certificate chains, improving performance [#122]

Release 1.6.0

18 Feb 19:00
c59ea47

Choose a tag to compare

  • Update README to improve Dependabot link discovery [#119]

Release 1.5.0

18 Sep 00:17
1202058

Choose a tag to compare

Version 1.5.0

  • Add an async client built on httpx [#105]
  • Drop Python 3.7 support [#106]
  • Add check for original transaction id in legacy receipts [#104] from @willhnation

Release 1.4.0

16 Jul 23:09
91ffc44

Choose a tag to compare

  • Incorporate changes for App Store Server API v1.13 and App Store Server Notifications v2.13 [#102]
  • Remove the upper limit on libraries that are unlikely to break upon upgrade [#101]

Release 1.3.0

14 Jun 14:21
35b9448

Choose a tag to compare

  • Incorporate changes for App Store Server API v1.12 and App Store Server Notifications v2.12 [#95]
  • Fix deprecation warnings from cryptography [#94] from @WFT
  • Replace use of deprecated datetime.utcnow() [#93] from @WFT
  • Cache cattrs values to prevent memory leak [#92] from @Reskov

Release 1.2.1

14 May 03:34
26f2682

Choose a tag to compare

Fix issue with OfferType in JWSTransactionDecodedPayload [#88] from @devinwang

Release 1.2.0

07 May 05:11
271a521

Choose a tag to compare

  • Incorporate changes for App Store Server API v1.11 and App Store Server Notifications v2.11 [#85 ]
  • Various documentation and quality of life improvements, including contributions from @CallumWatkins, @hakusai22, and @sunny-dubey