We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xp-framework/http
1 parent 3905019 commit a6a985fCopy full SHA for a6a985f
2 files changed
ChangeLog.md
@@ -3,6 +3,10 @@ AWS Lambda change log
3
4
## ?.?.? / ????-??-??
5
6
+## 7.1.0 / 2026-04-25
7
+
8
+* Made compatible with `xp-framework/http` version 11.0 - @thekid
9
10
## 7.0.1 / 2026-02-22
11
12
* Fixed issue #31: Event is not always an array (when using JSON library
composer.json
@@ -7,7 +7,7 @@
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^12.0 | ^11.0 | ^10.14",
- "xp-framework/http": "^10.0 | ^9.0",
+ "xp-framework/http": "^11.0 | ^10.0 | ^9.0",
"xp-framework/zip": "^11.0 | ^10.0",
"xp-forge/aws": "^3.0 | ^2.0",
13
"xp-forge/json": "^6.0 | ^5.0",
0 commit comments