Skip to content

Commit 2b4847e

Browse files
committed
chore: add async user access fix to unreleased changelog
1 parent 06a02f0 commit 2b4847e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Unreleased
1+
# 6.7.12 - 2025-10-29
22

3+
- fix(django): Handle request.user access in async middleware context to prevent SynchronousOnlyOperation errors in Django 5+ (fixes #355)
34
- 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
46

57
# 6.7.11 - 2025-10-28
68

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "6.7.11" # Will be bumped to 6.7.12 on release
1+
VERSION = "6.7.12"
22

33
if __name__ == "__main__":
44
print(VERSION, end="") # noqa: T201

0 commit comments

Comments
 (0)