Skip to content

Releases: expressjs/express

v4.22.2

11 May 18:54

Choose a tag to compare

What's Changed

  • fix: restore >20 array parsing for req.query repeated keys (8d09bfe6)
    • 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.
  • deps: qs@~6.15.1
  • deps: body-parser@~1.20.5

New Contributors

Full Changelog: v4.22.1...v4.22.2

v5.2.1

01 Dec 20:54

Choose a tag to compare

What's Changed

Important

The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.

Full Changelog: v5.2.0...v5.2.1

v5.2.0

01 Dec 16:21
4007ad1

Choose a tag to compare

Important: Security

What's Changed

New Contributors

Full Changelog: v5.1.0...v5.2.0

v4.22.1

01 Dec 20:55

Choose a tag to compare

What's Changed

Important

The prior release (4.22.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.

Full Changelog: 4.22.0...v4.22.1

4.22.0

01 Dec 16:19
49744ab

Choose a tag to compare

Important: Security

What's Changed

Full Changelog: 4.21.2...4.22.0

5.0.1

08 Oct 19:41
d14b2de

Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...5.0.1

v5.1.0

31 Mar 14:04

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.1...v5.1.0

4.21.2

05 Dec 22:41
1faf228

Choose a tag to compare

What's Changed

Full Changelog: 4.21.1...4.21.2

4.21.1

08 Oct 18:38
8e229f9

Choose a tag to compare

What's Changed

Full Changelog: 4.21.0...4.21.1

4.21.0

11 Sep 22:34

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.20.0...4.21.0