testcontainers-java
testcontainers-java copied to clipboard
Bump dev.openfga:openfga-sdk from 0.9.0 to 0.9.3 in /modules/openfga
Bumps dev.openfga:openfga-sdk from 0.9.0 to 0.9.3.
Release notes
Sourced from dev.openfga:openfga-sdk's releases.
v0.9.3
v0.9.3 (2025-11-10)
Fixed
- fix: preserve response headers in transaction write operations (#254)
What's Changed
- docs: update liststores entry to include credit by
@ewanharrisin openfga/java-sdk#241- chore: reduce generated code by
@rhamzehin openfga/java-sdk#238- chore: Added a top-level Makefile in java-sdk to simplify running tests and linters by
@Abishek-Newarin openfga/java-sdk#242- chore(ci): remove FOSSA workflow due to expired API token by
@SoulPancakein openfga/java-sdk#250- fix: preserve response headers for txn writes by
@SoulPancakein openfga/java-sdk#254- release v0.9.3 by
@SoulPancakein openfga/java-sdk#255New Contributors
@Abishek-Newarmade their first contribution in openfga/java-sdk#242Full Changelog: https://github.com/openfga/java-sdk/compare/v0.9.2...v0.9.3
v0.9.2
0.9.2 (2025-10-23)
Added
- Add support for write conflict options (#234)
- The SDK now supports setting a
onDuplicatefor writing tuples (ClientWriteOptionsorClientWriteTuplesOptions) andonMissing(ClientWriteOptionsorClientDeleteTuplesOptions) for deleting tuples. See the documentation for more details.- Add support for
namefilter onListStores(#237)v0.9.1
0.9.1 (2025-10-07)
Fixed
Changelog
Sourced from dev.openfga:openfga-sdk's changelog.
v0.9.3
0.9.3) (2025-11-10)
Fixed
- fix: preserve response headers in transaction write operations (#254)
- feat: Add
streamedListObjectsAPI endpoint with consumer callback support (#252)v0.9.2
0.9.2 (2025-10-23)
Added
- Add support for write conflict options (#234)
- The SDK now supports setting a
onDuplicatefor writing tuples (ClientWriteOptionsorClientWriteTuplesOptions) andonMissing(ClientWriteOptionsorClientDeleteTuplesOptions) for deleting tuples. See the documentation for more details.- Add support for
namefilter onListStores(#237)v0.9.1
0.9.1 (2025-10-07)
Fixed
Commits
ae02d65release v0.9.3 (#255)65d874bfix: preserve response headers for txn writes (#254)d6d5908chore(ci): remove FOSSA workflow due to expired API token (#250)b69eb86chore: Added a top-level Makefile in java-sdk to simplify running tests and l...aa07907chore: reduce generated code (#238)a46765adocs: update liststores entry to include credit (#241)7cb4c43release v0.9.2 (#240)3800138feat: support name filter on ListStores API (#237)e45fc26feat: add support for write conflict settings (#234)4c55350release: v0.9.1 (#233)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)