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

Changelog History
Page 6

  • v0.29.0 Changes

    • โž• Adds extends syntax to settings file.
    • ๐Ÿ›  Fixes Django migrations, #464
    • โž• Adds support for manylinux wheels! #398
    • ๐Ÿ›  Fixes multiple events in status command
    • ๐Ÿ›  Fixes support for certify on apex domains, #451
  • v0.28.3 Changes

    • Filter private hosted zones to avoid conflicts while certifying
    • ๐Ÿ›  Fix small Python3 bug (#457)
    • ๐Ÿ›  Fix for #453 (windows os.path)
    • ๐Ÿ‘ป Re-raise Zappa exception with full traceback
    • ๐Ÿ›  Skip pyc on django migrations, fixes #436
    • โœ‚ Delete correct domain name, #448
  • v0.28.2 Changes

    • โž• added region and lambda name to not deployed error
  • v0.28.1 Changes

    • โž• Add "global" mode to init. Expect a blog post soon!
    • ๐Ÿ”จ Small refactors and dependency upgrades.
  • v0.28.0 Changes

    • --json for machine readable status output
    • ๐Ÿš€ --all for global deployment prep
    • ๐Ÿ‘ Better exit code handling
    • Get AWS region from profile if not set in zappa_settings.json
    • ๐Ÿ›  Fix broken Django management command invocation
    • โž• Add Kinesis permission
    • โž• Add capability to specify authoriser arn
    • ๐Ÿ”จ Various refactors and small fixes
  • v0.27.1 Changes

    • โฌ†๏ธ Bump lambda-packages
    • ๐Ÿ›  Fix new Django unicode problems (#397)
    • Ensure env vars are strings via @scoates
    • ๐Ÿ›  Fix #382
  • v0.27.0 Changes

    • โœ‚ Remove many hacks using new API Gateway features.
      • Closes #303, #363, #361
      • See the blog post for more details!
    • โฌ†๏ธ Bump dependencies - make sure you reinstall your requirements!
    • ๐Ÿ‘Œ Improved stack update handling.
  • v0.26.1 Changes

    • Warn on namespace collisions.
    • โฌ†๏ธ Bump lambda-packages version.
  • v0.26.0 Changes

    • ๐Ÿ”ง Use simplified API Gateway configuration, via @koriaf.
    • โž• Add better support for use_apigateway without any supplied app function. Reported by @mguidone.
    • Truncate illegally long event functions names. Reported by @mguidone.
  • v0.25.1 Changes

    • โœ‚ Remove 'boto' from default excludes. #333, thanks Claude!
    • Don't allow invalid API Gateway characters in the config. Thanks @scoates!
    • ๐Ÿ‘ Better respect for use_apigateway in update command.
    • Avoids hang with API Gateway limit reached.
    • ๐Ÿ›  Fix DynamoDB/Kinesis event sources, add docs. Big thanks Claude!