Skip to content

Commit

Permalink
Release 3.11.9 (#10085)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Dec 1, 2024
1 parent 9df00a1 commit 79561a6
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
30 changes: 30 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,36 @@

.. towncrier release notes start
3.11.9 (2024-12-01)
===================

Bug fixes
---------

- Fixed invalid method logging unexpected being logged at exception level on subsequent connections -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`10055`, :issue:`10076`.




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

- Improved performance of parsing headers when using the C parser -- by :user:`bdraco`.


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




----


3.11.8 (2024-11-27)
===================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/10055.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/10073.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/10076.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.9.dev0"
__version__ = "3.11.9"

from typing import TYPE_CHECKING, Tuple

Expand Down

0 comments on commit 79561a6

Please sign in to comment.