Skip to content

Tags: openfga/java-sdk

Tags

v0.9.11

Toggle v0.9.11's commit message

Verified

This tag was signed with the committer’s verified signature.
openfga-bot OpenFGA Bot
Release v0.9.11

v0.9.10

Toggle v0.9.10's commit message

Verified

This tag was signed with the committer’s verified signature.
openfga-bot OpenFGA Bot
Release v0.9.10

v0.9.9

Toggle v0.9.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.9.8

Toggle v0.9.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.7

Toggle v0.9.7's commit message

Verified

This tag was signed with the committer’s verified signature.
SoulPancake Anurag Bandyopadhyay
v0.9.7

Added
- Introduced `StreamingApiExecutor` for executing HTTP requests to streaming endpoints not yet wrapped by the SDK (#296)

Fixed
- fix: share single Telemetry instance per SDK client (#290)
- fix: Socket Badge URL in README.md (#306)

v0.9.6

Toggle v0.9.6's commit message

Verified

This tag was signed with the committer’s verified signature.
SoulPancake Anurag Bandyopadhyay
v0.9.6

Added
- Introduced `ApiExecutor` for executing custom HTTP requests to OpenFGA API endpoints (#273, #277)

Breaking Changes
- Minimum Java version requirement increased to Java 17 (#282) - Java 11 support removed (#282)

v0.9.5

Toggle v0.9.5's commit message

Verified

This tag was signed with the committer’s verified signature.
SoulPancake Anurag Bandyopadhyay
v0.9.5

- feat: support for streamed list objects (#252, #272)

v0.9.4

Toggle v0.9.4's commit message

Verified

This tag was signed with the committer’s verified signature.
SoulPancake Anurag Bandyopadhyay
v0.9.4

Changed
- Improved error handling and integration test coverage for FgaError and related classes. (#260)

v0.9.3

Toggle v0.9.3's commit message

Verified

This tag was signed with the committer’s verified signature.
SoulPancake Anurag Bandyopadhyay
v0.9.3

Fixed:

- fix: preserve response headers in transaction write operations (#254)

v0.9.2

Toggle v0.9.2's commit message

Verified

This tag was signed with the committer’s verified signature.
ewanharris Ewan Harris
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!