Releases: PostHog/posthog-python
Releases · PostHog/posthog-python
7.16.2
Immutable
release. Only release title and notes can be modified.
Patch changes
- 034dce2 Make module-level setup no-op when API key is blank — Thanks @marandaneto!
7.16.1
Immutable
release. Only release title and notes can be modified.
Patch changes
- 8f6d6c8 Include group context in the
$feature_flag_calleddedupe 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
Immutable
release. Only release title and notes can be modified.
Minor changes
- a44e0be Add async flag definition cache providers — Thanks @dustinbyrne!
7.15.4
Immutable
release. Only release title and notes can be modified.
Patch changes
- 0207088 Track OpenAI chat completions parse calls — Thanks @marandaneto!
7.15.3
Immutable
release. Only release title and notes can be modified.
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.3are not valid semver and should not match targeting conditions. Both override values and flag values are now validated; invalid inputs raiseInconclusiveMatchErrorso the condition does not match. — Thanks @dmarticus!
7.15.2
Immutable
release. Only release title and notes can be modified.
Patch changes
- 1574b1b Fix OpenAI usage parsing when token detail fields are null — Thanks @michael-ciridae!
7.15.1
Immutable
release. Only release title and notes can be modified.
Patch changes
- a098aa7 Fix Gemini web search extraction when response candidates are null. — Thanks @marandaneto!
7.15.0
Immutable
release. Only release title and notes can be modified.
Minor changes
- 52cd20e feat: add Celery integration and improve PostHog client fork safety — Thanks @parinporecha!
7.14.2
Immutable
release. Only release title and notes can be modified.
Patch changes
- 44c1261 Fix scoped context support for async functions — Thanks @marandaneto!