Skip to content

aiohttp 3.5.3 bugfix release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 12 Jan 15:56
· 5175 commits to master since this release

Changes

  • Fix type stubs for aiohttp.web.run_app(access_log=True) and fix edge case of access_log=True and the event loop being in debug mode.
    #3504 <https://github.com/aio-libs/aiohttp/issues/3504>_
  • Fix aiohttp.ClientTimeout type annotations to accept None for fields
    #3511 <https://github.com/aio-libs/aiohttp/issues/3511>_
  • Send custom per-request cookies even if session jar is empty
    #3515 <https://github.com/aio-libs/aiohttp/issues/3515>_
  • Restore Linux binary wheels publishing on PyPI