posthog-v7.59.0
Immutable
release. Only release title and notes can be modified.
Minor changes
- e6e44b9 Read the release id from the
POSTHOG_RELEASE_IDenvironment variable and send it as$release_idon every event. On$exceptionevents, error tracking uses it to link the exception to its release by a direct id lookup. Create the release and get its id withposthog-cli release resolve. An explicit$release_idin the event properties or insuper_propertieswins over the environment variable. Minimal$feature_flag_calledevents keep their strict property allowlist and do not carry it. — Thanks @ablaszkiewicz!
Patch changes
- 4399d08 Honor the definitions snapshot's
property_matching_versionduring 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!