Skip to content

Releases: apple/app-store-server-library-java

Release 4.0.0

04 Dec 00:51
dc4bcaf

Choose a tag to compare

  • Support Retention Messaging API [#198]
    • This changes internal details of BaseAppStoreServerAPIClient, which is a breaking change for subclassing clients
  • Incorporate changes for App Store Server API v1.17 [#201] from @riyazpanjwani
  • Add a new VerificationStatus case for retryable OCSP network failures [#204]
  • Incorporate changes for App Store Server API v1.18 [#209] from @izanger
    • This changes OfferType's case SUBSCRIPTION_OFFER_CODE to OFFER_CODE, which is a breaking change

Release 3.6.0

29 Aug 19:30
b9062b4

Choose a tag to compare

Testing new Maven Central deployment process [#185]

Release 3.5.0

12 Jun 21:28
3662ff0

Choose a tag to compare

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

Release 3.4.0

08 Mar 02:09
27eeaf0

Choose a tag to compare

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

Release 3.3.0

01 Feb 01:39
4dd1e78

Choose a tag to compare

  • Update BaseAppStoreServerAPIClient to move URL selection to a method [#136]

Release 3.2.0

25 Oct 20:12
7c8b5c2

Choose a tag to compare

  • Incorporate caching of validated certificate chains to prevent repetitive OCSP fetches [#127]

Release 3.1.0

16 Jul 22:57
ef40730

Choose a tag to compare

  • Incorporate changes for App Store Server API v1.13 and App Store Server Notifications v2.13 [#116]
  • Handle parsing empty or unexpected bodies on API exceptions without throwing a caused-by exception [#119]

Release 3.0.0

05 Jul 16:42
d0b3301

Choose a tag to compare

  • Allow providing a custom bearer token provider and HTTP client implementation [#109]
    • This change refactors the internal implementation of the AppStoreServerAPIClient class. Users extending this class may see interface changes
  • Rename applicationUsername to appAccountToken [#104]

Release 2.2.0

14 Jun 14:26
bad115d

Choose a tag to compare

  • Incorporate changes for App Store Server API v1.12 and App Store Server Notifications v2.12 [#103]
  • Handle null appAccountToken appropriately in PromotionalOfferSignatureCreator [#100]

Release 2.1.0

07 May 04:39
2253964

Choose a tag to compare

  • Incorporate changes for App Store Server API v1.11 and App Store Server Notifications v2.11 [#94]
  • Add proxy authenticator support [#93]
  • Various documentation and quality of life improvements, including contributions from @hakusai22