Skip to content

aiohttp 0.20.2 release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 07 Jan 21:48
· 8826 commits to master since this release

aiohttp 0.20.2 bugfix

The main reason for making the release is fixing memory leak #723 -- very old, small but annoying problem.

Couple minor fixed was published also.

Changes

  • Enable use of await for a class based view #717
  • Check address family to fill wsgi env properly #718
  • Fix memory leak in headers processing (thanks to Marco Paolini) #723