We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xp-forge/lambda
1 parent a0bbe0b commit 687bb00Copy full SHA for 687bb00
2 files changed
ChangeLog.md
@@ -3,6 +3,12 @@ AWS Lambda Webservices change log
3
4
## ?.?.? / ????-??-??
5
6
+## 4.0.0 / 2026-02-14
7
+
8
+* Made compatible with `xp-forge/lambda` version 7.0, which uses AL2023
9
+ instead of AL2, which has an EOL date of June 2026. Dropped support
10
+ for version 5.0 of this library at the same time.
11
+ (@thekid)
12
* Added PHP 8.6 to the test matrix - @thekid
13
14
## 3.0.0 / 2025-05-05
composer.json
@@ -7,7 +7,7 @@
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^12.0 | ^11.0 | ^10.0",
- "xp-forge/lambda": "^6.0 | ^5.0",
+ "xp-forge/lambda": "^7.0 | ^6.0",
"xp-forge/web": "^4.0 | ^3.0",
"php": ">=7.4.0"
},
0 commit comments