Skip to content

v0.9.8

Choose a tag to compare

@github-actions github-actions released this 04 Nov 22:25
· 7 commits to main since this release
v0.9.8
0604026

0.9.8 (2025-11-04)

  • feat: add support for conflict options for Write operations: (#235)
    The client now supports setting ConflictOptions on ClientWriteOptions to 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_duplicate for handling duplicate tuple writes (ERROR or IGNORE)
    • on_missing for handling deletes of non-existent tuples (ERROR or IGNORE)

What's Changed

New Contributors

Full Changelog: v0.9.7...v0.9.8