File tree 6 files changed +43
-5
lines changed
6 files changed +43
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
.. towncrier release notes start
12
12
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
+
13
55
3.11.16 (2025-04-01)
14
56
====================
15
57
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"
2
2
3
3
from typing import TYPE_CHECKING , Tuple
4
4
You can’t perform that action at this time.
0 commit comments