aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Refactor tests to use create_autospec() for more robust mocking (#11876)
master
59 minutes ago
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
veeceey:fix/issue-11859
8 hours ago
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
veeceey:fix/issue-2983-http2-dead-connections
21 hours ago
fix: Python 3.14 compatibility for import time test Add Python 3.14 to the target timings dictionary in test_imports.py to use the same 295ms threshold as Python 3.12 and 3.13, instead of the default 200ms which is too strict for Python 3.14's import time.
veeceey:fix/issue-3962-document-websocket-timeout-error
23 hours ago
docs: Document asyncio.TimeoutError for WebSocketResponse.receive methods Added documentation that WebSocketResponse.receive() and related methods (receive_str, receive_bytes, receive_json) raise asyncio.TimeoutError when the timeout expires before receiving a message. This makes it easier for users to properly handle timeout exceptions without having to dig through the source code. Fixes #3962
veeceey:fix/issue-3962-document-websocket-timeout-error
24 hours ago
docs: Replace deprecated ujson with orjson in client quickstart The ujson library is now in maintenance-only mode and deprecated. Updated the documentation to recommend orjson instead, which is both faster and more secure. Fixes #10795
veeceey:fix/issue-10795-update-ujson-to-orjson
1 day ago
Refactor tests to use create_autospec() for more robust mocking (#11876)
master
1 day ago
docs: Replace deprecated ujson with orjson in client quickstart Fixes #10795 The ujson library is now in maintenance-only mode and users are encouraged to migrate to orjson. Updated the client_quickstart.rst documentation to: - Replace ujson example with orjson - Update the note to reflect that orjson is significantly faster - Clarify that orjson.dumps() returns bytes, which works with aiohttp
veeceey:fix/issue-10795-replace-deprecated-ujson
1 day ago
Active Branches
Fix ValueError with ClientTimeout(total=0) in TLS connections
last run
8 hours ago
#12044
CodSpeed Performance Gauge
0%
docs: Document asyncio.TimeoutError for WebSocketResponse.receive methods
last run
23 hours ago
#12042
CodSpeed Performance Gauge
0%
docs: Replace deprecated ujson with orjson in client quickstart
last run
1 day ago
#12041
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs