Tags: technicalabinesh/python-sdk
Tags
v0.9.7 Added: - `headers` configuration property (openfga#233) Fixed: - per-request custom header precedence (openfga#230)
v0.9.5 Fixed: - aiohttp.ClientResponse.data should be awaited (openfga#197) - thanks @cmbernard333
v0.9.4 - feat: support List Stores name filter (openfga#181) - feat: fix and improve retries and rate limit handling. (openfga#176) - thanks @GMorris-professional The SDK now respects the rate limit headers (`Retry-After`) returned by the server and will retry the request after the specified time. If the header is not sent or on network errors, it will fall back to exponential backoff. - feat: allow more user customizations for the token issuer (openfga#186) - thanks @manuel-lang - fix: ListRelations should not swallow errors (openfga#183) - fix: urllib3 compatibility < v2 (openfga#187)
v0.9.1 Added: - feat: add `/streamed-list-objects` endpoint support (openfga#163) - feat: add `contextual_tuples` support for `/expand` endpoint requests (openfga#164)
v0.9.0 Added: - feat: add support for `start_time` parameter in `ReadChanges` endpoint (openfga#156) - Note, this feature requires v1.8.0 of OpenFGA or newer - feat!: add support for `BatchCheck` API (openfga#154) - Note, this feature requires v1.8.2 of OpenFGA or newer Changed: - feat: remove client-side validation - thanks @GMorris-professional (openfga#155) - fix: change default max retry limit to 3 from 15 - thanks @ovindu-a (openfga#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 (openfga#154)(openfga#154) for more details on this change.
v0.8.0 Added: - feat: allow configuring the token endpoint (openfga#137) - feat: add per-HTTP request counter metric (openfga#135) Changed: - refactor: remove SDK version for OpenTelemetry meter name (openfga#134) Fixed: - fix: only send SDK method header from SDK wrapper methods (openfga#142) - fix: unable to pass `retry_params` (openfga#144) - fix: list users should send contextual tuples as a list (openfga#147) - fix: handle no models existing in `read_latest_authorization_model` (openfga#147)
PreviousNext