Releases: logandk/serverless-wsgi
Releases · logandk/serverless-wsgi
Release 1.7.7
Release 1.7.6
Release 1.7.5
Release 1.7.4
Release 1.7.3
1.7.3
Features
-
Add
--ssl
flag tosls wsgi serve
(#103) -
Add log message when skipping handler on warmup events (#95)
-
Add options for disabling threading and setting number of processes when invoking
sls wsgi serve
(#100)Bryan Worrell
-
Allow use of CloudFront with a pre-set path (#101)
Paul Bowsher
Bugs
Release 1.7.2
Release 1.7.1
Release 1.7.0
1.7.0
Features
- Rename
.wsgi_app
to.serverless-wsgi
(to follow convention fromserverless-rack
) - Check for werkzeug presence in bundle or issue warning (#80)
Bugs
- The
wsgi.handler
has been renamed towsgi_handler.handler
due to a naming
conflict with an internal AWS wsgi module. A warning and workaround is issued in order
to prevent breaking existing configuration files (#84)
Release 1.6.1
1.6.1
Features
- Use proper namespacing for custom WSGI environment variables:
serverless.authorizer
,serverless.event
andserverless.context
.
Note:API_GATEWAY_AUTHORIZER
,event
andcontext
will be deprecated later. - Permute header casings for multiple values of any header, not just
Set-Cookie
Release 1.6.0
1.6.0
Features
-
Add
exec
,command
andmanage
CLI commands for invoking scripts remotely (#75) -
Detect presence of
serverless-python-requirements
and disablepackRequirements
automatically -
Add
pipArgs
configuration option for passing additional arguments to pip (#76) -
Add support for ALB requests (#77)
Alan Trope
-
Improve log output for errors at import-time
Jackal