Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

32 lines (24 loc) · 2.08 KB

Changelog

Version 1.2.1

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

Version 1.2.0

  • 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

Version 1.1.0

  • Support App Store Server Notifications v2.10 [#65]
  • Bump cryptography and pyOpenSSL maximum versions [#61]
  • Require appAppleId in SignedDataVerifier for the Production environment [#60]

1.0.0

  • Add error message to APIException [#52]

0.3.0

  • Add missing status field to the Data model [#33]
  • Add error codes from App Store Server API v1.9 [#39]
  • Add new fields from App Store Server API v1.10 [#46]
  • Add support for reading unknown enum values [#45]
  • Add support for Xcode and LocalTesting environments [#44]

0.2.1

  • Add py.typed file [#19]
  • Correct type annotation in PromotionalOfferSignatureCreator [#17]

0.2.0

  • Correct type in LastTransactionsItem's status field [#11]
  • Fix default value None for fields should require an Optional type [#6]