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 06a02f0 commit 2b4847eCopy full SHA for 2b4847e
CHANGELOG.md
@@ -1,6 +1,8 @@
1
-# Unreleased
+# 6.7.12 - 2025-10-29
2
3
+- fix(django): Handle request.user access in async middleware context to prevent SynchronousOnlyOperation errors in Django 5+ (fixes #355)
4
- fix(django): Restore process_exception method to capture view and downstream middleware exceptions (fixes #329)
5
+- test(django): Add Django 5 integration test suite with real ASGI application testing async middleware behavior
6
7
# 6.7.11 - 2025-10-28
8
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "6.7.11" # Will be bumped to 6.7.12 on release
+VERSION = "6.7.12"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments