We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfadcc commit 105090aCopy full SHA for 105090a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 6.7.11 - 2025-10-28
2
+
3
+- feat(ai): Add `$ai_framework` property for framework integrations (e.g. LangChain)
4
5
# 6.7.10 - 2025-10-24
6
7
- fix(django): Make middleware truly hybrid - compatible with both sync (WSGI) and async (ASGI) Django stacks without breaking sync-only deployments
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "6.7.10"
+VERSION = "6.7.11"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments