Releases: PostHog/posthog-python
Releases · PostHog/posthog-python
3.8.0
v3.8.0 feat: Embeddings + Personless events + Destructure property JSON (#160)
3.7.5
[FEATURE]Add distinct_id to group_identify (#155) * [FEATURE]Add distinct_id to group_identify * [TESTS]Updated test cases for adding distinct_id to group_identify * [LINT-FIX]client.py and test_client.py * [CHORE]Verion bump and changelog update
3.7.4
v3.7.4 fix(flags): bump the version (#148)
3.7.3
v3.7.3 fix(flags): correctly emit feature flag events with the FF response o…
3.7.2
v3.7.2 chore: add type to stack (#142)
3.7.0
v3.7.0 feat: add super properties (#138)
3.6.6
fix(errors): Make sure project root exists to judge in app frames (#136) * fix(errors): Make sure project root exists to judge in app frames * prep release
3.6.5
v3.6.5 fix: Update Django integration for manual capture (#135)
3.6.4
feat(errors): Add manual exception capture (#134) * feat(errors): Add manual exception capture * prep release * use backwards compatible helper * add tests
3.6.3
fix(setup): Make sure all packages are bundled (#133) * fix(setup): Make sure all packages are bundled * prep release * black