Skip to content

Commit

Permalink
Release 3.11.0rc1 (#9794)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 11, 2024
1 parent 996c929 commit 7db1b26
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

.. towncrier release notes start
3.11.0rc0 (2024-11-10)
3.11.0rc1 (2024-11-10)
======================

Bug fixes
Expand Down Expand Up @@ -168,7 +168,7 @@ Features


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



Expand Down Expand Up @@ -238,6 +238,14 @@ Removals and backward incompatible breaking changes



- ``FlowControlDataQueue`` has been replaced with the ``WebSocketDataQueue`` -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`9685`.



- Changed ``ClientRequest.request_info`` to be a `NamedTuple` to improve client performance -- by :user:`bdraco`.


Expand Down
2 changes: 1 addition & 1 deletion aiohttp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.11.0rc0"
__version__ = "3.11.0rc1"

from typing import TYPE_CHECKING, Tuple

Expand Down

0 comments on commit 7db1b26

Please sign in to comment.