summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohttp_3.10.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aiohttp: Upgrade 3.10.1 -> 3.10.3Leon Anavi2024-08-131-22/+0
| | | | | | | | | | | | | | | | | | Upgrade to release 3.10.3: - Fixed multipart reading when stream buffer splits the boundary over several read() calls - Fixed :py:class:aiohttp.TCPConnector doing blocking I/O in the event loop to create the SSLContext - Improved performance of :py:meth:~aiohttp.ClientWebSocketResponse.receive and :py:meth:~aiohttp.web.WebSocketResponse.receive when there is no timeout - Improved performance of starting request handlers with Python 3.12+ - Improved performance of HTTP keep-alive checks - Improved performance of generating random WebSocket mask Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: Upgrade 3.10.0 -> 3.10.1Leon Anavi2024-08-091-0/+22
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>