File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments