- 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>`_).
----
0.9.0
Not secure
==================
- Better client basic authentication support (`112 <https://github.com/aio-libs/aiohttp/pull/112>`_). - Fixed incorrect line splitting in HttpRequestParser (`97 <https://github.com/aio-libs/aiohttp/pull/97>`_). - Support StreamReader and DataQueue as request data. - Client files handling refactoring (`20 <https://github.com/aio-libs/aiohttp/pull/20>`_). - Backward incompatible: Replace DataQueue with StreamReader for request payload (`87 <https://github.com/aio-libs/aiohttp/pull/87>`_).
----
0.8.4
Not secure
==================
- Change ProxyConnector authorization parameters.
----
0.8.3
Not secure
==================
- Publish TCPConnector properties: verify_ssl, family, resolve, resolved_hosts. - Don't parse message body for HEAD responses. - Refactor client response decoding.