Releases: apple/app-store-server-library-node
Releases · apple/app-store-server-library-node
Release 3.0.0
- 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
Release 2.0.0
- 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
Release 1.6.0
- Incorporate changes for App Store Server API v1.16 [#275]
Release 1.5.0
- 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
Release 1.4.0
- 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
Release 1.3.0
- Incorporate changes for App Store Server API v1.12 and App Store Server Notifications v2.12 [#146]
Release 1.2.0
- 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
Release 1.1.0
Release 1.0.1
- Bump jsrsasign package version [#62]
Release 1.0.0
Version 1.0.0
- Add error message to APIException [#48]