|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Version 1.1.0 |
| 4 | +- Support App Store Server Notifications v2.10 [https://github.com/apple/app-store-server-library-python/pull/65] |
| 5 | +- Bump cryptography and pyOpenSSL maximum versions [https://github.com/apple/app-store-server-library-python/pull/61]/[https://github.com/apple/app-store-server-library-python/pull/63] |
| 6 | +- Require appAppleId in SignedDataVerifier for the Production environment [https://github.com/apple/app-store-server-library-python/pull/60] |
| 7 | + |
3 | 8 | ## 1.0.0
|
4 |
| -- Add error message to APIException [#52] |
| 9 | +- Add error message to APIException [https://github.com/apple/app-store-server-library-python/pull/52] |
5 | 10 |
|
6 | 11 | ## 0.3.0
|
7 |
| -- Add missing status field to the Data model [#33] |
8 |
| -- Add error codes from App Store Server API v1.9 [#39] |
9 |
| -- Add new fields from App Store Server API v1.10 [#46] |
10 |
| -- Add support for reading unknown enum values [#45] |
11 |
| -- Add support for Xcode and LocalTesting environments [#44] |
| 12 | +- Add missing status field to the Data model [https://github.com/apple/app-store-server-library-python/pull/33] |
| 13 | +- Add error codes from App Store Server API v1.9 [https://github.com/apple/app-store-server-library-python/pull/39] |
| 14 | +- Add new fields from App Store Server API v1.10 [https://github.com/apple/app-store-server-library-python/pull/46] |
| 15 | +- Add support for reading unknown enum values [https://github.com/apple/app-store-server-library-python/pull/45] |
| 16 | +- Add support for Xcode and LocalTesting environments [https://github.com/apple/app-store-server-library-python/pull/44] |
12 | 17 |
|
13 | 18 | ## 0.2.1
|
14 |
| -- Add py.typed file [#19] (https://github.com/apple/app-store-server-library-python/pull/19) |
15 |
| -- Correct type annotation in PromotionalOfferSignatureCreator [#17] (https://github.com/apple/app-store-server-library-python/pull/17) |
| 19 | +- Add py.typed file [https://github.com/apple/app-store-server-library-python/pull/19] |
| 20 | +- Correct type annotation in PromotionalOfferSignatureCreator [https://github.com/apple/app-store-server-library-python/pull/17] |
16 | 21 |
|
17 | 22 | ## 0.2.0
|
18 | 23 |
|
19 |
| -- Correct type in LastTransactionsItem's status field [#11] (https://github.com/apple/app-store-server-library-python/pull/11) |
20 |
| -- Fix default value None for fields should require an Optional type [#6] (https://github.com/apple/app-store-server-library-python/pull/6) |
| 24 | +- Correct type in LastTransactionsItem's status field [https://github.com/apple/app-store-server-library-python/pull/11] |
| 25 | +- Fix default value None for fields should require an Optional type [https://github.com/apple/app-store-server-library-python/pull/6] |
0 commit comments