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 72f45c5 commit 89cfe10Copy full SHA for 89cfe10
CHANGELOG.txt
@@ -1,3 +1,19 @@
1
+3.7.0 (2023-05-23)
2
+------------------
3
+
4
+* Contextvars are now required for the implementation of Local as Python 3.6
5
+ is now no longer a supported version.
6
7
+* sync_to_async and async_to_sync now pass-through
8
9
+* Debug and Lifespan State extensions have resulted in a typing change for some
10
+ request and response types. This change should be backwards-compatible.
11
12
+* ``asgiref`` frames will now be hidden in Django tracebacks by default.
13
14
+* Raw performance and garbage collection improvements in Local, SyncToAsync,
15
+ and AsyncToSync.
16
17
3.6.0 (2022-12-20)
18
------------------
19
asgiref/__init__.py
@@ -1 +1 @@
-__version__ = "3.6.0"
+__version__ = "3.7.0"
0 commit comments