Skip to content

aiohttp 0.22.2 release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 23 Jul 13:21
· 8414 commits to master since this release

Bugfix release that introduces usafe cookie jar which should not be used in production but very useful for test writing.

Changes

  • Suppress CancelledError when Timeout raises TimeoutError #970
  • Don't expose aiohttp.__version__
  • Add unsafe parameter to CookieJar #968
  • Use unsafe cookie jar in test client tools
  • Expose aiohttp.CookieJar name