Skip to content

Tags: technicalabinesh/python-sdk

Tags

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 (openfga#233)

Fixed:
- per-request custom header precedence (openfga#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 (openfga#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 (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.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 (openfga#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 (openfga#163)
- feat: add `contextual_tuples` support for `/expand` endpoint requests (openfga#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 (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.1

Toggle v0.8.1's commit message

Verified

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

Added:
- feat: allow specifying a request timeout (openfga#151) - thanks @Oscmage!

v0.8.0

Toggle v0.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ewanharris Ewan Harris
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)