FeatureGate
ChangelogOrdered rule groups and stable rollouts
Targeting now resolves ordered rule groups before falling through to environment defaults.
Targeting rules now behave like an ordered decision path.
Each group can match all conditions, match any condition, or assign a stable percentage rollout. When no group matches, FeatureGate serves the environment default. That keeps the runtime response explainable and makes the console flow view match how evaluation actually works.
Release details
- TargetingIntroduced match-all and match-any rule groups that resolve in order and fall through to the environment default.
- RolloutsPercentage rollouts hash a stable context attribute, so the same user stays in the same bucket.