From dc671ec76d5186f2ce88d5079ccfb1158ef4caa8 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Wed, 18 Dec 2024 11:28:24 +0000 Subject: [PATCH] docs: add changelog entries --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a298846..a7d60ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,17 @@ ## [Unreleased](https://github.com/openfga/python-sdk/compare/v0.8.1...HEAD) - feat: remove client-side validation - thanks @GMorris-professional (#155) -- feat: add support for `start_time` parameter in `ReadChanges` endpoint (#156) +- feat: add support for `start_time` parameter in `ReadChanges` endpoint (#156) - Note, this feature requires v1.8.0 of OpenFGA or newer +- feat!: add support for `BatchCheck` API (#154) - Note, this feature requires v1.8.2 of OpenFGA or newer - fix: change default max retry limit to 3 from 15 - thanks @ovindu-a (#155) +BREAKING CHANGE: + +Usage of the existing batch_check should now use client_batch_check instead, additionally the existing +BatchCheckResponse has been renamed to ClientBatchCheckClientResponse. + +Please see (#154)(https://github.com/openfga/python-sdk/pull/154) for more details on this change. + ## v0.8.1 ### [0.8.1](https://github.com/openfga/python-sdk/compare/v0.8.0...v0.8.1) (2024-11-26)