- Incorporate changes for App Store Server API v1.19 [#365] from @riyazpanjwani
- This changes ConsumptionRequest and several dependent types to the V2 variant, while the V1 version was created as a new type, to align with documentation, which is a breaking change
- Support Retention Messaging API [#341]
- This changes internal details of AppStoreServerAPIClient, which is a breaking change for subclassing clients
- Incorporate changes for App Store Server API v1.17 [#344] from @riyazpanjwani
- Add a new VerificationStatus case for retryable OCSP network failures [#345]
- Incorporate changes for App Store Server API v1.18 [#348] from @izanger
- This changes OfferType's case SUBSCRIPTION_OFFER_CODE to OFFER_CODE, which is a breaking change
- Incorporate changes for App Store Server API v1.16 [#275]
- Incorporate changes for App Store Server API v1.15 and App Store Server Notifications v2.15 [#236]
- Add verified chain caching to improve performance [#235]
- Expose VerificationStatus and VerificationException [#222]
- Typo corrections [#199] from @hakusai22
- Incorporate changes for App Store Server API v1.13 and App Store Server Notifications v2.13 [#163]
- Add missing export for OfferDiscountType [#159] from @coltkenn2658
- Incorporate changes for App Store Server API v1.12 and App Store Server Notifications v2.12 [#146]
- Incorporate changes for App Store Server API v1.11 and App Store Server Notifications v2.11 [#132]
- Various documentation and quality of life improvements, including contributions from @yidinghan
- Support App Store Server Notifications v2.10 [#107]
- Require appAppleId in SignedDataVerifier for the Production environment [#86]
- Bump jsrsasign package version [#62]
- Add error message to APIException [#48]
- Add support for reading unknown enum values [#35]
- Add support for Xcode and LocalTesting environments [#34]
- Add error codes from App Store Server API v1.9 [#33]
- Add new fields from App Store Server API v1.10 [#27]
- Document error codes [#23]
- Correct naming of SignedDataVerifier to match other libraries [#40]