github openfga/java-sdk v0.8.0

latest release: v0.8.1
3 days ago

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.

Don't miss a new java-sdk release

NewReleases is sending notifications on new releases.