Skip to content

Commit

Permalink
(WIP) Releasing 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Mar 16, 2024
1 parent 4209b6c commit 781e40f
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.8.0 (UNRELEASED)
------------------

* Adds support for Python 3.12.

* Drops support for (end-of-life) Python 3.7.

* Fixes task cancellation propagation to subtasks when using synchronous Django
middleware.

* Allows nesting ``sync_to_async`` via ``asyncio.wait_for``.

* Corrects WSGI adapter handling of root path.

* Handles case where `"client"` is ``None`` in WsgiToAsgi adapter.

3.7.2 (2023-05-27)
------------------

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.7.2"
__version__ = "3.8.0"

0 comments on commit 781e40f

Please sign in to comment.