Skip to content

Commit 80a6881

Browse files
authored
Merge pull request #2059 from Miserlou/release/0.51
0.51.0 release
2 parents 78a9045 + 18aa1e3 commit 80a6881

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Zappa Changelog
22

3+
## 0.51.0
4+
* Lambda Layers
5+
* Cognito support
6+
* Skip venv check if --no_venv argument is passed
7+
* Fix for abi3 filename matching
8+
* Wait for the Load Balancer to become active before proceeding
9+
* Add option 'Scheme' for alb config
10+
* Allow full path exclusions while packaging
11+
* Workaround for werkzeug incompatibility
12+
* And assorted fixes
13+
314
## 0.50.0
415
* Updated manylinux to support manylinux1/manylinux2010/manylinux2014 packages
516
* Fixed issue with duplicated cookie headers in API Gateway

zappa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
'Zappa (and AWS Lambda) support the following versions of Python: {}'.format(formatted_supported_versions))
99
raise RuntimeError(err_msg)
1010

11-
__version__ = '0.50.0'
11+
__version__ = '0.51.0'

0 commit comments

Comments
 (0)