Tags: openfga/java-sdk
Tags
release: v0.9.9 (#340) * chore: release 0.9.9 Release-As: 0.9.9 * release: v0.9.9 * fix: Update CHANGELOG for release 0.9.9 Added new features and fixed issues in release 0.9.9. This includes oauth2 scopes for authentication and a new counter metric for HTTP requests. --------- Co-authored-by: openfga-releaser-bot <contact@openfga.dev> Co-authored-by: openfga-releaser-bot[bot] <274031225+openfga-releaser-bot[bot]@users.noreply.github.com> Co-authored-by: Anurag Bandyopadhyay <angbpy@gmail.com>
release: v0.9.8 (#334) * chore: release 0.9.8 Release-As: 0.9.8 * release: v0.9.8 * fix: changelog and acknowledge contributor Updated the changelog to reflect new features and fixes, including the addition of a counter metric for HTTP requests and acknowledgment for contributions. --------- Co-authored-by: openfga-releaser-bot <contact@openfga.dev> Co-authored-by: openfga-releaser-bot[bot] <274031225+openfga-releaser-bot[bot]@users.noreply.github.com> Co-authored-by: Anurag Bandyopadhyay <angbpy@gmail.com>
v0.9.2 Added: - Add support for write conflict options (#234) - The SDK now supports setting a `onDuplicate` for writing tuples (`ClientWriteOptions` or `ClientWriteTuplesOptions`) and `onMissing` (`ClientWriteOptions` or `ClientDeleteTuplesOptions`) for deleting tuples. See the [documentation](https://github.com/openfga/java-sdk#conflict-options-for-write-operations) for more details. - Add support for `name` filter on `ListStores` (#237) - Thanks to @Oscmage and @varkart for their work on this!
PreviousNext