Skip to content

Releases: logandk/serverless-wsgi

Release 1.5.3

13 Nov 11:36
Compare
Choose a tag to compare

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

23 Oct 19:41
Compare
Choose a tag to compare

1.5.2

Features

  • Add image/svg+xml to default text mime types (#74)

Bugs

  • Add missing werkzeug requirement to setup.py (#73)

Release 1.5.1

09 Sep 18:49
Compare
Choose a tag to compare

1.5.1

Bugs

  • Fix import error when using unzip_requirements from serverless-python-requirements (#72)

    Justin Plock

Release 1.5.0

02 Aug 22:30
Compare
Choose a tag to compare

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

03 Jul 21:03
Compare
Choose a tag to compare

1.4.9

Features

  • Add compatibility with serverless-offline (#61)

    Matthew Hardwick

Bugs

  • Set IS_OFFLINE before importing application when running under sls wsgi serve (#65)

Release 1.4.8

22 Apr 18:54
Compare
Choose a tag to compare

1.4.8

Bugs

  • Set correct SCRIPT_NAME in amazonaws.com.* AWS regions

    Winton Wang

Release 1.4.7

11 Mar 20:00
Compare
Choose a tag to compare

1.4.7

Features

  • Gracefully handle scheduled events and invocations from serverless-plugin-warmup (#54)

    Chao Xie

  • Enable zip dependencies when using the serverless-python-requirements plugin (#56)

    Eric Magalhães

Bugs

  • Skip setting CloudFormation-interpreted environment variables during local serving (#53)
  • Include application/javascript as a plain text MIME type (#55)

Release 1.4.6

06 Feb 08:15
Compare
Choose a tag to compare

1.4.6

Bugs

  • Skip WSGI encoding dance for request body to avoid garbling UTF-8 characters

    sin-tanaka

Release 1.4.5

22 Jan 20:19
Compare
Choose a tag to compare

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

08 Jan 20:32
Compare
Choose a tag to compare

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 types

    Marshal Newrock