Skip to content

aiohttp 2.3.3 release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 17 Nov 09:34
· 6383 commits to master since this release

Bugfix release.

Changes

  • Having a ; in Response content type doesn't assume it contains a charset
    anymore. (#2197)
  • Use getattr(asyncio, 'async') for keeping compatibility with Python 3.7.
    (#2476)
  • Ignore NotImplementedError raised by set_child_watcher from uvloop.
    (#2491)
  • Fix warning in ClientSession.__del__ by stopping to try to close it.
    (#2523)
  • Fixed typo's in Third-party libraries page. And added async-v20 to the list
    (#2510)