Skip to content

posthog-v7.22.3

Choose a tag to compare

@github-actions github-actions released this 14 Jul 19:36
Immutable release. Only release title and notes can be modified.
6042885

Patch changes

  • ae3c4e5 Malformed flag-dependency conditions (missing key, null value, or wrong operator) now evaluate locally as no-match (false), matching the server, instead of falling back to the /flags endpoint on every evaluation. 7.22.1 made these conditions fall back to the server, which could massively increase billable /flags request volume for flag definitions containing legacy/malformed dependency conditions. — Thanks @patricio-posthog!