Skip to content

Tags: openfga/java-sdk

Tags

v0.7.2

Verified

This tag was signed with the committer’s verified signature.
jimmyjames Jim Anderson
v0.7.2

Fixed:
- Ensure executor is shutdown (#133)

v0.7.1

Verified

This tag was signed with the committer’s verified signature.
evansims Evan Sims
v0.7.1

Changed:
- refactor(OpenTelemetry): remove SDK version from meter name
- fix(OpenTelemetry): `http.request.method` should be enabled by default (#114)
- chore(deps): update dependencies  (#110, #111, #112)
- docs(OpenTelemetry): update Metrics and Attributes tables (#115)

v0.7.0

Verified

This tag was signed with the committer’s verified signature.
jimmyjames Jim Anderson
v0.7.0

- feat: support consistency parameter [\#107](#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](https://github.com/openfga/openfga/releases/tag/v1.5.7) for details.

v0.6.1

Verified

This tag was signed with the committer’s verified signature.
evansims Evan Sims
v0.6.1

Fixed:
- Maven build issue

v0.6.0

Verified

This tag was signed with the committer’s verified signature.
evansims Evan Sims
v0.6.0

Added:
- Support for OpenTelemetry metrics report (#94, #95)

Changed:
- Updated dependencies (#100, #101, #102, #103)

v0.5.0

Verified

This tag was signed with the committer’s verified signature.
ewanharris Ewan Harris
v0.5.0

- chore!: remove excluded users from ListUsers response

BREAKING CHANGE:

This version removes `getExcludedUsers` and `setExcludedUsers` from the `ListUsersResponse` and `ClientListUsersResponse` classes,
for more details see the [associated API change](openfga/api#171).

v0.4.2

Verified

This tag was signed with the committer’s verified signature.
ewanharris Ewan Harris
v0.4.2

- feat: support the [ListUsers](https://github.com/openfga/rfcs/blob/main/20231214-listUsers-api.md) endpoint (#80)
- fix: improve check for validity of token (#76)

v0.4.1

Verified

This tag was signed with the committer’s verified signature.
ewanharris Ewan Harris
v0.4.1

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

Verified

This tag was signed with the committer’s verified signature. The key has expired.
rhamzeh Raghd Hamzeh
v0.4.0

- fix!: reverse the incorrect transaction behaviour when `disableTransactions` is set on `Write`

v0.3.2

Verified

This tag was signed with the committer’s verified signature.
jimmyjames Jim Anderson
v0.3.2

- fix: fix token validity check for expiry
- fix: send OAuth2 credentials request as form-urlencoded post
- fix: do not create new http client on every request