Releases: xp-forge/lambda
Releases · xp-forge/lambda
3.1.0: AWS SDK support
- Enabled SimpleXML extension in order to be able to support AWS SDK
see #8 (comment)
(@thekid)
3.0.2: JSON library compatibility
- Made library compatible with new major release of
xp-forge/json
(@thekid)
3.0.1: XP 11 compatibility
- Made library compatible with XP 11, newer
xp-framework/ziplibrary
(@thekid)
3.0.0: Process API
This major release drops backwards compatibility with older XP Framework releases. XP 10 was released roughly two years ago at the time of writing.
- Merged PR #13: Refactor container execution to Process API provided by
XP 10.14. Drops BC with XP 9 and lower, see xp-framework/rfc#341.
(@thekid)
2.3.0: XML support
2.2.0: Podman support
2.1.1: Fix $_ENV accesses
2.1.0: BCMath, faster PHP builds
2.0.0: Packaging
This major release changes the packaging defaults. This way, files to be incuded can be specified more flexibly via command line arguments.
- Increased code coverage for classes in public API to 100%, see issue #6
(@thekid) - Fixed
Context::remainingTime()'s return type, which can include NULL.
(@thekid) - Changed packaging to no longer include
srcdirectory automatically,
it might contain static resources like e.g. a web application's images.
Typically,xp lambda package src/main/phpwill be what you want.
(@thekid)