Skip to content

Releases: PostHog/posthog-python

6.7.11

28 Oct 13:06
105090a

Choose a tag to compare

chore: bump version to 6.7.11 for AI framework feature (#354)

Update version and changelog for PR #347

6.7.10

24 Oct 13:50
6af129f

Choose a tag to compare

v6.7.10

fix(django): make middleware truly hybrid-compatible with sync and as…

6.7.9

22 Oct 20:53
02e82a6

Choose a tag to compare

v6.7.9

Bump version to 6.7.9 (#345)

6.7.8

16 Oct 14:46
e06830e

Choose a tag to compare

fix(llma): missing await in OpenAI's streaming implementation (#342)

* fix(llma): missing async for OpenAI async

* chore(llma): bump version

* chore(llma): bump version

6.7.7

14 Oct 10:34
67f68c0

Choose a tag to compare

v6.7.7

fix: remove deprecated attribute  from exception events (#338)

6.7.6

22 Sep 18:11
26cfd81

Choose a tag to compare

fix: don't sort condition sets with variant overrides to the top (#330)

* fix: don't sort condition sets with variant overrides to the top

* fix test

* update test

* update version and change log

6.7.5

16 Sep 12:40
0bb6342

Choose a tag to compare

feat(err): add __acall__ to django middleware (#328)

* add __acall__

* fix types

6.7.4

05 Sep 15:29
d76bfe6

Choose a tag to compare

fix/system prompt sometimes missing (#326)

* fix: always capture system prompt

* chore: bump version

* fix: gemini system prompt capture

* chore: imports at top

* fix: test

The mock we were passing from this test
reporetd that it had a `system instruction` field,
breaking assumptions

* chore: lint

* fix: better code organization

* chore: lint

6.7.3

04 Sep 18:22
b3e21c1

Choose a tag to compare

fix(llma): gemini missing cached and reasoning tokens (#323)

* fix(llma): Gemini missing cached and reasoning tokens

* chore(llma): bump version

* chore(llma): run ruff

6.7.2

03 Sep 20:03
08b11cb

Choose a tag to compare

fix(llma): streaming providers with tool calls (#319)

* fix(llma): tool calls in streaming Anthropic

* fix(llma): Gemini content

* fix(llma): extract converters for providers

* fix(llma): continuation of DRY refactoring

* fix(llma): add $ai_tools to streaming Gemini

* fix(llma): tool calls in streaming Gemini

* fix(llma): tool calls in streaming OpenAI Chat Completions

* fix(llma): fix test

* fix(llma): run ruff

* fix(llma): fix types

* fix(llma): run ruff

* chore(llma): run mypy baseline sync

* chore(llma): bump version

* fix(llma): fix test

* chore(llma): update CHANGELOG

* fix(llma): Responses API streaming tokens

* fix(llma): run ruff

* fix(llma): run ruff