Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 CHANGELOG.md update for 0.56.0 release #1187

Merged
merged 13 commits into from
Dec 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Zappa Changelog

## 0.56.0
* Not recognizing virtaulenv created with pyenv (#1132)
* Remove six from zappa dependencies (#1164)
* Handle optional space in x-forwarded-for header (#1127)
* [Migrated] #2077 Fix url decoding for query string (#879)
* [Migrated] [async] Check if args/kwargs are JSON Serializable while running locally (#704)
* [Migrated] Add on Docs: event_source from S3 with key_filters (#446)
* [Migrated] Logs are missing query strings (#410)
* [Migrated] Update BINARY_SUPPORT to use Content-Encoding to identify if data is binary (#908)
* Remove obsolete check for Django version < 1.7 (#1158)
* [Migrated] s3 zip includes files that should be matched by the exclude setting (#422)
* Add exclude_glob documentation (#1052)
* Unable to schedule SQS Batch Size of greater than 10 (#1117)
* [Migrated] s3 zip includes files that should be matched by the exclude setting (#422)
* Allow any Python version if using Docker image for Lambda (#1140)
* Incorrect hosted zone match (#1190)
* Issue while trying to install or download zappa without binary file (#1199)

## 0.55.0
* Fix "cd workflow fired event outside of the create tags event" (#1152)
* Remove 'futures' package requirement (#826,#808)
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include README.md LICENSE requirements.txt test_requirements.txt requirements.in test_requirements.in
include README.md LICENSE Pipfile
recursive-include zappa *.py
2 changes: 1 addition & 1 deletion zappa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def running_in_docker() -> bool:
raise RuntimeError(err_msg)


__version__ = "0.55.0"
__version__ = "0.56.0"