Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tags: openfga/python-sdk

Tags

v0.9.9

Toggle v0.9.9's commit message

Verified

This tag was signed with the committer’s verified signature.
SoulPancake Anurag Bandyopadhyay
v0.9.9

- feat: improve error messaging (#245)

v0.9.8

Toggle v0.9.8's commit message

Verified

This tag was signed with the committer’s verified signature.
rhamzeh Raghd Hamzeh
v0.9.8

- feat: add support for conflict options for Write operations: (#235)
  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.
  See [Conflict Options for Write Operations](https://github.com/openfga/python-sdk/blob/main/README.md#conflict-options-for-write-operations) for more.
  - `on_duplicate` for handling duplicate tuple writes (ERROR or IGNORE)
  - `on_missing` for handling deletes of non-existent tuples (ERROR or IGNORE)

v0.9.7

Toggle v0.9.7's commit message

Verified

This tag was signed with the committer’s verified signature.
evansims Evan Sims
v0.9.7

Added:
- `headers` configuration property (#233)

Fixed:
- per-request custom header precedence (#230)

v0.9.6

Toggle v0.9.6's commit message

Verified

This tag was signed with the committer’s verified signature.
rhamzeh Raghd Hamzeh
v0.9.6

- fix: reuse ssl context in the sync client
- feat: add OAuth2 scopes parameter support to CredentialConfiguration

v0.9.5

Toggle v0.9.5's commit message

Verified

This tag was signed with the committer’s verified signature.
evansims Evan Sims
v0.9.5

Fixed:
- aiohttp.ClientResponse.data should be awaited (#197) - thanks @cmbernard333

v0.9.4

Toggle v0.9.4's commit message

Verified

This tag was signed with the committer’s verified signature.
ewanharris Ewan Harris
v0.9.4

- feat: support List Stores name filter (#181)
- feat: fix and improve retries and rate limit handling. (#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 (#186) - thanks @manuel-lang
- fix: ListRelations should not swallow errors (#183)
- fix: urllib3 compatibility < v2 (#187)

v0.9.3

Toggle v0.9.3's commit message

Verified

This tag was signed with the committer’s verified signature.
rhamzeh Raghd Hamzeh
v0.9.3

- fix: urllib3 compatibility < v2 (#179)

v0.9.2

Toggle v0.9.2's commit message
v0.9.2

Fixed:
- fix(telemetry): fixes for telemetry attributes and metrics tracking
- fix: REST client should not close after `stream` request

v0.9.1

Toggle v0.9.1's commit message

Verified

This tag was signed with the committer’s verified signature.
evansims Evan Sims
v0.9.1

Added:
- feat: add `/streamed-list-objects` endpoint support (#163)
- feat: add `contextual_tuples` support for `/expand` endpoint requests (#164)

v0.9.0

Toggle v0.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ewanharris Ewan Harris
v0.9.0

Added:

- 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

Changed:

- feat: remove client-side validation - thanks @GMorris-professional (#155)
- 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)(#154) for more details on this change.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.