- feat: refactor to support .NET Standard 2.0
- feat: add support for
start_time
parameter inReadChanges
endpoint - feat: update API definitions
- feat: support assertions context and contextual tuples
- feat: support contextual tuples in
Expand
- feat!: support passing in name to filter in
ListStores
- fix: remove dependency on OpenTelemetry.Api (#100) - thanks @m4tchl0ck
- fix: limit default retries to
3
from15
(openfga/sdk-generator#420) - thanks @ovindu-a - fix:
ListRelations
should not swallow errors - chore(docs): replace readable names with uuid to discourage storing PII in OpenFGA (openfga/sdk-generator#433) - thanks @sccalabr
Warning
BREAKING CHANGES:
- The
ListStores
method now accepts a body parameter with an optionalName
to filter the stores. This is a breaking change as it changes the method contract to allow passing in a body with the name.