File tree Expand file tree Collapse file tree 6 files changed +43
-5
lines changed Expand file tree Collapse file tree 6 files changed +43
-5
lines changed Original file line number Diff line number Diff line change 1010
1111.. towncrier release notes start
1212
13+ 3.11.17 (2025-04-19)
14+ ====================
15+
16+ Miscellaneous internal changes
17+ ------------------------------
18+
19+ - Optimized web server performance when access logging is disabled by reducing time syscalls -- by :user: `bdraco `.
20+
21+
22+ *Related issues and pull requests on GitHub: *
23+ :issue: `10713 `.
24+
25+
26+
27+ - Improved web server performance when connection can be reused -- by :user: `bdraco `.
28+
29+
30+ *Related issues and pull requests on GitHub: *
31+ :issue: `10714 `.
32+
33+
34+
35+ - Improved performance of the WebSocket reader -- by :user: `bdraco `.
36+
37+
38+ *Related issues and pull requests on GitHub: *
39+ :issue: `10740 `.
40+
41+
42+
43+ - Improved performance of the WebSocket reader with large messages -- by :user: `bdraco `.
44+
45+
46+ *Related issues and pull requests on GitHub: *
47+ :issue: `10744 `.
48+
49+
50+
51+
52+ ----
53+
54+
13553.11.16 (2025-04-01)
1456====================
1557
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- __version__ = "3.11.17.dev0 "
1+ __version__ = "3.11.17"
22
33from typing import TYPE_CHECKING , Tuple
44
You can’t perform that action at this time.
0 commit comments