File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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+
1223.3.4 (2021-04-06)
223------------------
324
Original file line number Diff line number Diff line change 1- __version__ = "3.3.4 "
1+ __version__ = "3.4.0 "
You can’t perform that action at this time.
0 commit comments