Apig-wsgi

Latest version: v2.19.0

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

Scan your dependencies

Page 3 of 6

2.9.1

------------------

* Support Python 3.9.
* Fix query string parameter encoding so that symbols are correctly re-encoded
for WSGI, for API Gateway format version 1
(`Issue 186 <https://github.com/adamchainz/apig-wsgi/pull/186>`__).

2.9.0

------------------

* Move license from ISC to MIT License.
* Always send ``isBase64Encoded`` in responses, as per the AWS documentation.
* Support `format version
2 <https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html>`,
which was introduced by API Gateway for “HTTP API's”
(`Issue 124 <https://github.com/adamchainz/apig-wsgi/pull/124>`__)..
* ``binary_support`` now defaults to ``None``, which means that it will
automatically enable binary support for format version 2 events.

2.8.0

------------------

* Use multi-value headers in the response when given in the request.
(`PR 157 <https://github.com/adamchainz/apig-wsgi/pull/157>`__).

2.7.0

------------------

* Add defaults for ``SERVER_HOST``, ``SERVER_PORT`` and ``wsgi.url_scheme``.
This enables responding to `ELB health check events
<https://docs.aws.amazon.com/elasticloadbalancing/latest/application/lambda-functions.html#enable-health-checks-lambda>`__,
which don't contain the relevant headers
(`Issue 155 <https://github.com/adamchainz/apig-wsgi/pull/155>`__).

2.6.0

------------------

* Pass Lambda Context object as a WSGI environ variable
(`PR 122 <https://github.com/adamchainz/apig-wsgi/pull/122>`__).

2.5.1

------------------

* Restore setting ``HTTP_CONTENT_TYPE`` and ``HTTP_HOST`` in the environ,
accidentally broken in 2.5.0 with multi-value header feature
(`Issue 117 <https://github.com/adamchainz/apig-wsgi/issues/117>`__).

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.