Skip to content

posthog-v7.37.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 19:36
Immutable release. Only release title and notes can be modified.
ecede8e

Minor changes

  • c5d01c9 Support the starts_with, not_starts_with, ends_with, and not_ends_with property filter operators in feature flag local evaluation. Matching is case-insensitive and mirrors icontains, so flags using these operators no longer fall back to remote evaluation. — Thanks @haacked!