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
Copy file name to clipboardExpand all lines: docs/docs/flagsmith-concepts/segments/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,9 @@ Identity overrides always take precedence over segment overrides. Simply put, th
70
70
71
71
## Context values
72
72
73
-
:::warning
73
+
:::info
74
74
75
-
Currently, context values are only available for remote evaluation. In localevaluation, rules using context values will evaluate to `false`.
75
+
See [minimum required SDK versions](/flagsmith-concepts/segments/segment-rule-operators#minimum-sdk-versions-for-local-evaluation-mode) to use Context values in local evaluation mode.
Copy file name to clipboardExpand all lines: docs/docs/flagsmith-concepts/segments/segment-rule-operators.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,19 +77,19 @@ This segment will include all identities having a `user_id` trait that is divisi
77
77
78
78
When running in local evaluation mode, SDK clients evaluate segment rules locally, which means they must be updated to support the latest operators.
79
79
80
-
If an SDK client tries to evaluate a segment rule that has an unrecognised operator, that rule will silently evaluate to `false`. The table below lists the minimum required SDK version required by each operator:
81
-
82
-
|| Modulo | In |
83
-
| ------- | ------ | ----- |
84
-
| Python | 2.3.0 | 3.3.0 |
85
-
| Java | 5.1.0 | 7.1.0 |
86
-
| .NET | 4.2.0 | 5.0.0 |
87
-
| Node.js | 2.4.0 | 2.5.0 |
88
-
| Ruby | 3.1.0 | 3.2.0 |
89
-
| PHP | 3.1.0 | 4.1.0 |
90
-
| Go | 2.2.0 | 3.1.0 |
91
-
| Rust | 0.2.0 | 1.3.0 |
92
-
| Elixir | 1.1.0 | 2.0.0 |
80
+
If an SDK client tries to evaluate a segment rule that has an unrecognised operator or context value, that rule will silently evaluate to `false`. The table below lists the minimum required SDK version required by each operator or a context value:
81
+
82
+
|| Modulo Operator | In Operator | Environment Name context value | Identifier context value|
0 commit comments