Skip to content

Commit 3458e44

Browse files
committed
docs: add changelog entries
1 parent 69b65df commit 3458e44

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +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)
7+
- feat!: add support for `BatchCheck` API (#154)
68
- fix: change default max retry limit to 3 from 15 - thanks @ovindu-a (#155)
79

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+
817
## v0.8.1
918

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

0 commit comments

Comments
 (0)