Skip to content

aiohttp 2.3.4 release

Choose a tag to compare

@asvetlov asvetlov released this 29 Nov 14:40

Bugfix release

Changes

  • Make request.app point to proper application instance when using nested
    applications (with middlewares). (#2550)
  • Change base class of ClientConnectorSSLError to ClientSSLError from
    ClientConnectorError. (#2563)
  • Return client connection back to free pool on error in connector.connect().
    (#2567)