Skip to content

Releases: PostHog/posthog-python

7.16.2

28 May 14:17
Immutable release. Only release title and notes can be modified.
50b9a81

Choose a tag to compare

Patch changes

7.16.1

27 May 18:46
Immutable release. Only release title and notes can be modified.
4d00801

Choose a tag to compare

Patch changes

  • 8f6d6c8 Include group context in the $feature_flag_called dedupe key so group-scoped flags fire a separate event for each group a user is evaluated under, instead of being dedup-ed against the first group context the same (distinct_id, flag, response) was seen under. — Thanks @gustavohstrassburger!

7.16.0

27 May 18:08
Immutable release. Only release title and notes can be modified.
f9c31e4

Choose a tag to compare

Minor changes

7.15.4

25 May 06:33
Immutable release. Only release title and notes can be modified.
5ff3c82

Choose a tag to compare

Patch changes

7.15.3

21 May 15:35
Immutable release. Only release title and notes can be modified.
cab9d1c

Choose a tag to compare

Patch changes

  • be9b78b Reject semver values with leading zeros in local flag evaluation. Per semver 2.0.0 §2, numeric identifiers must not include leading zeros — values like 1.07.3 are not valid semver and should not match targeting conditions. Both override values and flag values are now validated; invalid inputs raise InconclusiveMatchError so the condition does not match. — Thanks @dmarticus!

7.15.2

21 May 13:38
Immutable release. Only release title and notes can be modified.
7ca77bf

Choose a tag to compare

Patch changes

7.15.1

21 May 08:33
Immutable release. Only release title and notes can be modified.
042808a

Choose a tag to compare

Patch changes

  • a098aa7 Fix Gemini web search extraction when response candidates are null. — Thanks @marandaneto!

7.15.0

19 May 12:57
Immutable release. Only release title and notes can be modified.
6aefc70

Choose a tag to compare

Minor changes

  • 52cd20e feat: add Celery integration and improve PostHog client fork safety — Thanks @parinporecha!

7.14.2

13 May 16:36
Immutable release. Only release title and notes can be modified.
a926118

Choose a tag to compare

Patch changes

7.14.1

11 May 16:22
Immutable release. Only release title and notes can be modified.
f994c31

Choose a tag to compare

Patch changes

  • f6c8ede fix: type warning on new_context — Thanks @itsaphel for your first contribution 🎉!