8000 Tags · openfga/go-sdk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: openfga/go-sdk

Tags

v0.7.1

Toggle v0.7.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
rhamzeh Raghd Hamzeh
v0.7.1

- fix: resolves issue where SDK could stall when MaxParallelRequests * MaxBatchSize < body.Checks length
- fix: resolves issue where private singleBatchCheck method in SdkClient prevented mocking

v0.7.0

Toggle v0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
rhamzeh Raghd Hamzeh
v0.7.0

- feat: fix and improve retries and rate limit handling. (#176)
  The SDK now retries on network errors and the default retry handling has been fixed
  for both the calls to the OpenFGA API and the API Token Issuer for those using ClientCredentials
  The SDK now also 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: retry on network errors when calling the token issuer (#182)
- feat: add support for server-side BatchCheck (#187)
- fix: use defaults when transaction options were only partially set (#183)
- chore: log retry attempts when debug mode is enabled (#182)

v0.6.6

Toggle v0.6.6's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
rhamzeh Raghd Hamzeh
v0.6.6

- feat: fix and improve retries and rate limit handling. (#176)
  The SDK now retries on network errors and the default retry handling has been fixed
  for both the calls to the OpenFGA API and the API Token Issuer for those using ClientCredentials
  The SDK now also 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: retry on network errors when calling the token issuer (#182)
- feat: add support for server-side BatchCheck (#187)
- fix: use defaults when transaction options were only partially set (#183)
- chore: log retry attempts when debug mode is enabled (#182)

v0.6.5

Toggle v0.6.5's commit message

Verified

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

- feat: support assertions with context and contextual tuples (#169)
- fix: populate start_time in request (#166)

v0.6.4

Toggle v0.6.4's commit message

Verified

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

- feat: add support for `start_time` parameter in `ReadChanges` endpoint (#158)
- fix: correctly set request level storeId in non-transactional write (#162) - thanks @preiter93
- fix: api client should set default telemetry if not specified (#160)
- docs: replace readable names with uuid (#146) - thanks @sccalabr
- fix: support marshaling client.ClientWriteResponse (#145) - thanks @Fedot-Compot
- fix: update client interface with store and model getter/setter (#155)
- fix: api client should set default telemetry if not specified (#160)

v0.6.3

Toggle v0.6.3's commit message

Verified

This tag was signed with the committer’s verified signature.
jimmyjames Jim Anderson
v0.6.3

Fixed:
- fix metrics data race issues (#139)

v0.6.2

Toggle v0.6.2's commit message

Verified

This tag was signed with the committer’s verified signature.
jimmyjames Jim Anderson
v0.6.2

Fixed:
- fix batch check consistency (#131)
- fix data race on TelemetryInstances (#136) - thanks @Kryvchun!

NOTE: `TelemetryInstances` in `telemetry.go` has been deprecated, as its usage is intended to be internal. It will be removed in a future release.

v0.6.1

Toggle v0.6.1's commit message

Verified

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

Changed:
- OpenTelemetry: Moved configuration API into public package namespace
- OpenTelemetry: Added initial documentation and example

v0.6.0

Toggle v0.6.0's commit message

Verified

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

Added:
- Support OpenTelemetry metrics reporting (#115)
- Support for sending the consistency parameter to the read, check, list users, list objects, and expand endpoints (#117)

Changed:
- Updated documentation to reflect ClientTupleKey changes (#113) - Thanks @Code2Life

v0.5.0

Toggle v0.5.0's commit message

Verified

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

- fix: correctly set HTTPClient
- chore!: remove excluded users from ListUsers response

BREAKING CHANGE:

This version removes the `ExcludedUsers` field from the `ListUsersResponse` and `ClientListUsersResponse` structs,
for more details see the [associated API change](openfga/api#171).
0