Skip to content

dillon-b - #187

Open
mintlify[bot] wants to merge 2 commits into
mainfrom
dillon/dillon-b
Open

dillon-b#187
mintlify[bot] wants to merge 2 commits into
mainfrom
dillon/dillon-b

Conversation

@mintlify

@mintlify mintlify Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Mintlify

0 threads from 0 users in Mintlify

  • No unresolved comments

Review in Mintlify

- Updated changelogs.mdx

Mintlify-Source: dashboard-editor
@greptile-apps

greptile-apps Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Confidence Score: 4/5

The 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

Important Files Changed

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 thread changelogs.mdx
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`)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Boolean data type omitted

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants