Skip to content

Commit

Permalink
Release 3.11.0rc2 (#9849)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 13, 2024
1 parent 354489d commit fe0a6e6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

Bug fixes
Expand Down Expand Up @@ -180,6 +180,14 @@ Features



- Added an :attr:`~aiohttp.abc.AbstractAccessLogger.enabled` property to :class:`aiohttp.abc.AbstractAccessLogger` to dynamically check if logging is enabled -- by :user:`bdraco`.


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




Deprecations (removal in next major release)
--------------------------------------------
Expand Down Expand Up @@ -417,6 +425,22 @@ Miscellaneous internal changes



- Improved performance of the ``WebsocketWriter`` when the protocol is not paused -- by :user:`bdraco`.


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



- Implemented zero copy writes for ``StreamWriter`` -- by :user:`bdraco`.


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




----

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.0rc1"
__version__ = "3.11.0rc2"

from typing import TYPE_CHECKING, Tuple

Expand Down

0 comments on commit fe0a6e6

Please sign in to comment.