Releases: openfga/java-sdk
Releases · openfga/java-sdk
v0.1.0
0.1.0 (2023-09-27)
- [BREAKING] refactor(client): simplify OpenFgaClient and OpenFgaApi constructors to not require an ApiClient. This is a breaking change as it changed the ordering of parameters in constructors.
- [BREAKING] refactor(client): all options classes for OpenFgaClient are now consistently prefixed with "Client"
- chore(client): add ClientReadAssertionsOptions and ClientWriteAssertionsOptions for their respective Client APIs.
v0.0.5
v0.0.4
- fix publishing to maven central
v0.0.1
v0.0.1
0.0.1 (2023-09-14)
This is an initial beta release. While it can be used to call an FGA server, it lacks conveniences
already present in other OpenFGA SDKs and already planned.
Most notably it lacks a higher-level client (work is in progress), which will be the recommended
entry point.