Path to this page:
Subject: CVS commit: pkgsrc/www/py-aiohttp
From: Adam Ciarcinski
Date: 2024-12-25 11:00:50
Message id: 20241225100050.4C0EEFC1D@cvs.NetBSD.org
Log Message:
py-aiohttp: updated to 3.11.11
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.
- Fixed type of ``SSLContext`` for some static type checkers (e.g. pyright).
- Updated :meth:`aiohttp.web.StreamResponse.write` annotation to also allow \
:class:`bytearray` and :class:`memoryview` as inputs -- by :user:`cdce8p`.
- Fixed a hang where a connection previously used for a streaming
download could be returned to the pool in a paused state.
Features
- Enabled ALPN on default SSL contexts. This improves compatibility with some
proxies which don't work without this extension.
Miscellaneous internal changes
- Fixed an infinite loop that can occur when using aiohttp in combination
with `async-solipsism`_
Files: