#aio-libs: aiohttp and ecosystem

@aio-libs.org

We maintain #asyncio libraries including @aiohttp.org and dependencies. https://opencollective.com/aio-libs #aiohttp #aio-libs #python --- This account is under control of @bdraco.org, Sam Bull and @webknjaz.me.

🚀 aiohttp 3.12.1 is here! This release solves long-standing issues with POST requests failing on redirects, and more recently, using digest authentication with request bodies. No more "Form data has been processed already" or "I/O operation on closed file" errors!

3.12.0 is out! New features: • Client middleware for auth, logging & request modification • HTTP Digest Auth • Custom zlib backends • Better resolver for better performance • Small requests/responses now coalesce into single packets Plus bug fixes, armv7l wheels & more! github.com/aio-libs/aio...

Release 3.12.0 · aio-libs/aiohttp

Bug fixes Fixed :py:attr:~aiohttp.web.WebSocketResponse.prepared property to correctly reflect the prepared state, especially during timeout scenarios -- by :user:bdraco Related issues and pull r...

github.com

aiohttp 3.12.0b0 is out! This beta adds client middleware support including DigestAuthMiddleware (RFC 7616), custom zlib backend support, socket_factory in TCPConnector, and shared DNS resolver management. Try it now: github.com/aio-libs/aio...

Release 3.12.0b0 · aio-libs/aiohttp

Bug fixes Response is now always True, instead of using MutableMapping behaviour (False when map is empty) Related issues and pull requests on GitHub: #10119. Fixed pytest plugin to not use dep...

github.com