Releases: logandk/serverless-wsgi
Releases · logandk/serverless-wsgi
Release 1.5.3
1.5.3
Features
- Add
sls wsgi install
command to install WSGI handler and requirements for local use - Support
sls invoke local
(serverless/serverless#5475)
Release 1.5.2
Release 1.5.1
1.5.1
Bugs
-
Fix import error when using unzip_requirements from serverless-python-requirements (#72)
Justin Plock
Release 1.5.0
1.5.0
Features
- Allow adding additional text mime-types (#68)
- Improve detection of available Python executable and associated error messages (#66)
- Start multithreaded server when running
sls wsgi serve
(#69) - Publish Python package to PyPI (#63)
Internal
- Change
.wsgi_app
to contain JSON serialized configuration object
Release 1.4.9
Release 1.4.8
1.4.8
Bugs
-
Set correct SCRIPT_NAME in
amazonaws.com.*
AWS regionsWinton Wang
Release 1.4.7
Release 1.4.6
1.4.6
Bugs
-
Skip WSGI encoding dance for request body to avoid garbling UTF-8 characters
sin-tanaka
Release 1.4.5
1.4.5
Features
- Ignore
*.dist-info
and*.pyc
when packaging requirements - Remove
.requirements
prior to packaging to avoid deploying packages
that are no longer required
Release 1.4.4
1.4.4
Features
-
Make binding host configurable when invoking
sls wsgi serve
Eric Magalhães
-
Add
application/vnd.api+json
to list of non-binary MIME typesMarshal Newrock