Skip to content

Commit 6d47cf0

Browse files
committed
chore: add async user access fix to unreleased changelog
1 parent 34a527a commit 6d47cf0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 6.7.13 - 2025-11-02
27

38
- fix(llma): cache cost calculation in the LangChain callback

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.13"
1+
VERSION = "6.7.14"
22

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

0 commit comments

Comments
 (0)