Releases: openfga/java-sdk
Releases · openfga/java-sdk
v0.8.2-beta.1
0.8.2-beta.1 (2025-07-01)
v0.8.1
v0.8.0
0.8.0 (2025-02-07)
- feat!: add support for server-side
batchCheckmethod (#141) - thanks @piotrooo!!
This is a more efficient way to check on multiple tuples than calling the existing client-sidebatchCheck. Using this method requires an OpenFGA v1.8.0+ server.
The existingbatchCheckmethod has been renamed toclientBatchCheck.
The existingBatchCheckResponsehas been renamed toClientBatchCheckResponse. - feat: add support for
start_timeparameter inReadChangesendpoint (#137)
BREAKING CHANGES:
- Usage of the existing
batchCheckmethod should now use theclientBatchCheckmethod.
v0.7.2
v0.7.1
v0.7.0
0.7.0 (2024-08-28)
- feat: support consistency parameter #107
- Note: To use this feature, you need to be running OpenFGA v1.5.7+ with the experimental flag
enable-consistency-paramsenabled. See the v1.5.7 release notes for details.
v0.6.1
v0.5.0
0.5.0 (2024-06-14)
- chore!: remove excluded users from ListUsers response
This version removes getExcludedUsers and setExcludedUsers from the ListUsersResponse and ClientListUsersResponse classes, for more details see the associated API change.
v0.4.2
v0.4.1
0.4.1 (2024-04-09)
- feat: support setting context on ListObjects - thanks @Didier-SimpleCommeDev
- feat: support setting context and contextual tuples on ListRelations
- feat: add retries to OAuth2 Client Credentials request
- feat: support modular models metadata
- fix: avoid clone of object mapper - thanks @paulosuzart