Skip to content

aiohttp 0.20.1 release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 30 Dec 15:49
· 8989 commits to master since this release

Bugfix release, mostly for fixing benoitc/gunicorn#1055

Full list of changes:

  • Raise RuntimeError is Timeout context manager was used outside of
    task context.
  • Add number of bytes to stream.read_nowait #700
  • Use X-FORWARDED-PROTO for wsgi.url_scheme when available