github openfga/go-sdk v0.4.0

latest release: v0.5.0
one month ago

0.4.0 (2024-05-30)

  • feat!: remove store ID from API config, allow store ID override per-request (see README for additional documentation and examples)
  • fix: only retry on client credential requests that are 429 or 5xx

⚠️ BREAKING CHANGE: ⚠️

This version removes the StoreId from the API client configuration. Instead, the StoreId parameter must now be passed to each of the API methods that require a store ID.

If you are using api_open_fga.go directly, you will now need to pass the StoreId parameter.

Don't miss a new go-sdk release

NewReleases is sending notifications on new releases.