Releases: PostHog/posthog-python
Releases · PostHog/posthog-python
3.12.1
3.12.0
v3.12.0 feat: add beta parse method support (#185)
3.11.0
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
v3.10.0 feat(ai): add error handling to python ai sdk (#174)
3.9.3
fix(llm-observability): parallel traces (#172) * fix: parallel traces * fix: linters * chore: bump * fix: better naming for clarity
3.9.2
v3.9.2 fix: Actually fix LangChain callback in posthoganalytics
3.9.1
v3.9.1 fix: Account for import posthog in posthoganalytics release (#171)
3.9.0
v3.9.0 chore: bump (#170)
3.8.4
fix(llm-observability): capture system prompt for anthropic (#167) Co-authored-by: Peter Kirkham <[email protected]>
3.8.3
v3.8.3 feat(llm-observability): add new packages for posthoganalytics (#163)