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