7.18.0
·
59 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Minor changes
- a2ce51e feat(feature-flags): support the
early_exitcondition option in local evaluation. When a flag enables early exit, evaluation now stops and returnsFalseas soon as a condition group's property filters match but the rollout percentage excludes the user, instead of falling through to later groups — matching the server-side evaluation behavior. — Thanks @gustavohstrassburger!