Tags give the ability to mark specific points in history as being important
-
-
-
-
-
-
-
-
v0.7.5
ebf62c04 · ·v0.7.5 - feat: replace errgroup with conc pool in WriteExecute method (#249) - thanks @AltuisticIsopod
-
-
v0.7.4
e4a57816 · ·v0.7.4 - fix: ListRelations now surfaces errors instead of treating them as false (#267) - feat: add a generic API Executor `fgaClient.GetAPIExecutor()` to allow calling any OpenFGA API method. See [Calling Other Endpoints](./README.md#calling-other-endpoints) for more. - feat: add generic `ToPtr[T any](v T) *T` function for creating pointers to any type - deprecation: `PtrBool`, `PtrInt`, `PtrInt32`, `PtrInt64`, `PtrFloat32`, `PtrFloat64`, `PtrString`, and `PtrTime` are now deprecated in favor of the generic `ToPtr` function - chore: add a top-level makefile in go-sdk to simplify running tests and linters: (#250) - feat: add fga-client.http_request.duration metric (#266) - feat: add support for StreamedListObjects endpoint (#271)
-
-
v0.7.3
68636053 · ·v0.7.3 - feat: add support for custom headers per request - feat: add support for conflict options for Write operations
-
v0.7.2
8242aee3 · ·v0.7.2 - feat: add contextual tuples support in Expand requests - feat: Support passing name filter to ListStores - fix: 5xx errors were not being properly retried