Releases: namecare/app-store-server-library-rust
Releases · namecare/app-store-server-library-rust
Release v4.1.2
What's Changed
- fix(GH-96): Serialize UUID as empty string if it is None by @tikhop in #97. Thanks @hieuttmatech for the report.
Full Changelog: v4.1.1...v4.1.2
Release v4.1.1
What's Changed
- fix(GH-93): Handle empty string as None by @tikhop in #94. Thanks @hieuttmatech for reporting a bug.
Full Changelog: v4.1.0...v4.1.1
Release v4.1.0
What's Changed
- feat: Add support for the Retention Messaging API by @tikhop in #85
- feat: Adding support for Get App Transaction Info endpoint by @tikhop in #86
- chore: Updating signing cert for recent rotation by @tikhop in #87
- feat: Add IAP Offer Codes support by @tikhop in #88
- feat: Adding RETRYABLE_VERIFICATION_FAILURE for OCSP network failures by @tikhop in #89
- chore: Remove x509-parser crate from deps by @tikhop in #90
Full Changelog: v4.0.1...v4.1.0
Release v4.0.1
What's Changed
Full Changelog: v4.0.0...v4.0.1
Release v4.0.0
What's Changed
- feat: Support Advanced Commerce API by @tikhop in #82
- feat: Use transport trait instead of using Reqwest client by @tikhop in #80
- refactor: Introduce ChainVerifier struct by @tikhop in #81
Breaking Changes
- To initialize
ApiClient(AppStoreServerApiClientorAdvancedCommerceApiClient) you must provide http client which implementsTransporttrait. You can useReqwestHttpTransportwhich comes with the library.
Full Changelog: v3.2.0...v4.0.0
Release v3.2.0
What's Changed
- feat: Add support for App Store Server Notifications v2.17 by @tikhop in #76
- chore: Move integration tests into tests dir by @tikhop in #78
Full Changelog: v3.1.1...v3.2.0
Release v3.1.1
Release v3.1.0
Release v3.0.0
Release v2.3.1
What's Changed
- fix: verify_chain failure on first non-matching root certificate by @sinking-point in #61
- chore: Release 2.3.1 by @tikhop in #62
New Contributors
- @sinking-point made their first contribution in #61
Full Changelog: v2.3.0...v2.3.1