Skip to content

Releases: openfga/java-sdk

v0.8.2

02 Jul 04:30
v0.8.2
9ac9fa0
Compare
Choose a tag to compare

0.8.2 (2025-07-02)

Added:

  • client: allow accessing the internal api client via getApi (#178)

Fixed:

  • client: fix BatchCheck ignoring passed in model ID override (#177)

Maven Central Release

v0.8.2-beta.1

01 Jul 22:25
v0.8.2-beta.1
d3627c4
Compare
Choose a tag to compare
v0.8.2-beta.1 Pre-release
Pre-release

0.8.2-beta.1 (2025-07-01)

  • feat(client): allow accessing the internal api client via getApi (#178)
  • fix(client): fix passing model ID in BatchCheck (#177)

v0.8.1

18 Feb 18:31
v0.8.1
b7a0078
Compare
Choose a tag to compare

0.8.1 (2025-02-18)

  • fix: use HTTP 1.1 by default (#148)
  • fix: ensure default telemetry attributes are sent (#145)
  • feat: add batch check telemetry attribute (#143)

v0.8.0

18 Feb 17:19
v0.8.0
899bc3e
Compare
Choose a tag to compare

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-side batchCheck. Using this method requires an OpenFGA v1.8.0+ server.
    The existing batchCheck method has been renamed to clientBatchCheck.
    The existing BatchCheckResponse has been renamed to ClientBatchCheckResponse.
  • feat: add support for start_time parameter in ReadChanges endpoint (#137)

BREAKING CHANGES:

  • Usage of the existing batchCheck method should now use the clientBatchCheck method.

v0.7.2

18 Dec 21:44
v0.7.2
8162be6
Compare
Choose a tag to compare

0.7.2 (2024-12-18)

  • fix: Ensure executor is shutdown (#133)

v0.7.1

30 Sep 04:09
v0.7.1
4947d98
Compare
Choose a tag to compare

0.7.1 (2024-09-23)

  • 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

28 Aug 20:28
v0.7.0
6e6ac83
Compare
Choose a tag to compare

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

19 Aug 17:56
v0.6.1
caf4586
Compare
Choose a tag to compare

0.6.1 (2024-08-19)

v0.5.0

17 Jun 11:09
v0.5.0
f9b9641
Compare
Choose a tag to compare

0.5.0 (2024-06-14)

  • 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.

v0.4.2

02 May 14:31
v0.4.2
79bb07a
Compare
Choose a tag to compare

0.4.2 (2024-05-02)

  • feat: support the ListUsers endpoint (#80)
  • fix: improve check for validity of token (#76)