Avatar for the aio-libs user
aio-libs
aiohttp
BlogDocsChangelog

Performance History

Latest Results

[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
serhiiur:fix-gunicorn-docs-references
47 minutes ago
Add opt-in TCPConnector(use_truststore=True) for OS-native trust store (#11705) Add a keyword-only ``use_truststore: bool = False`` parameter to ``TCPConnector``. When set to ``True``, certificate verification is delegated to the OS-native trust store via the ``truststore`` library, fixing ``CERTIFICATE_VERIFY_FAILED`` errors for users behind enterprise TLS-intercepting proxies whose root CA is installed in the macOS Keychain or Windows certificate stores but not in OpenSSL's default paths. - New dedicated optional extra: ``pip install aiohttp[truststore]`` - ``use_truststore=True`` without the dependency installed raises a friendly ``RuntimeError`` at construction time - ``use_truststore=True`` together with ``ssl=False`` raises ``ValueError`` - Explicit ``ssl=<SSLContext>`` always wins over ``use_truststore=True`` - Default behaviour is unchanged - Per-connector context instance, not a module-level singleton Also fixes a misleading sentence in ``docs/client_advanced.rst`` that claimed Python uses the system CA certificates by default (untrue on macOS, partially wrong on Windows). This is the "optional first" step from @webknjaz's structured plan in the issue; a follow-up PR can flip the default and add truststore as a hard dependency once the opt-in path has bake-in time. Tests: 12 new tests in ``tests/test_truststore.py`` covering all branches. Full ``tests/test_connector.py`` regression run: 179 passed, 7 skipped, 1 xfailed (no regression).
Krishnachaitanyakc:truststore-opt-in-11705
8 hours ago
Fix Windows localhost resolver fallback
oppnc:codex/fix-aiohttp-localhost-addrconfig
18 hours ago
Threat model chapter 3 (#12677) (cherry picked from commit 7f0532c1df1915e4367ff4af25cd8453d2df9fc0)
patchback/backports/3.14/7f0532c1df1915e4367ff4af25cd8453d2df9fc0/pr-12677
21 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
Fix irrelevant URLs to Gunicorn docs#12703
55 minutes ago
5d49685
serhiiur:fix-gunicorn-docs-references
CodSpeed Performance Gauge
0%
8 hours ago
1a0d530
Krishnachaitanyakc:truststore-opt-in-11705
CodSpeed Performance Gauge
0%
18 hours ago
e3c05cf
oppnc:codex/fix-aiohttp-localhost-addrconfig
© 2026 CodSpeed Technology
Home Terms Privacy Docs