#aiohttp

@aiohttp.org

Asynchronous HTTP client/server framework for asyncio and Python by @aio-libs.org. https://opencollective.com/aiohttp #aiohttp #aio-libs #asyncio #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.0b3 is out now! We're aiming to release 3.12.0 early next week, and your feedback can make all the difference. Please keep testing. It helps us catch issues and ensure backwards compatibility. github.com/aio-libs/aio...

Release 3.12.0b3 · 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 connection reuse for file-li...

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