Releases: aarondfrancis/sidecar
v0.6.1
v0.6.0
🚨 Breaking change!
The default runtime for functions has been changed from Node 14 to Node 20. If you haven't explicitly declared the runtime in your function, this will change it to Node 20!
What's Changed
- Update for Laravel 11, PHP8 and ZipStream 3.1 by @drjdr in #139
- Config steps update - "Documentation" by @bookwyrm in #137
- Added option to configure number of backtraces in error message by @Froelund in #131
New Contributors
- @drjdr made their first contribution in #139
- @bookwyrm made their first contribution in #137
- @Froelund made their first contribution in #131
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Add Support for Laravel 11 by @stefanzweifel in #141
- Dropped tests for Laravel 8
Full Changelog: v0.4.2...v0.5.0
v0.4.2
v0.4.1
What's Changed
- Documents command options by @joedixon in #106
- AWS New users experience update by @tominal in #100
- Make warming actually work by @aarondfrancis in #110
New Contributors
Full Changelog: v0.4.0...v0.4.1
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
v0.3.12
0.3.12 - 2022-05-22
Changed
- Move
S3Client
to the container. by @lukeraymonddowning in #72
Fixed
New Contributors
- @lukeraymonddowning made their first contribution in #72
Full Changelog: v0.3.11...v0.3.12
v0.3.11
v0.3.10
What's Changed
Added
- Add ECR permissions to deployment user by @bakerkretzmar in #62
- Add ability to configure ephemeral storage size by @bakerkretzmar in #71
Fixed
- Replace DIRECTORY_SEPARATOR with '/' by @w00key in #69
- Gracefully handle unexpected log output by @inxilpro in #66
New Contributors
- @bakerkretzmar made their first contribution in #62
- @w00key made their first contribution in #69
- @inxilpro made their first contribution in #66
Full Changelog: v0.3.9...v0.3.10
v0.3.9
What's Changed
- Add new runtimes to README by @datashaman in #59
- Add support for Guzzle v6 by @wilsenhc in #58
New Contributors
- @datashaman made their first contribution in #59
- @wilsenhc made their first contribution in #58
Full Changelog: v0.3.8...v0.3.9