You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- feat: add support for `start_time` parameter in `ReadChanges` endpoint
6
+
- feat: update API definitions
7
+
- feat: support assertions context and contextual tuples
8
+
- feat: support contextual tuples in `Expand`
9
+
- feat!: support passing in name to filter in `ListStores`
10
+
- fix: remove dependency on OpenTelemetry.Api (#100) - thanks @m4tchl0ck
11
+
- fix: limit default retries to `3` from `15` (https://github.com/openfga/sdk-generator/pull/420) - thanks @ovindu-a
12
+
- fix: `ListRelations` should not swallow errors
13
+
- chore(docs): replace readable names with uuid to discourage storing PII in OpenFGA (https://github.com/openfga/sdk-generator/pull/433) - thanks @sccalabr
14
+
15
+
[!WARNING]
16
+
BREAKING CHANGES:
17
+
- The `ListStores` method now accepts a body parameter with an optional `Name` to filter the stores. This is a breaking change as it changes the method contract to allow passing in a body with the name.
0 commit comments