Skip to content

Commit 7db1b26

Browse files
authored
Release 3.11.0rc1 (#9794)
1 parent 996c929 commit 7db1b26

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGES.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
.. towncrier release notes start
1212
13-
3.11.0rc0 (2024-11-10)
13+
3.11.0rc1 (2024-11-10)
1414
======================
1515

1616
Bug fixes
@@ -168,7 +168,7 @@ Features
168168

169169

170170
*Related issues and pull requests on GitHub:*
171-
:issue:`9543`, :issue:`9554`, :issue:`9556`, :issue:`9558`, :issue:`9636`, :issue:`9649`.
171+
:issue:`9543`, :issue:`9554`, :issue:`9556`, :issue:`9558`, :issue:`9636`, :issue:`9649`, :issue:`9781`.
172172

173173

174174

@@ -238,6 +238,14 @@ Removals and backward incompatible breaking changes
238238

239239

240240

241+
- ``FlowControlDataQueue`` has been replaced with the ``WebSocketDataQueue`` -- by :user:`bdraco`.
242+
243+
244+
*Related issues and pull requests on GitHub:*
245+
:issue:`9685`.
246+
247+
248+
241249
- Changed ``ClientRequest.request_info`` to be a `NamedTuple` to improve client performance -- by :user:`bdraco`.
242250

243251

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.11.0rc0"
1+
__version__ = "3.11.0rc1"
22

33
from typing import TYPE_CHECKING, Tuple
44

0 commit comments

Comments
 (0)