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 b126e0c commit fc0599eCopy full SHA for fc0599e
CHANGELOG.txt
@@ -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
18
3.8.1 (2024-03-22)
19
------------------
20
asgiref/__init__.py
@@ -1 +1 @@
-__version__ = "3.8.1"
+__version__ = "3.9.0"
0 commit comments