Releases: zappa/Zappa
Releases · zappa/Zappa
0.62.1
0.62.0
What's Changed
- Remove special s3 function ARN handling by @codygordon in #1414
- Add WebSocket API Gateway support by @monkut in #1428
- Update setuptools version constraint in Pipfile by @CosmicAnalogue465 in #1423
- Fix: handle regions where Lambda Function URLs are not supported by @RemyTinco in #1426
- Add ASGI support and refactor codebase by @monkut in #1422
- Fix WebSocket handler registry empty at runtime by @monkut in #1430
- Fix
zappa initincluding app_function for Django projects by @monkut in #1431 - Add --payload option to zappa invoke command by @monkut in #1432
New Contributors
- @codygordon made their first contribution in #1414
- @CosmicAnalogue465 made their first contribution in #1423
Full Changelog: 0.61.4...0.62.0
0.61.4
0.61.3
What's Changed
Full Changelog: 0.61.2...0.61.3
0.61.2
What's Changed
- 🐛 Fix manylinux wheel matching for PEP 425 sorted platform tags by @monkut in #1401
- Add support for Python 3.14 by @magicmirror-peter in #1398
New Contributors
- @magicmirror-peter made their first contribution in #1398
Full Changelog: 0.61.1...0.61.2
0.61.1
What's Changed
Full Changelog: 0.61.0...0.61.1
0.61.0
What's Changed
- 🔥 🔧 Remove/depreciated pkg_resource usage and other depreciated usage by @monkut in #1384
- Feature/function url by @wangsha in #1183
- 🔥 remove kappa usage, replacing with similar internal representation by @monkut in #1386
- aws lambda now requires additional permission for function url: Invok… by @wangsha in #1393
- ✨ API Gateway v2 (HTTP API) Configuration Support by @monkut in #1391
- ✨ Implementation of
settingscommand for generating thezappa_settings.jsonvia CLI/ENVARS. by @monkut in #1385 - Lambda invocation qualifier and client-context option (#1368) by @oliviersels in #1394
- set root log level from zappa log_level by @ceturc in #1347
- Update "Executing in Response to AWS Events" section in README.md by @MirzaBaig715 in #1258
New Contributors
- @ceturc made their first contribution in #1347
- @MirzaBaig715 made their first contribution in #1258
- @oliviersels made their first contribution for #1368
Full Changelog: 0.60.2...0.61.0
0.60.2
0.60.1
0.60.0
What's Changed
- Update cli.py to fix incorrect error messaging by @lmuther8 in #1314
- remove usage of copytree from distutils by @sridhar562345 in #1352
- Add support for Lambda SnapStart by @wangsha in #1367
- Add Note for character limit of function path in events by @DilLip-Chowdary-Codes in #1189
- 🐛 🔧 fix Zappa.create_handler_venv win32 case wherestderror_result is None by @monkut in #1353
- 🔧 replace invalid website with valid github link by @monkut in #1371
- Add support for Python 3.13 in templates, CI, and codebase by @RemyTinco in #1364
- Remove depreciated python3.8 runtime support/Increment version -> 0.60.0 by @monkut in #1374
- 📝 Add note about the AWS Lambda Test Console available commands and usage. by @monkut in #1375
- Resolve warnings of regex library by @emmanuel-ferdman in #1376
New Contributors
- @lmuther8 made their first contribution in #1314
- @wangsha made their first contribution in #1367
- @DilLip-Chowdary-Codes made their first contribution in #1189
- @RemyTinco made their first contribution in #1364
- @emmanuel-ferdman made their first contribution in #1376
Full Changelog: 0.59.0...0.60.0