Releases: PostHog/posthog-python
Releases · PostHog/posthog-python
5.4.0
feat: bump version to 5.4.0 with session_id on page method (#271) Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
5.3.0
fix(err): always safe_str exception values (#267) * always safe_str * bump version
5.2.0
feat(err): construct full trace if no traceback available (#266) * construct full trace if no traceback available * delete asserts * bump version
5.1.0
feat: session and identity integrate with context now (#264) * session and identity in context * bump version * make django integration use context distinct id and session functions * don't use self * fix comments * fix middleware tests * clarify fresh and distinct id's * Fix exported modules, add makefile command to test changes locally * tiny fix
5.0.0
fix: delete sentry integration (#262) * delete relevant files * bump uv lock, bump major version as deprecation * README.md * try mypy sync * Revert "try mypy sync" This reverts commit e1b98b26e59132e52eff6389afd42cb1b07a6a0b. * try looking at the github action
4.10.0
fix(err): just check if the passed exceptions is a BaseException (#261) * just check if it's an exception first * version bump
4.9.0
feat(ai): langchain cached and reasoning tokens (#258) * fix: reasoning and cached tokens * test: new flows * fix: missing field * chore: bump * fix: make sure we send write/read/reasoning tokens
4.8.0
fix: change scoped export, add capturing param (#257) * change export, add capturing param * capturing -> capture_exceptions
4.7.0
v4.7.0 feat: add support for parse via responses (#256)
4.6.2
v4.6.2 remove 'import posthog' (#255)