Skip to content

Commit 5e4c8bd

Browse files
committed
feat: changelog and readme changes
1 parent 112d178 commit 5e4c8bd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
## [Unreleased](https://github.com/openfga/python-sdk/compare/v0.9.7...HEAD)
4+
- feat: The SDK supports OpenFGA v1.10.0+ conflict options:
5+
- `on_duplicate` for handling duplicate tuple writes (ERROR or IGNORE)
6+
- `on_missing` for handling deletes of non-existent tuples (ERROR or IGNORE)
7+
- docs: added documentation for write conflict options in README
48

59
### [0.9.7](https://github.com/openfga/python-sdk/compare/v0.9.6...0.9.7) (2025-10-06)
610

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,7 @@ body = ClientWriteRequest(
747747

748748
response = await fga_client.write(body, options)
749749
```
750+
750751
###### Conflict Options
751752

752753
OpenFGA v1.10.0 introduced support for write conflict options to handle duplicate writes and missing deletes gracefully. These options help avoid unnecessary error handling logic in client code.

0 commit comments

Comments
 (0)