Skip to content

Tags: PostHog/posthog-python

Tags

v6.7.7

Toggle v6.7.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove deprecated attribute from exception events (#338)

v6.7.6

Toggle v6.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v6.7.5

Toggle v6.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(err): add __acall__ to django middleware (#328)

* add __acall__

* fix types

v6.7.4

Toggle v6.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v6.7.3

Toggle v6.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v6.7.2

Toggle v6.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v6.7.1

Toggle v6.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(llma): redact base64 images (#318)

v6.7.0

Toggle v6.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 6.7.0 (#317)

v6.6.1

Toggle v6.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 6.6.1 (#314)

v6.6.0

Toggle v6.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(flags): support passing in lists of flag keys to the `/flags` en…

…dpoint instead of evaluating every flag every time we fall back (#307)