v0.4.0
🚨 This is a breaking release
🚨 Function naming algorithm was changed to support long prefixes, long function names, and previously invalid characters. This is a breaking change because the names of your current functions might change with using the new naming scheme. After upgrading to Sidecar 0.4.0, it might deploy a new version of your function even if nothing has changed, because of the new naming scheme. See more in #30 and #60.
🚨 Support for Laravel 7 and PHP 7.2 have been dropped.
🚨 Unsupported Lambda runtimes have been removed. See #90 for more.
Full list of what's Changed
- Update test matrices by @aarondfrancis in #77
- Add Node.js 16.x runtime to all docs by @wilsenhc in #82
- Improve LambdaFunction naming and prefix convention by @maurocasas in #30
- Adding Laracasts reference by @binaryk in #80
- Add
sidecar.app_name
config variable by @wilsenhc in #83 - Timeout is specified in seconds by @wilsenhc in #81
- Add Support for Laravel 10 by @stefanzweifel in #101
- Add support for PHP 8.2 by @wilsenhc in #98
- BREAKING CHANGE: Removing unsupported runtimes by @nexxai in #90
- Allow tagging functions by @wilsenhc in #86
New Contributors
- @maurocasas made their first contribution in #30
- @binaryk made their first contribution in #80
- @stefanzweifel made their first contribution in #101
- @nexxai made their first contribution in #90
Full Changelog: v0.3.12...v0.4.0