Skip to content

7.18.0

Choose a tag to compare

@releaser-posthog-python releaser-posthog-python released this 05 Jun 13:56
· 59 commits to main since this release
Immutable release. Only release title and notes can be modified.
98e9b71

Minor changes

  • a2ce51e feat(feature-flags): support the early_exit condition option in local evaluation. When a flag enables early exit, evaluation now stops and returns False as 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!