Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 3.62 KB

File metadata and controls

51 lines (40 loc) · 3.62 KB

Changelog

Version 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

Version 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

Version 1.6.0

  • Incorporate changes for App Store Server API v1.16 [#275]

Version 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

Version 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

Version 1.3.0

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

Version 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

Version 1.1.0

  • Support App Store Server Notifications v2.10 [#107]
  • Require appAppleId in SignedDataVerifier for the Production environment [#86]

Version 1.0.1

  • Bump jsrsasign package version [#62]

Version 1.0.0

  • Add error message to APIException [#48]

Version 0.2.0

  • 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]