3.12.15
Bug fixes
-
Fixed :class:
~aiohttp.DigestAuthMiddlewareto preserve the algorithm case from the server's challenge in the authorization response. This improves compatibility with servers that perform case-sensitive algorithm matching (e.g., servers expectingalgorithm=MD5-sessinstead ofalgorithm=MD5-SESS)
-- by :user:bdraco.Related issues and pull requests on GitHub:
#11352.
Improved documentation
-
Remove outdated contents of
aiohttp-devtoolsandaiohttp-swagger
from Web_advanced docs.
-- by :user:CycloctaneRelated issues and pull requests on GitHub:
#11347.
Packaging updates and notes for downstreams
-
Started including the
llhttp:file:LICENSEfile in wheels by addingvendor/llhttp/LICENSEtolicense-filesin :file:setup.cfg-- by :user:threexc.Related issues and pull requests on GitHub:
#11226.
Contributor-facing changes
-
Updated a regex in
test_aiohttp_request_coroutinefor Python 3.14.Related issues and pull requests on GitHub:
#11271.