Releases: agisboye/app-store-server-api
Releases Β· agisboye/app-store-server-api
v0.13.1
v0.13.0
- Support for new fields added in version 1.10 of the App Store Server API (#40). Thanks @fschindler & @fariassdev.
v0.12.0
v0.11.1
v0.11.0
- Adds support for extending a subscription renewal date.
v0.10.1
v0.10.0
Breaking changes:
- Changes the
DecodedNotificationPayload
to better indicate the fact that thedata
andsummary
fields are mutually exclusive. Use the type guardsisDecodedNotificationDataPayload
orisDecodedNotificationSummaryPayload
to check which type of payload you have. Thanks @fariassdev.
v0.9.0
- Adds support for App Store Server API 1.8
- Adds support for App Store Server Notifications 2.7 (January 2023) and 2.8 (June 2023)
Breaking changes:
- The
excludeRevoked
query parameter for Get Transaction History has been removed in favor ofrevoked
. - Type
FirstSendAttemptResult
has been renamed toSendAttemptResult
. SendAttemptResult.SslIssue
has been renamed toSendAttemptResult.TlsIssue
.firstSendAttemptResult
onCheckTestNotificationResponse
has been removed. Use the first item insendAttempts
instead.firstSendAttemptResult
onNotificationHistoryResponseItem
has been removed. Use the first item insendAttempts
instead.originalTransactionId
onNotificationHistoryRequest
has been renamed totransactionId