Releases: openfga/java-sdk
Releases · openfga/java-sdk
v0.8.2
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
batchCheck
method (#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 existingbatchCheck
method has been renamed toclientBatchCheck
.
The existingBatchCheckResponse
has been renamed toClientBatchCheckResponse
. - feat: add support for
start_time
parameter inReadChanges
endpoint (#137)
BREAKING CHANGES:
- Usage of the existing
batchCheck
method should now use theclientBatchCheck
method.
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-params
enabled. 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.