Skip to content

Releases: PostHog/posthog-python

7.5.1

08 Jan 21:18
f9c2959

Choose a tag to compare

What's Changed

  • chore: add a test to describe upload behaviour when there are errors by @pauldambra in #403
  • chore: add SDK version support table to README by @pauldambra in #402
  • feat: add CodeQL Advanced workflow by @Piccirello in #405
  • fix: avoid return from finally block to fix Python 3.14 SyntaxWarning by @jodal in #361

New Contributors

Full Changelog: v7.5.0...v7.5.1

7.5.0

07 Jan 13:11
4e4cd18

Choose a tag to compare

What's Changed

  • feat: llma / error tracking integration by @daibhin in #376

Full Changelog: v7.4.3...v7.5.0

7.4.3

08 Jan 10:15
f1c6da2

Choose a tag to compare

What's Changed

Full Changelog: v7.4.2...v7.4.3

7.4.2

08 Jan 10:12
7ac63e1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.4.1...v7.4.2

7.4.1

08 Jan 10:11
14d1d0b

Choose a tag to compare

What's Changed

  • fix: Respect send_feature_flags setting and deprecate send_feature_flag_events in get_feature_flag_payload by @dustinbyrne in #391
  • fix(llma): extract model from response for OpenAI stored prompts by @andrewm4894 in #395

Full Changelog: v7.4.0...v7.4.1

7.4.0

08 Jan 10:07
5d0bae1

Choose a tag to compare

What's Changed

Full Changelog: v7.3.1...v7.4.0

7.3.1

08 Jan 10:03
88a7c5e

Choose a tag to compare

What's Changed

Full Changelog: v7.0.1...v7.3.1

7.0.1

15 Nov 12:44
f75c5ef

Choose a tag to compare

  • Try to use repr() when formatting code variables

7.0.0

11 Nov 18:13
4820336

Choose a tag to compare

  • (BREAKING) Python 3.9 is no longer supported

  • chore(llma): update LLM provider SDKs to latest major versions

    • openai: 1.102.0 → 2.7.1
    • anthropic: 0.64.0 → 0.72.0
    • google-genai: 1.32.0 → 1.49.0
    • langchain-core: 0.3.75 → 1.0.3
    • langchain-openai: 0.3.32 → 1.0.2
    • langchain-anthropic: 0.3.19 → 1.0.1
    • langchain-community: 0.3.29 → 0.4.1
    • langgraph: 0.6.6 → 1.0.2

6.9.3

11 Nov 17:57
898654a

Choose a tag to compare

v6.9.3

feat(ph-ai): PostHog properties dict in GenerationMetadata (#366)