Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@sethonyango sethonyango released this 02 Jul 05:28
· 22 commits to main since this release
e91c327

What's Changed

Breaking Changes

  1. 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.
  2. Model Renaming:

    • All models related to -PatchModel have been renamed to -UpdateOptions.
    • All models related to -CreateRequest have been renamed to -CreateOptions.

Additions

  1. Path Segment Update:

    • Changed the path segment from identity/verifications_reports to identity/verification_reports.
    • PR: #112 by @mburumaxwell.
  2. Optional Serialization and Deserialization:

    • Added tests for serialization and deserialization of Optional fields.
    • PR: #113 by @sethonyango.
  3. Dependency Update:

    • Bumped org.projectlombok:lombok from 1.18.32 to 1.18.34.
    • PR: #114 by @dependabot.

Full Changelog: 1.5.0...2.0.0