Skip to content

Commit ec82178

Browse files
Merge pull request #38 from alexanderjordanbaker/Releasev1.1.0
Release v1.1.0
2 parents ce4921f + aae5fb3 commit ec82178

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

CHANGELOG.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Changelog
22

3+
## Version 1.1.0
4+
- Support App Store Server Notifications v2.10 [https://github.com/apple/app-store-server-library-swift/pull/37]
5+
- Require appAppleId in SignedDataVerifier for the Production environment from @shimastripe [https://github.com/apple/app-store-server-library-swift/pull/35]
6+
7+
## Version 1.0.2
8+
- Limit platforms to supported platforms [https://github.com/apple/app-store-server-library-swift/pull/29]
9+
310
## Version 1.0.1
4-
- Add public constructors to all models [#26]
11+
- Add public constructors to all models [https://github.com/apple/app-store-server-library-swift/pull/26]
512

613
## Version 1.0.0
7-
- Add status field to the data model [#7]
8-
- Adding new error codes from App Store Server API v1.9 [#9]
9-
- Adding new fields from App Store Server API v1.10 [#10]
10-
- Migrate to AsyncHTTPClient [#15]
11-
- Add support for LocalTesting and Xcode environments [#19]
12-
- Allow reading unknown enum values [#20]
13-
- Add errorMessage to APIException [#21]
14+
- Add status field to the data model [https://github.com/apple/app-store-server-library-swift/pull/7]
15+
- Adding new error codes from App Store Server API v1.9 [https://github.com/apple/app-store-server-library-swift/pull/9]
16+
- Adding new fields from App Store Server API v1.10 [https://github.com/apple/app-store-server-library-swift/pull/12]
17+
- Migrate to AsyncHTTPClient [https://github.com/apple/app-store-server-library-swift/pull/15]
18+
- Add support for LocalTesting and Xcode environments [https://github.com/apple/app-store-server-library-swift/pull/19]
19+
- Allow reading unknown enum values [https://github.com/apple/app-store-server-library-swift/pull/20]
20+
- Add errorMessage to APIException [https://github.com/apple/app-store-server-library-swift/pull/21]

Sources/AppStoreServerLibrary/AppStoreServerAPIClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import NIOFoundationCompat
99

1010
public class AppStoreServerAPIClient {
1111

12-
private static let userAgent = "app-store-server-library/swift/1.0.2"
12+
private static let userAgent = "app-store-server-library/swift/1.1.0"
1313
private static let productionUrl = "https://api.storekit.itunes.apple.com"
1414
private static let sandboxUrl = "https://api.storekit-sandbox.itunes.apple.com"
1515
private static let appStoreConnectAudience = "appstoreconnect-v1"

0 commit comments

Comments
 (0)