dillon-b - #187
Open
mintlify[bot] wants to merge 2 commits into
Open
Conversation
- Updated changelogs.mdx Mintlify-Source: dashboard-editor
Contributor
Confidence Score: 4/5The PR should not merge until the changelog accurately documents boolean Runtime Property targeting. The previously reported omission remains: the changelog presents an exhaustive data-type list without the documented True/False type or its dedicated operators. Files Needing Attention: changelogs.mdx
|
| Filename | Overview |
|---|---|
| changelogs.mdx | Adds two product announcements covering plan limits, experimentation capabilities, and typed feature-flag Runtime Properties. |
Reviews (2): Last reviewed commit: "Updated mintlify pages" | Re-trigger Greptile
Comment on lines
+15
to
+24
| Feature Flags can now target Runtime Properties by their actual data type — string, number, list, or fuzzy — instead of treating every value as a string. Targeting rules match correctly on numbers and lists, not just text. | ||
|
|
||
| Previously, Runtime Property filters compared everything as a string. That meant no real numeric or boolean comparisons, making flag targeting less predictable and reliable. | ||
|
|
||
| With this update, each targeting condition has a Data Type that controls how it's parsed and compared: | ||
|
|
||
| - **String:** case-insensitive match, ordered comparisons in lexicographical order | ||
| - **Number:** true numeric comparison (Is, Greater than, Less than, etc.) | ||
| - **List:** match any/all elements, each evaluated by its own type | ||
| - **Fuzzy:** loose, cross-type match (e.g. `"5"` matches `5`, `"1"` matches `true`) |
Contributor
There was a problem hiding this comment.
The exhaustive list omits the dedicated True/False data type and its is True and is False operators, leading readers to infer that boolean properties require fuzzy matching.
Suggested change
| Feature Flags can now target Runtime Properties by their actual data type — string, number, list, or fuzzy — instead of treating every value as a string. Targeting rules match correctly on numbers and lists, not just text. | |
| Previously, Runtime Property filters compared everything as a string. That meant no real numeric or boolean comparisons, making flag targeting less predictable and reliable. | |
| With this update, each targeting condition has a Data Type that controls how it's parsed and compared: | |
| - **String:** case-insensitive match, ordered comparisons in lexicographical order | |
| - **Number:** true numeric comparison (Is, Greater than, Less than, etc.) | |
| - **List:** match any/all elements, each evaluated by its own type | |
| - **Fuzzy:** loose, cross-type match (e.g. `"5"` matches `5`, `"1"` matches `true`) | |
| Feature Flags can now target Runtime Properties by their actual data type — string, number, true/false, list, or fuzzy — instead of treating every value as a string. Targeting rules match correctly on numbers, booleans, and lists, not just text. | |
| Previously, Runtime Property filters compared everything as a string. That meant no real numeric or boolean comparisons, making flag targeting less predictable and reliable. | |
| With this update, each targeting condition has a Data Type that controls how it's parsed and compared: | |
| - **String:** case-insensitive match, ordered comparisons in lexicographical order | |
| - **Number:** true numeric comparison (Is, Greater than, Less than, etc.) | |
| - **True/False:** boolean comparison using Is True or Is False | |
| - **List:** match any/all elements, each evaluated by its own type | |
| - **Fuzzy:** loose, cross-type match (e.g. `"5"` matches `5`, `"1"` matches `true`) |
- Updated changelogs.mdx Mintlify-Source: dashboard-editor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mintlify
0 threads from 0 users in Mintlify