aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge branch 'master' into truststore-opt-in-11705
Krishnachaitanyakc:truststore-opt-in-11705
30 minutes ago
[3.14] Improve HTTPS-on-HTTP parser error (#12743)
3.14
1 hour ago
Fix eof reset breaking deflate after stream ends The chunk-boundary reset was unconditionally replacing the spent decompressor with a fresh one, which set eof=False. DeflateBuffer.feed_eof() checks not decompressor.eof for deflate encoding and raises ContentEncodingError when it sees False, breaking all deflate responses. Guard the reset on gzip mode (wbits > MAX_WBITS) only. Deflate has a single stream and relies on eof=True to signal completion; gzip multi-member streams need the fresh decompressor for the next chunk.
Ashutosh-177:fix/zlib-multi-member-gzip
3 hours ago
Bump tomli from 2.4.0 to 2.4.1 (#12730) Bumps [tomli](https://github.com/hukkin/tomli) from 2.4.0 to 2.4.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hukkin/tomli/blob/master/CHANGELOG.md">tomli's changelog</a>.</em></p> <blockquote> <h2>2.4.1</h2> <ul> <li>Fixed <ul> <li>Limit number of parts of a TOML key to address quadratic time complexity</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hukkin/tomli/commit/c5f44690c68c5ed29534faa8f9df18882113728c"><code>c5f4469</code></a> Bump version: 2.4.0 → 2.4.1</li> <li><a href="https://github.com/hukkin/tomli/commit/2bcd2627d5fcc262f734eaa730b62c0915d1e0d3"><code>2bcd262</code></a> Add change log for 2.4.1 and 2.3.1</li> <li><a href="https://github.com/hukkin/tomli/commit/e1fdb94bc998377f1c2545c7cd4f70ff2a3fb4e4"><code>e1fdb94</code></a> Limit number of parts of a key (<a href="https://redirect.github.com/hukkin/tomli/issues/286">#286</a>)</li> <li><a href="https://github.com/hukkin/tomli/commit/c20c49113890c226ffb27a67befe20d14fcf0c73"><code>c20c491</code></a> pre-commit autoupdate</li> <li><a href="https://github.com/hukkin/tomli/commit/920e20b1cf495b63f6d4a6aa3cd5e4ff25f5f5a7"><code>920e20b</code></a> Update performance benchmark and results</li> <li><a href="https://github.com/hukkin/tomli/commit/064e492919b2338def788753b8c981c9131334c0"><code>064e492</code></a> Merge pull request <a href="https://redirect.github.com/hukkin/tomli/issues/280">#280</a> from hukkin/version-2.4.0</li> <li>See full diff in <a href="https://github.com/hukkin/tomli/compare/2.4.0...2.4.1">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
9 hours ago
Fix flake8 complains, honestly false-positive, but let's pacify it anyway
tarasko:feature/aiofastnet_extra
15 hours ago
Fix tests on 3.10
tarasko:feature/aiofastnet_extra
15 hours ago
Fix tests on python 3.10
tarasko:feature/aiofastnet_extra
15 hours ago
Fix incorrect dependencies after merge
tarasko:feature/aiofastnet_extra
16 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Add opt-in TCPConnector(use_truststore=True) for OS-native trust store integration (#11705)
#12702
38 minutes ago
2c77a0d
Krishnachaitanyakc:truststore-opt-in-11705
CodSpeed Performance Gauge
0%
Fix ZLibDecompressor dropping data past the first gzip member
#12674
3 hours ago
6a5a354
Ashutosh-177:fix/zlib-multi-member-gzip
CodSpeed Performance Gauge
+21%
Add aiofastnet dependency to speedups extra (faster TLS and native kernel TLS support)
#12744
15 hours ago
2961341
tarasko:feature/aiofastnet_extra
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs