All Versions
65
Latest Version
Avg Release Cycle
74 days
Latest Release
-

Changelog History
Page 1

  • v0.52.0 Changes

    • โœ‚ Remove dateutil version restriction
    • ๐Ÿ›  Fix failed downloads of wheel packages with non-alphanumeric characters
    • ๐Ÿš€ Last release from Miserlou/Zappa
    • โœ‚ Removed references to zappa.io
  • v0.51.0 Changes

    March 09, 2020
    • 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
  • v0.50.0 Changes

    February 20, 2020
    • โšก๏ธ Updated manylinux to support manylinux1/manylinux2010/manylinux2014 packages
    • ๐Ÿ›  Fixed issue with duplicated cookie headers in API Gateway
    • โšก๏ธ Various maintenance updates to the README file
    • โœ‚ Remove old python 2.7 code (not all yet)
    • ๐Ÿ“ฆ Use pip-tools to manage dependencies (and remove pinned dependencies from the package)
    • โž• Add option for concurrency limit
    • ๐Ÿ‘‰ Use safe_load with YAML
    • ๐Ÿ‘Œ Support for ABI3 binary packages (particularly cryptography)
    • โœ‚ Remove dependency on lambda-packages
  • v0.49.0 Changes

    February 05, 2020
    Added support for Python 3.8
    Fixed boto3 reporting of long names
    Added support for new AWS Regions
    Minor bug and README fixes
    
  • v0.48.2 Changes

    March 20, 2019
    • ๐Ÿ‘ Last version with Python 2.7 support.
    • ๐Ÿ›  Fix for invalid values of HTTP_HOST and others (introduced in 0.48.0)
  • v0.48.1 Changes

    March 19, 2019
    • ๐Ÿ›  Fix for an issue where you couldn't update a function if it had been deployed with a version prior to 0.48.0
    • ๐Ÿ‘Œ Support for private (VPC-only) API Gateway endpoints
  • v0.48.0 Changes

    • ๐Ÿ—„ Deprecation of zappa.async because async is a reserved word in 3.7, please use zappa.asynchronous
    • ๐Ÿ‘Œ Support for Application Load Balancer as an alternative to API Gateway
    • ๐Ÿ‘Œ Improvements in manylinux wheel downloads
    • ๐Ÿ‘Œ Support for multi-value query strings
    • ๐Ÿ‘ Python 3.7 support
    • ๐Ÿ‘Œ Support for multi-value headers
    • ๐Ÿ‘Œ Support for the new 256kB async limit
    • ๐Ÿ“š Bunch of small typos, fixes and documentation improvements
    • โœ… Use Django 2 on tests with python 3
    • Stop applying tags on buckets not created by zappa
    • ๐Ÿš€ Be more forgiving on 504 errors during deployment
    • ๐Ÿ›  Fix cleanup of DynamoDB table for async tasks
    • Detection of invalid bucket names
    • โœ… Flake8 checks added to tests
  • v0.47.1 Changes

    • ๐Ÿ– Handle accounts with more than 100 domains in route 53
    • โฌ†๏ธ Force requests upgrade to 2.20.0 for compatibility with urllib3 1.24
    • ๐Ÿ‘ Allow defining API Gateway policies (including restricting access to one IP address)
  • v0.47.0 Changes

    October 12, 2018
    • ๐Ÿ‘Œ Support for SQS events
    • โž• Added test to enforce running of doctoc
    • โž• Add support for running django as a WSGI app (for NewRelic and others)
    • โšก๏ธ Updates AWS regions for lambda and API Gateway
    • ๐Ÿ›  Fix support for gcloud and other packages with slim_handler
    • โž• Add --disable-keep-open to zappa tail
    • โšก๏ธ Dependency updates
    • ๐Ÿ›  Fix pyenv invocation
    • โž• Add custom base_path stripping support
    • ๐Ÿ“š Multiple documentation fixes and improvements
    • ๐Ÿš€ first iteration of a documented deploy policy
  • v0.46.2 Changes

    July 18, 2018
    • ๐Ÿš‘ hotfix for creating virtual environments