Releases: xp-forge/lambda
Releases · xp-forge/lambda
9.2.0: XP Runners @ GitHub
- Build runtime with XP runners from GitHub. See xp-runners/reference#90
(@thekid)
6.1.0: No default memory limit
6.0.0: PHP 7.4+
- Heads up: Dropped support for PHP < 7.4, see xp-framework/rfc#343
(@thekid) - Added PHP 8.5 to test matrix - @thekid
5.4.0: AWS library compatibility
- Made compatible with https://github.com/xp-forge/aws version 2.0
(@thekid)
5.3.0: XP 12 compatibility
5.2.0: Zip library compatibility
- Made compatible with https://github.com/xp-framework/zip version 11.0
(@thekid)
5.1.0: Symlink support
5.0.0: Response streaming
This major release add support for response streaming, currently only implemented by the NodeJS runtimes on AWS. For implementation details, see https://github.com/xp-forge/lambda#response-streaming
4.6.0: Run files
4.5.0: Handler checks
- Check whether configured / passed handler extends the
Handlerbase
class and fail with a dedicated error message otherwise
(@thekid)