0.9.8 (2025-11-04)
- feat: add support for conflict options for Write operations: (#235)
The client now supports settingConflictOptionsonClientWriteOptionsto control behavior when writing duplicate tuples or deleting non-existent tuples. This feature requires OpenFGA server v1.10.0 or later.
See Conflict Options for Write Operations for more.on_duplicatefor handling duplicate tuple writes (ERROR or IGNORE)on_missingfor handling deletes of non-existent tuples (ERROR or IGNORE)
What's Changed
- chore: reduce generated code by @rhamzeh in #236
- chore: Added a top-level Makefile in python-sdk to simplify running tests and linters by @Abishek-Newar in #241
- feat: support write conflicts options by @SoulPancake in #237
- chore(deps): bump the dependencies group with 5 updates by @dependabot[bot] in #242
- release: v0.9.8 by @rhamzeh in #244
New Contributors
- @Abishek-Newar made their first contribution in #241
Full Changelog: v0.9.7...v0.9.8