Added
- add json serialization bridge (#387) (84096fa) , Thanks @Adrastopoulos
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):
ObjectMapperaccessors onApiClient— use the new SDK-ownedJsonSerializerinterface instead- API overloads accepting Jackson
TypeReference— useSdkTypeTokeninstead
- No action is required for users who don't interact with the mapper directly. The wire format is unchanged; direct
JsonSerializercalls report serialization failures asSdkSerializationException, while regular API operations may wrap them inApiException.
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
- @Adrastopoulos made their first contribution in #387
Full Changelog: v0.10.0...v0.10.1