You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
.. towncrier release notes start
12
12
13
-
3.11.0b3 (2024-11-05)
13
+
3.11.0b4 (2024-11-07)
14
14
=====================
15
15
16
16
Bug fixes
@@ -48,6 +48,14 @@ Bug fixes
48
48
49
49
50
50
51
+
- Fixed :py:meth:`WebSocketResponse.close() <aiohttp.web.WebSocketResponse.close>` to discard non-close messages within its timeout window after sending close -- by :user:`lenard-mosys`.
52
+
53
+
54
+
*Related issues and pull requests on GitHub:*
55
+
:issue:`9506`.
56
+
57
+
58
+
51
59
- Fixed a deadlock that could occur while attempting to get a new connection slot after a timeout -- by :user:`bdraco`.
52
60
53
61
The connector was not cancellation-safe.
@@ -68,6 +76,14 @@ Bug fixes
68
76
69
77
70
78
79
+
- Fixed the WebSocket flow control calculation undercounting with multi-byte data -- by :user:`bdraco`.
80
+
81
+
82
+
*Related issues and pull requests on GitHub:*
83
+
:issue:`9686`.
84
+
85
+
86
+
71
87
72
88
Features
73
89
--------
@@ -222,6 +238,14 @@ Removals and backward incompatible breaking changes
222
238
223
239
224
240
241
+
- Changed ``ClientRequest.request_info`` to be a `NamedTuple` to improve client performance -- by :user:`bdraco`.
0 commit comments