Skip to content

Commit 89cfe10

Browse files
committed
Releasing 3.7.0
1 parent 72f45c5 commit 89cfe10

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
117
3.6.0 (2022-12-20)
218
------------------
319

asgiref/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.6.0"
1+
__version__ = "3.7.0"

0 commit comments

Comments
 (0)