diff --git a/.sampo/changesets/ai-tokens-source.md b/.sampo/changesets/ai-tokens-source.md new file mode 100644 index 00000000..ae5cbc4d --- /dev/null +++ b/.sampo/changesets/ai-tokens-source.md @@ -0,0 +1,5 @@ +--- +"posthog": patch +--- + +feat(llma): add `$ai_tokens_source` property ("sdk" or "passthrough") to all `$ai_generation` events to detect when token values are externally overridden via `posthog_properties` diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f3315ad..b01d811c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,5 @@ # posthog -## 7.9.4 — 2026-02-25 - -feat(llma): add `$ai_tokens_source` property ("sdk" or "passthrough") to all `$ai_generation` events to detect when token values are externally overridden via `posthog_properties` - ## 7.9.3 — 2026-02-18 ### Patch changes diff --git a/posthog/version.py b/posthog/version.py index 63e7f1f4..b9c5371e 100644 --- a/posthog/version.py +++ b/posthog/version.py @@ -1 +1 @@ -VERSION = "7.9.4" +VERSION = "7.9.3" diff --git a/pyproject.toml b/pyproject.toml index 65a3c8fe..6928b94c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "posthog" -version = "7.9.4" +version = "7.9.3" description = "Integrate PostHog into any python application." authors = [{ name = "PostHog", email = "hey@posthog.com" }] maintainers = [{ name = "PostHog", email = "hey@posthog.com" }]