-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86458b9
commit d73e4cd
Showing
5 changed files
with
37 additions
and
33 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Changelog | ||
|
||
## Version 1.1.0 | ||
- Support App Store Server Notifications v2.10 [https://github.com/apple/app-store-server-library-java/pull/74] | ||
- Require appAppleId in SignedDataVerifier for the Production environment [https://github.com/apple/app-store-server-library-java/pull/68] | ||
|
||
## Version 1.0.0 | ||
- Switch from GSON to Jackson for parsing [https://github.com/apple/app-store-server-library-java/pull/58] | ||
- Rename Status to VerificationStatus [https://github.com/apple/app-store-server-library-java/pull/59] | ||
- Add message to APIException and update JavaDocs [https://github.com/apple/app-store-server-library-java/pull/60] | ||
|
||
## Version 0.2.0 | ||
- Significantly increase unit test coverage [https://github.com/apple/app-store-server-library-java/pull/51] | ||
- Add support for Xcode and LocalTesting environments [https://github.com/apple/app-store-server-library-java/pull/49] | ||
- Allow parsing unknown Enum values [https://github.com/apple/app-store-server-library-java/pull/50] | ||
- Add support for testing in Java 21 [https://github.com/apple/app-store-server-library-java/pull/48] | ||
- Add error codes from App Store Server API v1.9 [https://github.com/apple/app-store-server-library-java/pull/43] | ||
- Add new fields from App Store Server API v1.10 [https://github.com/apple/app-store-server-library-java/pull/53] | ||
- Fix private key parsing on Windows from @vpavic [https://github.com/apple/app-store-server-library-java/pull/41] | ||
|
||
## Version 0.1.3 | ||
|
||
- Add status field to Data [https://github.com/apple/app-store-server-library-java/pull/59] | ||
- Publish JavaDocs | ||
|
||
## Version 0.1.2 | ||
|
||
- Make SignedDataVerifier::decodeSignedObject protected | ||
|
||
## Version 0.1.1 | ||
|
||
- Move release to Maven Central | ||
- The additional repository is no longer needed in a Gradle/Maven config |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
version=1.0.0 | ||
version=1.1.0 | ||
group=com.apple.itunes.storekit |
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