Skip to content

Commit

Permalink
Merge pull request #2059 from Miserlou/release/0.51
Browse files Browse the repository at this point in the history
0.51.0 release
  • Loading branch information
mcrowson committed Mar 9, 2020
2 parents 78a9045 + 18aa1e3 commit 80a6881
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Zappa Changelog

## 0.51.0
* Lambda Layers
* Cognito support
* Skip venv check if --no_venv argument is passed
* Fix for abi3 filename matching
* Wait for the Load Balancer to become active before proceeding
* Add option 'Scheme' for alb config
* Allow full path exclusions while packaging
* Workaround for werkzeug incompatibility
* And assorted fixes

## 0.50.0
* Updated manylinux to support manylinux1/manylinux2010/manylinux2014 packages
* Fixed issue with duplicated cookie headers in API Gateway
Expand Down
2 changes: 1 addition & 1 deletion zappa/__init__.py
Expand Up @@ -8,4 +8,4 @@
'Zappa (and AWS Lambda) support the following versions of Python: {}'.format(formatted_supported_versions))
raise RuntimeError(err_msg)

__version__ = '0.50.0'
__version__ = '0.51.0'

0 comments on commit 80a6881

Please sign in to comment.