Skip to content

Commit

Permalink
Releasing 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed May 23, 2023
1 parent 72f45c5 commit 89cfe10
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
3.7.0 (2023-05-23)
------------------

* Contextvars are now required for the implementation of Local as Python 3.6
is now no longer a supported version.

* sync_to_async and async_to_sync now pass-through

* Debug and Lifespan State extensions have resulted in a typing change for some
request and response types. This change should be backwards-compatible.

* ``asgiref`` frames will now be hidden in Django tracebacks by default.

* Raw performance and garbage collection improvements in Local, SyncToAsync,
and AsyncToSync.

3.6.0 (2022-12-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion asgiref/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.6.0"
__version__ = "3.7.0"

0 comments on commit 89cfe10

Please sign in to comment.