- Requests over 512KB will be buffered in a temporary file. Can be configured using the ``inbuf_overflow`` argument to :class:`WSGIHandler`. - Minimum :ref:`aiohttp <aiohttp-web>` version is now 0.21.2. - **Breaking**: Maximum request body size is now 1GB. Can be configured using the ``max_request_body_size`` argument to :class:`WSGIHandler`.
0.3.0
-----
- ``PATH_INFO`` and ``SCRIPT_NAME`` now contain URL-quoted non-ascii characters, as per `PEP3333`_. - Minimum :ref:`aiohttp <aiohttp-web>` version is now 0.19.0. - **Breaking**: Removed support for Python3.3.
0.2.6
-----
- Excluded tests from distribution.
0.2.5
-----
- Updated to work with breaking changes in :ref:`aiohttp <aiohttp-web>` 0.17.0.
0.2.4
-----
- Workaround for error in :mod:`asyncio` debug mode on some Python versions when using a callable object, ``WSGIHandler.handle_request``.