Skip to content

Releases: PostHog/posthog-python

5.4.0

20 Jun 23:19
f0e1cdf

Choose a tag to compare

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

19 Jun 14:38
5a7f324

Choose a tag to compare

fix(err): always safe_str exception values (#267)

* always safe_str

* bump version

5.2.0

19 Jun 13:48
e13c428

Choose a tag to compare

feat(err): construct full trace if no traceback available (#266)

* construct full trace if no traceback available

* delete asserts

* bump version

5.1.0

18 Jun 16:28
b775339

Choose a tag to compare

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

16 Jun 15:39
579cc56

Choose a tag to compare

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

13 Jun 19:36
3778eae

Choose a tag to compare

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

13 Jun 13:02
52df246

Choose a tag to compare

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

12 Jun 09:30
9db1b7e

Choose a tag to compare

fix: change scoped export, add capturing param (#257)

* change export, add capturing param

* capturing -> capture_exceptions

4.7.0

11 Jun 04:39
01751d1

Choose a tag to compare

v4.7.0

feat: add support for parse via responses (#256)

4.6.2

10 Jun 10:06
4426dd9

Choose a tag to compare

v4.6.2

remove 'import posthog' (#255)