What's Changed
- Added throw error when event function name is long by @goya813 in #1205
- Skip loading credentials for save-python-settings-file by @suriya in #1008
- Never use root logger to allow filtering zappa logs with greater ease by @bagage in #1277
- Configures 'pre-commit' hooks for Zappa's development tools by @javulticat in #1284
- Improve bad code example in README by @javulticat in #1281
- Fix/exclude add when initial zappa setting by @kyaryunha in #1242
- 🐛 fix case where files external to the package build temp file path can be deleted by @monkut in #1266
- 📝 add "Pypi lookup failed" error message output. by @monkut in #1268
- Add support for Py3.12; drop support for Py3.7 by @javulticat in #1292
- Fix line that was missed when dropping Py3.7 support by @javulticat in #1297
- Adds automated handling of inactive issues/PRs (dry-run) by @javulticat in #1296
- Update '.gitignore' with official files (https://github.com/github/gitignore) by @javulticat in #1295
- Fix typo breaking new automation for handling inactive issues/PRs by @javulticat in #1298
- Update and lock linting tool versions to keep dev env stable by @javulticat in #1301
- Update formatting in README.md by @bt in #1226
- Enable live runs of repo maintenence job via manual trigger by @javulticat in #1300
- Add permission needed for actions/stale statefulness by @javulticat in #1321
- Schedule automated repo maintenance to run autonomously by @javulticat in #1322
- Run repo maintenance every 30 mins instead of every 2 hrs to increase throughput by @javulticat in #1323
- New fully automated process to build/tag/release (GitHub) & publish (PyPi) versions by @javulticat in #1324
- 'find_module' removed in Py3.12; use 'find_spec' instead by @javulticat in #1320
- Remove deprecated zappa.async module by @javulticat in #1326
- Improve quality of auto-generated release notes by @javulticat in #1327
- Prepare for version 0.59.0 release by @javulticat in #1328
New Contributors
- @goya813 made their first contribution in #1205
- @bagage made their first contribution in #1277
- @kyaryunha made their first contribution in #1242
- @bt made their first contribution in #1226
Full Changelog: 0.58.0...0.59.0