| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-aiohttp: upgrade 3.10.9 -> 3.10.10 | Wang Mingyu | 2024-10-14 | 1 | -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.9 | Leon Anavi | 2024-10-10 | 1 | -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> | |||||
