Aiohttp-wsgi

Latest version: v0.10.0

Safety actively analyzes 722032 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.6.2

-----

- Fixing incorrect quoting of ``PATH_INFO`` and ``SCRIPT_NAME`` in environ.

0.6.1

-----

- Upgrading :mod:`aiohttp` dependency to >= 0.22.2.

0.6.0

-----

- Fixing missing multiple headers sent from start_response.
- **Breaking:** Removed outbuf_overflow setting. Responses are always buffered in memory.
- **Breaking:** WSGI streaming responses are buffered fully in memory before being sent.

0.5.2

-----

- Identical to 0.5.1, after PyPi release proved mysteriously broken.

0.5.1

-----

- ``outbuf_overflow`` no longer creates a temporary buffer file, instead pausing the worker thread until the pending response has been flushed.

0.5.0

-----

- Minimum :ref:`aiohttp <aiohttp-web>` version is now 0.21.2.
- Added :doc:`aiohttp-wsgi-serve <main>` command line interface.
- Responses over 1MB will be buffered in a temporary file. Can be configured using the ``outbuf_overflow`` argument to :class:`WSGIHandler`.
- **Breaking:** Removed support for Python 3.4.
- **Breaking:** Removed ``aiohttp.concurrent`` helpers, which are no longer required with Python 3.5+.
- **Breaking:** Removed ``configure_server()`` and ``close_server()`` helpers. Use :class:`WSGIHandler` directly.
- **Breaking:** Removed ``serve()`` helpers. Use the :doc:`command line interface <main>` directly.

Page 3 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.