Skip to content

Commit e46a0f9

Browse files
chore: Release v7.11.0
1 parent b921fe3 commit e46a0f9

7 files changed

Lines changed: 15 additions & 19 deletions

File tree

.sampo/changesets/add-ai-stop-reason.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.sampo/changesets/claude-agent-sdk-graceful-fallback.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.sampo/changesets/gemini-embed-content.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# posthog
22

3+
## 7.11.0 — 2026-04-10
4+
5+
### Minor changes
6+
7+
- [b921fe3](https://github.com/posthog/posthog-python/commit/b921fe33a9115fbf5f5171b80e1deabffd3e66ca) Add Gemini `embed_content` tracking support for both sync and async clients — Thanks @carlos-marchal-ph!
8+
- [44b92a8](https://github.com/posthog/posthog-python/commit/44b92a844a2d8170e5b2247e509279f4654c4ef6) feat(ai): add $ai_stop_reason extraction for all providers — Thanks @carlos-marchal-ph!
9+
10+
### Patch changes
11+
12+
- [7c5cad8](https://github.com/posthog/posthog-python/commit/7c5cad8fcf818c9b8b4f074876718b937f2f8072) fix: graceful fallback in claude_agent_sdk query wrapper when PostHog is not configured — Thanks @andrewm4894!
13+
314
## 7.10.3 — 2026-04-08
415

516
### Patch changes

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "7.10.3"
1+
VERSION = "7.11.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "posthog"
7-
version = "7.10.3"
7+
version = "7.11.0"
88
description = "Integrate PostHog into any python application."
99
authors = [{ name = "PostHog", email = "hey@posthog.com" }]
1010
maintainers = [{ name = "PostHog", email = "hey@posthog.com" }]

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)