Releases: PostHog/posthog-python
Releases · PostHog/posthog-python
6.7.0
6.6.1
v6.6.1 chore: bump version to 6.6.1 (#314)
6.6.0
v6.6.0 feat(flags): support passing in lists of flag keys to the `/flags` en…
6.5.0
v6.5.0 feat: we should capture which properties were added as tags (#304)
6.4.1
v6.4.1 fix(flags): Pass project API key in `remote_config` requests (#303)
6.4.0
feat(llmo): support Vertex AI (#302) * feat(llmo): support Vertex AI * chore(llmo): run formatter * fix(llmo): fix types error * chore(llmo): run formatter * chore(llmo): bump version
6.3.4
fix(llmo): tool calls are broken for most providers (#299) * fix(llmo): set the $ai_tools properly for all providers * fix(llmo): remove privacy mode from $ai_tools * chore(llmo): bump version * chore(llmo): run formatter * fix(llmo): properly set tool calls in $ai_output_choices * chore(llmo): bump version * chore(llmo): run formatter * fix(llmo): fix types error * feat(llmo): change $ai_output_choices to have an array of content * chore(llmo): run formatter * feat(llmo): create text type object * chore(llmo): update CHANGELOG.md
6.3.3
v6.3.3 fix (#300)
6.3.2
bug(llmo): fix anthropic tool call response (#297) * bug(llmo): fix anthropic's tool call response * bug(llmo): fix tool calls response handling for anthropic * bug(llmo): run formatter * bug(llmo): bump version * bug(llmo): add date to changelog
6.3.1
fix(ai): capture tool calls in reasoning models (#292) * fix: capture tool calls in reasoning models * fix: check for empty tool calls