Skip to content

Commit a6a985f

Browse files
committed
Make compatible with xp-framework/http version 11.0
1 parent 3905019 commit a6a985f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ AWS Lambda change log
33

44
## ?.?.? / ????-??-??
55

6+
## 7.1.0 / 2026-04-25
7+
8+
* Made compatible with `xp-framework/http` version 11.0 - @thekid
9+
610
## 7.0.1 / 2026-02-22
711

812
* Fixed issue #31: Event is not always an array (when using JSON library

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"keywords": ["module", "xp"],
88
"require" : {
99
"xp-framework/core": "^12.0 | ^11.0 | ^10.14",
10-
"xp-framework/http": "^10.0 | ^9.0",
10+
"xp-framework/http": "^11.0 | ^10.0 | ^9.0",
1111
"xp-framework/zip": "^11.0 | ^10.0",
1212
"xp-forge/aws": "^3.0 | ^2.0",
1313
"xp-forge/json": "^6.0 | ^5.0",

0 commit comments

Comments
 (0)