summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohttp_3.10.9.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aiohttp: upgrade 3.10.9 -> 3.10.10Wang Mingyu2024-10-141-22/+0
| | | | | | | | | | | | | Changelog: =========== - Fixed error messages from :py:class:~aiohttp.resolver.AsyncResolver being swallowed - Added :exc:aiohttp.ClientConnectorDNSError for differentiating DNS resolution errors from other connector errors - Simplified DNS resolution throttling code to reduce chance of race conditions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: Upgrade 3.10.8 -> 3.10.9Leon Anavi2024-10-101-0/+22
Upgrade to release 3.10.9: - Fixed proxy headers being used in the ConnectionKey hash when a proxy was not being used - Widened the type of the trace_request_ctx parameter of :meth:`ClientSession.request() - Fixed failure to try next host after single-host connection timeout - Improved performance of resolving hosts with Python 3.12+ - Reduced memory required for timer objects created during the client request lifecycle Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>