-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from alexanderjordanbaker/Releasev1.1.0
Release v1.1.0
- Loading branch information
Showing
3 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,25 @@ | ||
# Changelog | ||
|
||
## Version 1.1.0 | ||
- Support App Store Server Notifications v2.10 [https://github.com/apple/app-store-server-library-python/pull/65] | ||
- 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] | ||
- Require appAppleId in SignedDataVerifier for the Production environment [https://github.com/apple/app-store-server-library-python/pull/60] | ||
|
||
## 1.0.0 | ||
- Add error message to APIException [#52] | ||
- Add error message to APIException [https://github.com/apple/app-store-server-library-python/pull/52] | ||
|
||
## 0.3.0 | ||
- Add missing status field to the Data model [#33] | ||
- Add error codes from App Store Server API v1.9 [#39] | ||
- Add new fields from App Store Server API v1.10 [#46] | ||
- Add support for reading unknown enum values [#45] | ||
- Add support for Xcode and LocalTesting environments [#44] | ||
- Add missing status field to the Data model [https://github.com/apple/app-store-server-library-python/pull/33] | ||
- Add error codes from App Store Server API v1.9 [https://github.com/apple/app-store-server-library-python/pull/39] | ||
- Add new fields from App Store Server API v1.10 [https://github.com/apple/app-store-server-library-python/pull/46] | ||
- Add support for reading unknown enum values [https://github.com/apple/app-store-server-library-python/pull/45] | ||
- Add support for Xcode and LocalTesting environments [https://github.com/apple/app-store-server-library-python/pull/44] | ||
|
||
## 0.2.1 | ||
- Add py.typed file [#19] (https://github.com/apple/app-store-server-library-python/pull/19) | ||
- Correct type annotation in PromotionalOfferSignatureCreator [#17] (https://github.com/apple/app-store-server-library-python/pull/17) | ||
- Add py.typed file [https://github.com/apple/app-store-server-library-python/pull/19] | ||
- Correct type annotation in PromotionalOfferSignatureCreator [https://github.com/apple/app-store-server-library-python/pull/17] | ||
|
||
## 0.2.0 | ||
|
||
- Correct type in LastTransactionsItem's status field [#11] (https://github.com/apple/app-store-server-library-python/pull/11) | ||
- Fix default value None for fields should require an Optional type [#6] (https://github.com/apple/app-store-server-library-python/pull/6) | ||
- Correct type in LastTransactionsItem's status field [https://github.com/apple/app-store-server-library-python/pull/11] | ||
- Fix default value None for fields should require an Optional type [https://github.com/apple/app-store-server-library-python/pull/6] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters