This repository has been archived by the owner on Dec 25, 2024. It is now read-only.
2.0.0
What's Changed
Breaking Changes
-
JSON Library Update: Replaced Gson with Jackson for JSON serialization and deserialization.
- This change improves performance and compatibility with other Jackson-based tools.
- Custom serializers and deserializers for
Optional
fields have been added.
-
Model Renaming:
- All models related to
-PatchModel
have been renamed to-UpdateOptions
. - All models related to
-CreateRequest
have been renamed to-CreateOptions
.
- All models related to
Additions
-
Path Segment Update:
- Changed the path segment from
identity/verifications_reports
toidentity/verification_reports
. - PR: #112 by @mburumaxwell.
- Changed the path segment from
-
Optional Serialization and Deserialization:
- Added tests for serialization and deserialization of
Optional
fields. - PR: #113 by @sethonyango.
- Added tests for serialization and deserialization of
-
Dependency Update:
- Bumped
org.projectlombok:lombok
from1.18.32
to1.18.34
. - PR: #114 by @dependabot.
- Bumped
Full Changelog: 1.5.0...2.0.0