Skip to content

Releases: logandk/serverless-wsgi

Release 1.7.7

25 Apr 20:29
Compare
Choose a tag to compare

1.7.7

Features

  • Add handler for lambda integration (#167)

    Jan Varho

Bugs

  • Fix serverless deprecation warnings (#174)

    Jan Varho

Release 1.7.6

27 Oct 21:41
Compare
Choose a tag to compare

1.7.6

Features

  • Support for the new HTTP API lambda proxy response payload v2.0 (#149)

    Ronald Tscherepanow

Bugs

  • Fix eventContext for KONG gateway (#147)

    Grant Johnson

  • Fix the ALB query parameter handling (#146)

    Hsiao-Ting Yu

Release 1.7.5

02 Jun 22:08
Compare
Choose a tag to compare

1.7.5

Bugs

  • Fix integration with virtualenv for latest version (20.x)

  • Fix wrong encoding of error messages during packaging (#122, #139)

    Jan Varho

Release 1.7.4

18 Nov 16:19
Compare
Choose a tag to compare

1.7.4

Bugs

  • Return error exit code when exec, command, manage or flask commands fail (#114)
  • Display output from failing command invocations instead of throwing exception (#107)

Release 1.7.3

13 Aug 14:41
Compare
Choose a tag to compare

1.7.3

Features

  • Add --ssl flag to sls 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

  • Properly decode event path into environ PATH_INFO (#93)

  • Fix local serving when package individually: true and function module are provided (#98)

  • Fix Flask CLI invocation of built-in commands (#99)

    Mischa Spiegelmock

Release 1.7.2

08 Mar 23:11
Compare
Choose a tag to compare

1.7.2

Features

  • Support multi-value query string parameters (#87)

    Jan Varho

  • Support multi-value headers in request and response

  • Add sls wsgi flask and sls wsgi flask local commands (#86)

Release 1.7.1

01 Feb 09:01
Compare
Choose a tag to compare

1.7.1

Features

  • Add local versions of manage, command and exec commands (#79)
  • Support serverless-python-requirements packaging with individually and module configuration (#85)

Release 1.7.0

27 Jan 08:15
Compare
Choose a tag to compare

1.7.0

Features

  • Rename .wsgi_app to .serverless-wsgi (to follow convention from serverless-rack)
  • Check for werkzeug presence in bundle or issue warning (#80)

Bugs

  • The wsgi.handler has been renamed to wsgi_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

04 Jan 23:35
Compare
Choose a tag to compare

1.6.1

Features

  • Use proper namespacing for custom WSGI environment variables: serverless.authorizer, serverless.event and serverless.context.
    Note: API_GATEWAY_AUTHORIZER, event and context will be deprecated later.
  • Permute header casings for multiple values of any header, not just Set-Cookie

Release 1.6.0

18 Dec 22:18
Compare
Choose a tag to compare

1.6.0

Features

  • Add exec, command and manage CLI commands for invoking scripts remotely (#75)

  • Detect presence of serverless-python-requirements and disable packRequirements 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