- Don't unquote `environ['PATH_INFO']` in wsgi.py (`177 <https://github.com/aio-libs/aiohttp/pull/177>`_)
----
0.10.1
Not secure
===================
- aiohttp.web.HTTPException and descendants now files response body with string like `404: NotFound` - Fix multidict `__iter__`, the method should iterate over keys, not (key, value) pairs.
----
0.10.0
Not secure
===================
- Add aiohttp.web subpackage for highlevel HTTP server support. - Add *reason* optional parameter to aiohttp.protocol.Response ctor. - Fix aiohttp.client bug for sending file without content-type. - Change error text for connection closed between server responses from 'Can not read status line' to explicit 'Connection closed by server' - Drop closed connections from connector (`173 <https://github.com/aio-libs/aiohttp/pull/173>`_) - Set server.transport to None on .closing() (`172 <https://github.com/aio-libs/aiohttp/pull/172>`_)
----
0.9.3
Not secure
==================
- Fix compatibility with asyncio 3.4.1+ (`170 <https://github.com/aio-libs/aiohttp/pull/170>`_)
----
0.9.2
Not secure
==================
- Improve redirect handling (`157 <https://github.com/aio-libs/aiohttp/pull/157>`_) - Send raw files as is (`153 <https://github.com/aio-libs/aiohttp/pull/153>`_) - Better websocket support (`150 <https://github.com/aio-libs/aiohttp/pull/150>`_)
----
0.9.1
Not secure
==================
- Added MultiDict support for client request params and data (`114 <https://github.com/aio-libs/aiohttp/pull/114>`_). - Fixed parameter type for IncompleteRead exception (`118 <https://github.com/aio-libs/aiohttp/pull/118>`_). - Strictly require ASCII headers names and values (`137 <https://github.com/aio-libs/aiohttp/pull/137>`_) - Keep port in ProxyConnector (`128 <https://github.com/aio-libs/aiohttp/pull/128>`_). - Python 3.4.1 compatibility (`131 <https://github.com/aio-libs/aiohttp/pull/131>`_).