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 34a527a commit 6d47cf0Copy full SHA for 6d47cf0
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 6.7.14 - 2025-11-03
2
+
3
+- fix(django): Handle request.user access in async middleware context to prevent SynchronousOnlyOperation errors in Django 5+ (fixes #355)
4
+- test(django): Add Django 5 integration test suite with real ASGI application testing async middleware behavior
5
6
# 6.7.13 - 2025-11-02
7
8
- fix(llma): cache cost calculation in the LangChain callback
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "6.7.13"
+VERSION = "6.7.14"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments