forked from apple/app-store-server-library-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
29 lines (21 loc) · 892 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Changelog
## Version 1.0.0
- Switch from GSON to Jackson for parsing [#58]
- Rename Status to VerificationStatus [#59]
- Add message to APIException and update JavaDocs [#60]
## Version 0.2.0
- Significantly increase unit test coverage [#51]
- Add support for Xcode and LocalTesting environments [#49]
- Allow parsing unknown Enum values [#50]
- Add support for testing in Java 21 [#48]
- Add error codes from App Store Server API v1.9 [#43]
- Add new fields from App Store Server API v1.10 [#53]
- Fix private key parsing on Windows from @vpavic [#41]
## Version 0.1.3
- Add status field to Data [#35](https://github.com/apple/app-store-server-library-java/issues/35)
- 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