Skip to content

Commit 1fa237f

Browse files
committed
Merge branch '3.12'
2 parents c11fe96 + 81523fd commit 1fa237f

7 files changed

+60
-8
lines changed

CHANGES.rst

+60
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,66 @@
1010

1111
.. towncrier release notes start
1212
13+
3.11.8 (2024-11-27)
14+
===================
15+
16+
Miscellaneous internal changes
17+
------------------------------
18+
19+
- Improved performance of creating :class:`aiohttp.ClientResponse` objects when there are no cookies -- by :user:`bdraco`.
20+
21+
22+
*Related issues and pull requests on GitHub:*
23+
:issue:`10029`.
24+
25+
26+
27+
- Improved performance of creating :class:`aiohttp.ClientResponse` objects -- by :user:`bdraco`.
28+
29+
30+
*Related issues and pull requests on GitHub:*
31+
:issue:`10030`.
32+
33+
34+
35+
- Improved performances of creating objects during the HTTP request lifecycle -- by :user:`bdraco`.
36+
37+
38+
*Related issues and pull requests on GitHub:*
39+
:issue:`10037`.
40+
41+
42+
43+
- Improved performance of constructing :class:`aiohttp.web.Response` with headers -- by :user:`bdraco`.
44+
45+
46+
*Related issues and pull requests on GitHub:*
47+
:issue:`10043`.
48+
49+
50+
51+
- Improved performance of making requests when there are no auto headers to skip -- by :user:`bdraco`.
52+
53+
54+
*Related issues and pull requests on GitHub:*
55+
:issue:`10049`.
56+
57+
58+
59+
- Downgraded logging of invalid HTTP method exceptions on the first request to debug level -- by :user:`bdraco`.
60+
61+
HTTP requests starting with an invalid method are relatively common, especially when connected to the public internet, because browsers or other clients may try to speak SSL to a plain-text server or vice-versa. These exceptions can quickly fill the log with noise when nothing is wrong.
62+
63+
64+
*Related issues and pull requests on GitHub:*
65+
:issue:`10055`.
66+
67+
68+
69+
70+
----
71+
72+
1373
3.11.7 (2024-11-21)
1474
===================
1575

CHANGES/10029.misc.rst

-1
This file was deleted.

CHANGES/10030.misc.rst

-1
This file was deleted.

CHANGES/10037.misc.rst

-1
This file was deleted.

CHANGES/10043.misc.rst

-1
This file was deleted.

CHANGES/10049.misc.rst

-1
This file was deleted.

CHANGES/10055.misc.rst

-3
This file was deleted.

0 commit comments

Comments
 (0)