aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
puneetdixit200:improve-https-on-http-error
30 minutes ago
Rename follow_symlinks to break_symlink_sandbox (#12670)
master
5 hours ago
Fix BodyPartReader.read() returning bytearray instead of bytes The read() method accumulated data in a bytearray internally but returned it without converting to bytes, violating the return type annotation and breaking downstream code that relies on bytes (e.g. json.dumps serialization). Both code paths (decode=True and the plain path) now return bytes(). Fixes #12404
jesustorres-code:fix/body-part-reader-returns-bytes
10 hours ago
Merge branch 'master' into fix/client-response-circular-ref-cleanup
prshant70:fix/client-response-circular-ref-cleanup
17 hours ago
Rename follow_symlinks to break_symlink_sandbox (#12670)
master
17 hours ago
Rename 12700.breaking.rst to 12670.breaking.rst
rename-follow-symlinks
18 hours ago
fix: clear _traces in ClientResponse._cleanup_writer to break circular ref - add `self._traces = []` in `_cleanup_writer()` after `self._session = None` - this deterministically breaks the ClientResponse->_traces->Trace->_session cycle on every close/release/eof path, avoiding slow RSS growth (#11043) - add tests verifying _traces and _session are cleared via close(), release(), and _response_eof(); add weakref test confirming the cycle is broken
prshant70:fix/client-response-circular-ref-cleanup
18 hours ago
Bump aiodns from 4.0.3 to 4.0.4 Bumps [aiodns](https://github.com/aio-libs/aiodns) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/aio-libs/aiodns/releases) - [Changelog](https://github.com/aio-libs/aiodns/blob/master/ChangeLog) - [Commits](https://github.com/aio-libs/aiodns/compare/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: aiodns dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/aiodns-4.0.4
18 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Improve HTTPS-on-HTTP parser error
#12672
40 minutes ago
233f352
puneetdixit200:improve-https-on-http-error
CodSpeed Performance Gauge
0%
Fix BodyPartReader.read() returning bytearray instead of bytes
#12671
10 hours ago
0fa69e9
jesustorres-code:fix/body-part-reader-returns-bytes
CodSpeed Performance Gauge
0%
fix(client_reqrep): clear _traces in close/release to break session reference cycle
#12669
17 hours ago
277c56a
prshant70:fix/client-response-circular-ref-cleanup
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs