Skip to content

Commit b1085d8

Browse files
committed
Releasing 3.4.0
1 parent cc7b618 commit b1085d8

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
3.4.0 (2021-06-27)
2+
------------------
3+
4+
* Calling sync_to_async directly from inside itself (which causes a deadlock
5+
when in the default, thread-sensitive mode) now has deadlock detection.
6+
7+
* asyncio usage has been updated to use the new versions of get_event_loop,
8+
ensure_future, wait and gather, avoiding deprecation warnings in Python 3.10.
9+
Python 3.6 installs continue to use the old versions; this is only for 3.7+
10+
11+
* sync_to_async and async_to_sync now have improved type hints that pass
12+
through the underlying function type correctly.
13+
14+
* All Websocket* types are now spelled WebSocket, to match our specs and the
15+
official spelling. The old names will work until release 3.5.0, but will
16+
raise deprecation warnings.
17+
18+
* The typing for WebSocketScope and HTTPScope's `extensions` key has been
19+
fixed.
20+
21+
122
3.3.4 (2021-04-06)
223
------------------
324

asgiref/__init__.py

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

0 commit comments

Comments
 (0)