Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@logandk logandk released this 29 Aug 20:14
· 362 commits to master since this release

1.3.0

Features

  • Load subdirectory packages by adding the subdirectory to the search path (i.e. setting the wsgi handler to something like dir/api.app.handler).

    Previously, the subdirectory was expected to be a package (i.e. containing __init__.py)

Bugs

  • Skip removing .requirements if packRequirements: false

    Alex DeBrie

  • Supply wsgi.input as BytesIO on Python 3

    Brett Higgins