Skip to content

Commit dc671ec

Browse files
committed
docs: add changelog entries
1 parent b1feeda commit dc671ec

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
33
## [Unreleased](https://github.com/openfga/python-sdk/compare/v0.8.1...HEAD)
44

55
- feat: remove client-side validation - thanks @GMorris-professional (#155)
6-
- feat: add support for `start_time` parameter in `ReadChanges` endpoint (#156)
6+
- feat: add support for `start_time` parameter in `ReadChanges` endpoint (#156) - Note, this feature requires v1.8.0 of OpenFGA or newer
7+
- feat!: add support for `BatchCheck` API (#154) - Note, this feature requires v1.8.2 of OpenFGA or newer
78
- fix: change default max retry limit to 3 from 15 - thanks @ovindu-a (#155)
89

10+
BREAKING CHANGE:
11+
12+
Usage of the existing batch_check should now use client_batch_check instead, additionally the existing
13+
BatchCheckResponse has been renamed to ClientBatchCheckClientResponse.
14+
15+
Please see (#154)(https://github.com/openfga/python-sdk/pull/154) for more details on this change.
16+
917
## v0.8.1
1018

1119
### [0.8.1](https://github.com/openfga/python-sdk/compare/v0.8.0...v0.8.1) (2024-11-26)

0 commit comments

Comments
 (0)