Skip to content

Commit df0abc9

Browse files
jonchurchkrzysdz
andcommitted
4.22.2
Update History.md Co-authored-by: krzysdz <12915102+krzysdz@users.noreply.github.com>
1 parent 836d366 commit df0abc9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

History.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
unreleased
1+
4.22.2 / 2026-05-011
22
==========
33

4-
* fix: restore >20 array parsing for req.query repeated keys (8d09bfe6)
4+
* fix: restore >20 array parsing for `req.query` repeated keys ([`8d09bfe6`](https://github.com/expressjs/express/commit/8d09bfe6d88983da5c3e12cfdd54782c4dc675db))
55
* This also unifies array-cap behavior across notations. Indexed notation (`a[0]=...`) was historically capped at qs's default `arrayLimit` of 20 even in older qs versions; after this change it also allows up to 1000 items.
66
* deps: qs@~6.15.1
77
* deps: body-parser@~1.20.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "express",
33
"description": "Fast, unopinionated, minimalist web framework",
4-
"version": "4.22.1",
4+
"version": "4.22.2",
55
"author": "TJ Holowaychuk <tj@vision-media.ca>",
66
"contributors": [
77
"Aaron Heckmann <aaron.heckmann+github@gmail.com>",

0 commit comments

Comments
 (0)