posthog-v7.38.2
Immutable
release. Only release title and notes can be modified.
Patch changes
- 100f993
group_identify()now validates the group identity before enqueuing. Previouslygroup_identify("company", None)(or an empty-stringgroup_type/group_key) sent a$groupidentifyevent with a null/empty$group_typeor$group_key, which cannot address a group profile and just adds an unusable event to the project. Missing values are now dropped with a warning instead, matching the sdk-specsgroup-identifycontract. Valid values, including non-string group keys, are passed through unchanged. — Thanks @PostHog[bot]!