Releases: openfga/java-sdk
Releases · openfga/java-sdk
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.
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
v0.4.0
0.4.0 (2024-03-04)
- fix!: reverse the transaction behaviour when
disableTransactions
is set onWrite
⚠️ This is a behavioral breaking change!
Previously, theOpenFgaClient
reversed the behavior of write transactions based on thedisableTransactions
flag. This has been fixed so that batched writes are sent ifdisableTransactions == true
and a single transactional write if it is false (default).