Skip to content

Commit

Permalink
Release 3.11.3 (#9964)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 19, 2024
1 parent 902e7b2 commit 90558c3
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 6 deletions.
40 changes: 40 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,46 @@

.. towncrier release notes start
3.11.3 (2024-11-18)
===================

Bug fixes
---------

- Removed non-existing ``__author__`` from ``dir(aiohttp)`` -- by :user:`Dreamsorcerer`.


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



- Restored the ``FlowControlDataQueue`` class -- by :user:`bdraco`.

This class is no longer used internally, and will be permanently removed in the next major version.


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




Miscellaneous internal changes
------------------------------

- Improved performance of resolving resources when multiple methods are registered for the same route -- by :user:`bdraco`.


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




----


3.11.2 (2024-11-14)
===================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/9899.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/9918.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions CHANGES/9963.bugfix.rst

This file was deleted.

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.3.dev0"
__version__ = "3.11.3"

from typing import TYPE_CHECKING, Tuple

Expand Down

0 comments on commit 90558c3

Please sign in to comment.