Skip to content

Commit

Permalink
Merge branch '3.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Dec 18, 2024
2 parents 5185f93 + acebc68 commit 9c0f3d0
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 14 deletions.
74 changes: 74 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,80 @@

.. towncrier release notes start
3.11.11 (2024-12-18)
====================

Bug fixes
---------

- Updated :py:meth:`~aiohttp.ClientSession.request` to reuse the ``quote_cookie`` setting from ``ClientSession._cookie_jar`` when processing cookies parameter.
-- by :user:`Cycloctane`.


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



- Fixed type of ``SSLContext`` for some static type checkers (e.g. pyright).


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



- Updated :meth:`aiohttp.web.StreamResponse.write` annotation to also allow :class:`bytearray` and :class:`memoryview` as inputs -- by :user:`cdce8p`.


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



- Fixed a hang where a connection previously used for a streaming
download could be returned to the pool in a paused state.
-- by :user:`javitonino`.


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




Features
--------

- Enabled ALPN on default SSL contexts. This improves compatibility with some
proxies which don't work without this extension.
-- by :user:`Cycloctane`.


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




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

- Fixed an infinite loop that can occur when using aiohttp in combination
with `async-solipsism`_ -- by :user:`bmerry`.

.. _async-solipsism: https://github.com/bmerry/async-solipsism


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




----


3.11.10 (2024-12-05)
====================

Expand Down
2 changes: 0 additions & 2 deletions CHANGES/10093.bugfix.rst

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions CHANGES/10149.misc.rst

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions CHANGES/10156.feature.rst

This file was deleted.

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

This file was deleted.

0 comments on commit 9c0f3d0

Please sign in to comment.