We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b741420 + 9594851 commit c46d464Copy full SHA for c46d464
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Zappa Changelog
2
3
+## 0.48.2
4
+* Fix for invalid values of HTTP_HOST and others (introduced in 0.48.0)
5
+
6
## 0.48.1
7
* Fix for an issue where you couldn't update a function if it had been deployed with a version prior to 0.48.0
8
* Support for private (VPC-only) API Gateway endpoints
zappa/__init__.py
@@ -11,4 +11,4 @@
11
'Zappa (and AWS Lambda) support the following versions of Python: {}'.format(formatted_supported_versions)
12
raise RuntimeError(err_msg)
13
14
-__version__ = '0.48.1'
+__version__ = '0.48.2'
0 commit comments