Skip to content

release: 4.22.2#7225

Merged
jonchurch merged 1 commit into
expressjs:4.xfrom
jonchurch:release/4.22.2
May 11, 2026
Merged

release: 4.22.2#7225
jonchurch merged 1 commit into
expressjs:4.xfrom
jonchurch:release/4.22.2

Conversation

@jonchurch
Copy link
Copy Markdown
Member

What's Changed

  • Closes the req.query array parsing regression introduced in 4.22.0 once qs 6.14.1 was published. The fix sets arrayLimit: 1000 on the extended query parser. 8d09bfe
  • Coordinated body-parser@~1.20.5 + qs@~6.15.1 bumps so express and body-parser dedup to a single qs install.

Full Changelog: v4.22.1...4.x

@jonchurch
Copy link
Copy Markdown
Member Author

jonchurch commented May 8, 2026

wow hit a timing flake twice in a row, I think GHA is under resource contention rn. never seen that flake before.

1) res
       .clearCookie(name, options)
         should set both maxAge and expires when passed:
     Error: expected "Set-Cookie" of "sid=; Max-Age=10; Path=/; Expires=Fri, 08 May 2026 21:41:32 GMT",
     got "sid=; Max-Age=10; Path=/; Expires=Fri, 08 May 2026 21:41:33 GMT"

Comment thread History.md Outdated
Copy link
Copy Markdown
Member

@UlisesGascon UlisesGascon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Just update the date before releasing :)

Update History.md

Co-authored-by: krzysdz <12915102+krzysdz@users.noreply.github.com>
@jonchurch
Copy link
Copy Markdown
Member Author

force pushed to update the date in the History.md

@jonchurch jonchurch merged commit df0abc9 into expressjs:4.x May 11, 2026
192 of 197 checks passed
Comment thread History.md
@@ -1,7 +1,7 @@
unreleased
4.22.2 / 2026-05-011
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo

Suggested change
4.22.2 / 2026-05-011
4.22.2 / 2026-05-11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants