Skip to content

Commit

Permalink
chore: removed status column in experimental features and added enabl…
Browse files Browse the repository at this point in the history
…e-conditions
  • Loading branch information
aaguiarz committed Dec 18, 2023
1 parent ad8c6ce commit d2c733a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/content/getting-started/setup-openfga/configure-openfga.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,12 @@ openfga -e OPENFGA_EXPERIMENTALS="feature1, feature2" run
The following table enumerates the experimental flags, a description of what they do, and the versions of OpenFGA the flag is supported in:
| Name | Description | OpenFGA Version | Status |
|-------------------|--------------------------------------------------------------------|-----------------------|----------------------------|
| otel-metrics | Enables support for exposing OpenFGA metrics through OpenTelemetry | `0.3.2 <= v < v0.3.5` | became default in `v0.3.5` |
| list-objects | Enables ListObjects API | `0.2.0 <= v < v0.3.3` | became default in `v0.3.3` |
| check-query-cache | Enables caching of check subproblem result | `1.3.1 <= v ` | currently experimental |
| Name | Description | OpenFGA Version |
|-------------------|--------------------------------------------------------------------|-----------------------|
| otel-metrics | Enables support for exposing OpenFGA metrics through OpenTelemetry | `0.3.2 <= v < v0.3.5` |
| list-objects | Enables ListObjects API | `0.2.0 <= v < v0.3.3` |
| check-query-cache | Enables caching of check subproblem result | `1.3.1 <= v < v1.3.6` |
| enable-conditions | Enables conditional relationship tuples | `1.3.8 <= v < v1.4.0` |
:::caution Warning
Experimental features are not guaranteed to be stable and may lead to server instabilities. It is not recommended to enable experimental features for anything other than experimentation.
Expand Down

0 comments on commit d2c733a

Please sign in to comment.