All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Sidecar dependency version constraint
- Laravel 11 support
- Fetching Lambda layers locally with wrong URL (not faking environment on the process)
- Error handling when fetching function layers (checking compatible runtimes & architectures)
- Issue with Apple Silicon and ARM-based devices running images from Docker Hub (#4)
- Support for Lambda layers, locally downloaded and merged into
resources/layers/FunctionName
- Support for
beforeDeployment
hook function
- Docker restart policy
- Command
sidecar:local
stop and run options not triggering
- Initial release!