aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Fix _transport_sockname request initialization warning
nightcityblade:fix/issue-13029
2 hours ago
Fix datetime last_modified rounding
nightcityblade:fix/issue-5303
2 hours ago
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
Moist-Cat:master
5 hours ago
short-circuit DeflateBuffer.feed_data on empty chunk When a chunked transfer-encoding decoder resumes after a pause, the underlying transport may call DeflateBuffer.feed_data(b"") to give the decoder another chance to make progress. On a stream that has not started decoding yet, feed_data reads chunk[0] to sniff the CM bits of the RFC 1950 zlib header so it can decide whether to enable suppress_deflate_header. With an empty chunk that read raises IndexError, which surfaces to the caller as an unhandled exception during response decoding. Add a guard so the CM-byte sniff is skipped when chunk is empty. The downstream decompressor.decompress_sync(b"") call already handles empty input correctly — it was only the header-sniff branch that crashed.
HrachShah:fix/deflatebuffer-empty-chunk
6 hours ago
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
HrachShah:fix/transport-sockname-attr
9 hours ago
Bump aiohappyeyeballs from 2.6.2 to 2.7.1 Bumps [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs) from 2.6.2 to 2.7.1. - [Release notes](https://github.com/aio-libs/aiohappyeyeballs/releases) - [Changelog](https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md) - [Commits](https://github.com/aio-libs/aiohappyeyeballs/compare/v2.6.2...v2.7.1) --- updated-dependencies: - dependency-name: aiohappyeyeballs dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.15/aiohappyeyeballs-2.7.1
18 hours ago
Bump typing-extensions from 4.15.0 to 4.16.0 Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.15.0 to 4.16.0. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.15.0...4.16.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.15/typing-extensions-4.16.0
18 hours ago
Bump aiohappyeyeballs from 2.6.2 to 2.7.1 Bumps [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs) from 2.6.2 to 2.7.1. - [Release notes](https://github.com/aio-libs/aiohappyeyeballs/releases) - [Changelog](https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md) - [Commits](https://github.com/aio-libs/aiohappyeyeballs/compare/v2.6.2...v2.7.1) --- updated-dependencies: - dependency-name: aiohappyeyeballs dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/aiohappyeyeballs-2.7.1
18 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Fix _transport_sockname request initialization warning
#13040
2 hours ago
6cc92bc
nightcityblade:fix/issue-13029
CodSpeed Performance Gauge
0%
Fix datetime last_modified rounding
#13041
2 hours ago
2bfc91e
nightcityblade:fix/issue-5303
CodSpeed Performance Gauge
-11%
Add support for HTTP/2
#13039
5 hours ago
8d6ffe2
Moist-Cat:master
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs