Skip to content

Releases: openfga/java-sdk

v0.1.0

29 Sep 18:52
v0.1.0
12af785

Choose a tag to compare

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

28 Sep 21:03
v0.0.5
971b93b

Choose a tag to compare

0.0.5 (2023-09-27)

  • feat(client): add OpenFgaClient wrapping OpenFgaApi and exposing a simplified interface. See docs
  • chore(docs): update the README with installation and usage instructions.

v0.0.4

21 Sep 16:40
v0.0.4
a2ad7cf

Choose a tag to compare

- fix publishing to maven central

v0.0.1

14 Sep 13:39
3d5c390

Choose a tag to compare

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.