Skip to content

Commit fc0599e

Browse files
Releasing 3.9.0. (#517)
1 parent b126e0c commit fc0599e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
3.9.0 (2025-07-03)
2+
------------------
3+
4+
* Adds support for Python 3.13.
5+
6+
* Drops support for (end-of-life) Python 3.8.
7+
8+
* Fixes an error with conflicting kwargs between AsyncToSync and the wrapped
9+
function. (#471)
10+
11+
* Fixes Local isolation between asyncio Tasks. (#478)
12+
13+
* Fixes a reference cycle in Local (#508)
14+
15+
* Fixes a deadlock in CurrentThreadExecutor with nested async_to_sync →
16+
sync_to_async → async_to_sync → create_task calls. (#494)
17+
118
3.8.1 (2024-03-22)
219
------------------
320

asgiref/__init__.py

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

0 commit comments

Comments
 (0)