- Add an async client built on httpx [https://github.com/apple/app-store-server-library-python/pull/105] - Drop Python 3.7 support [https://github.com/apple/app-store-server-library-python/pull/106] - Add check for original transaction id in legacy receipts [https://github.com/apple/app-store-server-library-python/pull/104] from willhnation
1.4.0
- Incorporate changes for App Store Server API v1.13 and App Store Server Notifications v2.13 [https://github.com/apple/app-store-server-library-python/pull/102] - Remove the upper limit on libraries that are unlikely to break upon upgrade [https://github.com/apple/app-store-server-library-python/pull/101]
1.3.0
- Incorporate changes for App Store Server API v1.12 and App Store Server Notifications v2.12 [https://github.com/apple/app-store-server-library-python/pull/95] - Fix deprecation warnings from cryptography [https://github.com/apple/app-store-server-library-python/pull/94] from WFT - Replace use of deprecated datetime.utcnow() [https://github.com/apple/app-store-server-library-python/pull/93] from WFT - Cache cattrs values to prevent memory leak [https://github.com/apple/app-store-server-library-python/pull/92] from Reskov
1.2.1
- Fix issue with OfferType in JWSTransactionDecodedPayload [https://github.com/apple/app-store-server-library-python/pull/88] from devinwang
1.2.0
- Incorporate changes for App Store Server API v1.11 and App Store Server Notifications v2.11 [https://github.com/apple/app-store-server-library-python/pull/85] - Various documentation and quality of life improvements, including contributions from CallumWatkins, hakusai22, and sunny-dubey
1.1.0
- Support App Store Server Notifications v2.10 [https://github.com/apple/app-store-server-library-java/pull/74] - Require appAppleId in SignedDataVerifier for the Production environment [https://github.com/apple/app-store-server-library-java/pull/68]