v4.22.2
Changed
- Update qs to ~6.15.1
- Update body-parser to ~1.20.5
Fixed
- Restore >20 array parsing for req.query repeated keys and unify array-cap behavior across notations to allow up to 1000 items
What's Changed
- fix: restore >20 array parsing for
req.queryrepeated keys (8d09bfe6)- This also unifies array-cap behavior across notations. Indexed notation (
a[0]=...) was historically capped at qs's defaultarrayLimitof 20 even in older qs versions; after this change it also allows up to 1000 items.
- This also unifies array-cap behavior across notations. Indexed notation (
- deps: qs@~6.15.1
- deps: body-parser@~1.20.5
New Contributors
- @suuuuuuminnnnnn made their first contribution in https://github.com/expressjs/express/pull/7021
- @SAY-5 made their first contribution in https://github.com/expressjs/express/pull/7181
Full Changelog: https://github.com/expressjs/express/compare/v4.22.1...v4.22.2