Skip to content

Commit acebc68

Browse files
committed
Merge branch '3.11' into 3.12
2 parents a3a5716 + 8aaaba3 commit acebc68

File tree

7 files changed

+74
-14
lines changed

7 files changed

+74
-14
lines changed

CHANGES.rst

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,80 @@
1010

1111
.. towncrier release notes start
1212
13+
3.11.11 (2024-12-18)
14+
====================
15+
16+
Bug fixes
17+
---------
18+
19+
- Updated :py:meth:`~aiohttp.ClientSession.request` to reuse the ``quote_cookie`` setting from ``ClientSession._cookie_jar`` when processing cookies parameter.
20+
-- by :user:`Cycloctane`.
21+
22+
23+
*Related issues and pull requests on GitHub:*
24+
:issue:`10093`.
25+
26+
27+
28+
- Fixed type of ``SSLContext`` for some static type checkers (e.g. pyright).
29+
30+
31+
*Related issues and pull requests on GitHub:*
32+
:issue:`10099`.
33+
34+
35+
36+
- Updated :meth:`aiohttp.web.StreamResponse.write` annotation to also allow :class:`bytearray` and :class:`memoryview` as inputs -- by :user:`cdce8p`.
37+
38+
39+
*Related issues and pull requests on GitHub:*
40+
:issue:`10154`.
41+
42+
43+
44+
- Fixed a hang where a connection previously used for a streaming
45+
download could be returned to the pool in a paused state.
46+
-- by :user:`javitonino`.
47+
48+
49+
*Related issues and pull requests on GitHub:*
50+
:issue:`10169`.
51+
52+
53+
54+
55+
Features
56+
--------
57+
58+
- Enabled ALPN on default SSL contexts. This improves compatibility with some
59+
proxies which don't work without this extension.
60+
-- by :user:`Cycloctane`.
61+
62+
63+
*Related issues and pull requests on GitHub:*
64+
:issue:`10156`.
65+
66+
67+
68+
69+
Miscellaneous internal changes
70+
------------------------------
71+
72+
- Fixed an infinite loop that can occur when using aiohttp in combination
73+
with `async-solipsism`_ -- by :user:`bmerry`.
74+
75+
.. _async-solipsism: https://github.com/bmerry/async-solipsism
76+
77+
78+
*Related issues and pull requests on GitHub:*
79+
:issue:`10149`.
80+
81+
82+
83+
84+
----
85+
86+
1387
3.11.10 (2024-12-05)
1488
====================
1589

CHANGES/10093.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGES/10099.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/10149.misc.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGES/10154.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/10156.feature.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGES/10169.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)