File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 1.1.0
4+ - Support App Store Server Notifications v2.10 [ https://github.com/apple/app-store-server-library-node/pull/107 ]
5+ - Require appAppleId in SignedDataVerifier for the Production environment [ https://github.com/apple/app-store-server-library-node/pull/86 ]
6+
37## Version 1.0.1
4- - Bump jsrsasign package version [ # 62 ]
8+ - Bump jsrsasign package version [ https://github.com/apple/app-store-server-library-node/pull/ 62]
59
610## Version 1.0.0
7- - Add error message to APIException [ # 48 ]
11+ - Add error message to APIException [ https://github.com/apple/app-store-server-library-node/pull/ 48]
812
913## Version 0.2.0
10- - Add support for reading unknown enum values [ # 35 ]
11- - Add support for Xcode and LocalTesting environments [ # 34 ]
12- - Add error codes from App Store Server API v1.9 [ # 33 ]
13- - Add new fields from App Store Server API v1.10 [ # 27 ]
14- - Document error codes [ # 23 ]
15- - Correct naming of SignedDataVerifier to match other libraries [ # 40 ]
14+ - Add support for reading unknown enum values [ https://github.com/apple/app-store-server-library-node/pull/ 35]
15+ - Add support for Xcode and LocalTesting environments [ https://github.com/apple/app-store-server-library-node/pull/ 34]
16+ - Add error codes from App Store Server API v1.9 [ https://github.com/apple/app-store-server-library-node/pull/ 33]
17+ - Add new fields from App Store Server API v1.10 [ https://github.com/apple/app-store-server-library-node/pull/ 27]
18+ - Document error codes [ https://github.com/apple/app-store-server-library-node/pull/ 23]
19+ - Correct naming of SignedDataVerifier to match other libraries [ https://github.com/apple/app-store-server-library-node/pull/ 40]
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ import { URLSearchParams } from 'url';
8181export class AppStoreServerAPIClient {
8282 private static PRODUCTION_URL = "https://api.storekit.itunes.apple.com" ;
8383 private static SANDBOX_URL = "https://api.storekit-sandbox.itunes.apple.com" ;
84- private static USER_AGENT = "app-store-server-library/node/1.0.1 " ;
84+ private static USER_AGENT = "app-store-server-library/node/1.1.0 " ;
8585
8686 private issuerId : string
8787 private keyId : string
Original file line number Diff line number Diff line change 11{
22 "name" : " @apple/app-store-server-library" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.1.0 " ,
44 "description" : " The App Store Server Library" ,
55 "main" : " dist/index.js" ,
66 "keywords" : [],
You can’t perform that action at this time.
0 commit comments