Path to this page:
Subject: CVS commit: pkgsrc/www/py-aiohttp
From: Adam Ciarcinski
Date: 2024-11-24 08:27:08
Message id: 20241124072709.02000FC7D@cvs.NetBSD.org
Log Message:
py-aiohttp: updated to 3.11.7
3.11.7 (2024-11-21)
Bug fixes
- Fixed the HTTP client not considering the connector's ``force_close`` value \
when setting the ``Connection`` header
Miscellaneous internal changes
- Improved performance of serializing HTTP headers
3.11.6 (2024-11-19)
Bug fixes
- Restored the ``force_close`` method to the ``ResponseHandler``
3.11.5 (2024-11-19)
Bug fixes
- Fixed the ``ANY`` method not appearing in :meth:`~aiohttp.web.UrlDispatcher.routes`
3.11.4 (2024-11-18)
Bug fixes
- Fixed ``StaticResource`` not allowing the ``OPTIONS`` method after calling \
``set_options_route``
Miscellaneous internal changes
- Improved performance of creating web responses when there are no cookies
3.11.3 (2024-11-18)
Bug fixes
- Removed non-existing ``__author__`` from ``dir(aiohttp)``
- Restored the ``FlowControlDataQueue`` class
This class is no longer used internally, and will be permanently removed in \
the next major version.
Miscellaneous internal changes
- Improved performance of resolving resources when multiple methods are \
registered for the same route
Files: