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