- Implemented a standalone concurrent utility module for switching between the event loop and an executor. See ``aiohttp_wsgi.concurrent`` for more info.
0.2.1
-----
- Added ``on_finish`` parameter to ``serve()`` and ``configure_server()``. - Improved performance and predictability of processing streaming iterators from WSGI applications.
0.2.0
-----
- **BREAKING**: Removed ``WSGIMiddleware`` in favor of :class:`WSGIHandler` (required to support :ref:`aiohttp <aiohttp-web>` 0.15.0 without hacks). - Added support for :ref:`aiohttp <aiohttp-web>` 0.15.0.
0.1.2
-----
- Added ``socket`` argument to ``serve()`` and ``configure_server()``. - Added ``backlog`` argument to ``serve()`` and ``configure_server()``.
0.1.1
-----
- Fixed ``RuntimeError`` in :ref:`aiohttp <aiohttp-web>` (jnurmine). - Added ``routes`` argument to ``serve()`` and ``configure_server()``. - Added ``static`` argument to ``serve()`` and ``configure_server()``.
0.1.0
-----
- First experimental release. - Buffering WSGI web server with threaded workers. - Public ``configure_server()`` and ``serve()`` API.