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 b08087c commit f587b12Copy full SHA for f587b12
CHANGELOG.txt
@@ -1,18 +1,16 @@
1
-3.10.0 (UNRELEASED)
+3.10.0 (2025-10-05)
2
-------------------
3
4
* Added AsyncSingleThreadContext context manager to ensure multiple AsyncToSync
5
invocations use the same thread. (#511)
6
7
-
8
3.9.2 (2025-09-23)
9
------------------
10
11
* Adds support for Python 3.14.
12
13
* Fixes wsgi.errors file descriptor in WsgiToAsgi adapter.
14
15
16
3.9.1 (2025-07-08)
17
18
asgiref/__init__.py
@@ -1 +1 @@
-__version__ = "3.9.2"
+__version__ = "3.10.0"
0 commit comments