summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohttp_3.10.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aiohttp: Upgrade 3.10.0 -> 3.10.1Leon Anavi2024-08-091-22/+0
| | | | | | | | | | | | | Upgrade to release 3.10.1: - Fixed WebSocket server heartbeat timeout logic to terminate :py:meth:~aiohttp.ClientWebSocketResponse.receive and return :py:class:~aiohttp.ServerTimeoutError - Fixed url dispatcher index not matching when a variable is preceded by a fixed string after a slash Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: Upgrade 3.9.5 -> 3.10.0Leon Anavi2024-08-021-0/+22
Upgrade to version 3.10.0: - Fixed server response headers for Content-Type and Content-Encoding for static compressed files - Fixed duplicate cookie expiration calls in the CookieJar implementation - Adjusted FileResponse to check file existence and access when preparing the response - Fixed AsyncResolver to match ThreadedResolver behavior - Fixed ws_connect not respecting receive_timeout` on WS(S) connection - Removed blocking I/O in the event loop for static resources and refactored exception handling - Added a Request.wait_for_disconnection() method, as means of allowing request handlers to be notified of premature client disconnections - Added a feature to retry closed connections automatically for idempotent methods - Added server capability to check for static files with Brotli compression via a .br extension Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>