github openfga/java-sdk v0.10.1

4 hours ago

Added

Deprecated

  • New SDK APIs no longer expose Jackson 2 types. The following existing public compatibility wrappers remain fully functional, but are deprecated and will be removed in a future Jackson 3 major release (#387, RFC):
    • ObjectMapper accessors on ApiClient — use the new SDK-owned JsonSerializer interface instead
    • API overloads accepting Jackson TypeReference — use SdkTypeToken instead
  • No action is required for users who don't interact with the mapper directly. The wire format is unchanged; direct JsonSerializer calls report serialization failures as SdkSerializationException, while regular API operations may wrap them in ApiException.

What's Changed

  • feat: add json serialization bridge by @Adrastopoulos in #387
  • chore(deps): bump com.github.jknack:handlebars from 4.5.4 to 4.5.5 by @dependabot[bot] in #390
  • release: v0.10.1 by @openfga-releaser-bot[bot] in #393

New Contributors

Full Changelog: v0.10.0...v0.10.1

Don't miss a new java-sdk release

NewReleases is sending notifications on new releases.