Skip to content

Commit 295408c

Browse files
committed
fix: version compare tag
1 parent 2831108 commit 295408c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
## [Unreleased](https://github.com/openfga/python-sdk/compare/v0.9.9...HEAD)
44

5-
### [0.9.9](https://github.com/openfga/python-sdk/compare/v0.9.8...0.9.9) (2025-12-09)
5+
### [0.9.9](https://github.com/openfga/python-sdk/compare/v0.9.8...v0.9.9) (2025-12-09)
66
- feat: improve error messaging (#245)
77

8-
### [0.9.8](https://github.com/openfga/python-sdk/compare/v0.9.7...0.9.8) (2025-11-04)
8+
### [0.9.8](https://github.com/openfga/python-sdk/compare/v0.9.7...v0.9.8) (2025-11-04)
99
- feat: add support for conflict options for Write operations: (#235)
1010
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](https://github.com/openfga/openfga/releases/tag/v1.10.0) or later.
1111
See [Conflict Options for Write Operations](./README.md#conflict-options-for-write-operations) for more.
1212
- `on_duplicate` for handling duplicate tuple writes (ERROR or IGNORE)
1313
- `on_missing` for handling deletes of non-existent tuples (ERROR or IGNORE)
1414

15-
### [0.9.7](https://github.com/openfga/python-sdk/compare/v0.9.6...0.9.7) (2025-10-06)
15+
### [0.9.7](https://github.com/openfga/python-sdk/compare/v0.9.6...v0.9.7) (2025-10-06)
1616

1717
- feat: `headers` configuration property (#233)
1818
- fix: per-request custom header precedence (#230)

0 commit comments

Comments
 (0)