Release 1.3.0
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
ifpackRequirements: false
Alex DeBrie
-
Supply wsgi.input as BytesIO on Python 3
Brett Higgins