Skip to content

Commit 79561a6

Browse files
authored
Release 3.11.9 (#10085)
1 parent 9df00a1 commit 79561a6

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-4
lines changed

CHANGES.rst

+30
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,36 @@
1010

1111
.. towncrier release notes start
1212
13+
3.11.9 (2024-12-01)
14+
===================
15+
16+
Bug fixes
17+
---------
18+
19+
- Fixed invalid method logging unexpected being logged at exception level on subsequent connections -- by :user:`bdraco`.
20+
21+
22+
*Related issues and pull requests on GitHub:*
23+
:issue:`10055`, :issue:`10076`.
24+
25+
26+
27+
28+
Miscellaneous internal changes
29+
------------------------------
30+
31+
- Improved performance of parsing headers when using the C parser -- by :user:`bdraco`.
32+
33+
34+
*Related issues and pull requests on GitHub:*
35+
:issue:`10073`.
36+
37+
38+
39+
40+
----
41+
42+
1343
3.11.8 (2024-11-27)
1444
===================
1545

CHANGES/10055.bugfix.rst

-1
This file was deleted.

CHANGES/10073.misc.rst

-1
This file was deleted.

CHANGES/10076.bugfix.rst

-1
This file was deleted.

aiohttp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.11.9.dev0"
1+
__version__ = "3.11.9"
22

33
from typing import TYPE_CHECKING, Tuple
44

0 commit comments

Comments
 (0)