Skip to content

posthog-v7.59.0

Choose a tag to compare

@github-actions github-actions released this 22 Sep 14:49
Immutable release. Only release title and notes can be modified.
1f9763f

Minor changes

  • e6e44b9 Read the release id from the POSTHOG_RELEASE_ID environment variable and send it as $release_id on every event. On $exception events, error tracking uses it to link the exception to its release by a direct id lookup. Create the release and get its id with posthog-cli release resolve. An explicit $release_id in the event properties or in super_properties wins over the environment variable. Minimal $feature_flag_called events keep their strict property allowlist and do not carry it. — Thanks @ablaszkiewicz!

Patch changes

  • 4399d08 Honor the definitions snapshot's property_matching_version during local feature flag evaluation, including person, group, cohort, and flag dependency conditions. Version 2 uses explicit boolean equality; missing/1 retains legacy truthiness. Preserve the selector through definition caches and invalidate evaluated results on version-only refreshes. Bind Client-managed Redis results to their definitions snapshot so invalidated entries cannot revive after a worker restart. Older entries without snapshot metadata become cache misses for these clients. — Thanks @marandaneto!