Skip to content

posthog-node@5.38.8

Choose a tag to compare

@github-actions github-actions released this 29 Jun 10:03
· 11 commits to main since this release
Immutable release. Only release title and notes can be modified.
479d5ea

5.38.8

Patch Changes

  • #3974 08b404b Thanks @mjfaga! - Fix local evaluation ignoring the in/not_in operator on cohort-based flag conditions. "Not in
    cohort" was evaluated as "in cohort", inverting cohort-exclusion flags. Now applies the operator to
    the cohort membership result. (2026-06-29)