Skip to content

Release 0.13.0

Compare
Choose a tag to compare
@asvetlov asvetlov released this 29 Dec 18:35
· 10818 commits to master since this release

aiohttp 0.13 major release

Changes

  • StreamResponse.charset converts value to lower-case on assigning.
  • Chain exceptions when raise ClientRequestError.
  • Support custom regexps in route variables #204
  • Fixed graceful shutdown, disable keep-alive on connection closing.
  • Decode http message with utf-8 encoding, some servers send headers in utf-8 encoding #207
  • Support aiohtt.web middlewares #209
  • Add ssl_context to TCPConnector #206