Skip to content

Releases: PostHog/posthog-python

3.12.1

11 Feb 15:01
e480b88
Compare
Choose a tag to compare
fix: Move code under mypy type (#188)

* fix: Move code under mypy type

This is incorrect, we should've added these slightly lower in the method definition to avoid mypy from breaking

* feat: Bump to 3.12.1

3.12.0

11 Feb 00:46
cec532f
Compare
Choose a tag to compare
v3.12.0

feat: add beta parse method support (#185)

3.11.0

28 Jan 13:24
8f43bbc
Compare
Choose a tag to compare
feat(llm-observability): LangChain spans (#176)

* feat: refactor to dataclasses

* feat: spans

* test: fix part 1

* test: fix part 2

* test: fix part 3

* test: fix part n

* test: add langgraph agent test

* chore: bump and linters

* chore: bump

* fix: correctly capture a parent id when a custom trace_id is set

* test: multiple spans parent_ids

* fix: exception serialization

* refactor: ai_trace_name -> ai_span_name and ai_generation_id -> ai_span_id

* fix: logs typos

* Add minor breaking change note to changelog

* fix: naming

---------

Co-authored-by: Michael Matloka <[email protected]>

3.10.0

24 Jan 21:10
0f8b10b
Compare
Choose a tag to compare
v3.10.0

feat(ai): add error handling to python ai sdk (#174)

3.9.3

23 Jan 16:28
45dc933
Compare
Choose a tag to compare
fix(llm-observability): parallel traces (#172)

* fix: parallel traces

* fix: linters

* chore: bump

* fix: better naming for clarity

3.9.2

22 Jan 15:28
Compare
Choose a tag to compare
v3.9.2

fix: Actually fix LangChain callback in posthoganalytics

3.9.1

22 Jan 14:47
54506e5
Compare
Choose a tag to compare
v3.9.1

fix: Account for import posthog in posthoganalytics release (#171)

3.9.0

21 Jan 23:34
bcf5b27
Compare
Choose a tag to compare
v3.9.0

chore: bump (#170)

3.8.4

20 Jan 19:03
80f0b3e
Compare
Choose a tag to compare
fix(llm-observability): capture system prompt for anthropic (#167)

Co-authored-by: Peter Kirkham <[email protected]>

3.8.3

14 Jan 09:51
190c628
Compare
Choose a tag to compare
v3.8.3

feat(llm-observability): add new packages for posthoganalytics (#163)