diff --git a/docs/content/getting-started/setup-openfga/configure-openfga.mdx b/docs/content/getting-started/setup-openfga/configure-openfga.mdx index 6ec0755ab..f19ccd3e7 100644 --- a/docs/content/getting-started/setup-openfga/configure-openfga.mdx +++ b/docs/content/getting-started/setup-openfga/configure-openfga.mdx @@ -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.