stack.pulse
#stacks/express/framework

Express release notes, breaking changes, and upgrade notes.

Fast, unopinionated, minimalist web framework for Node.js StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
5
breaking
2
security
4
deprecated
1
migrations
0

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

Express releases from GitHub

StackPulse watches Express release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
v4.22.1criticalbreakingsecurityDec 1, 2025

v4.22.1

This release reverts an erroneous breaking change introduced in version 4.22.0 related to the extended query parser, which was mistakenly associated with a rejected CVE (CVE-2024-51999).

affected

Users who upgraded to version 4.22.0 and experienced issues with the extended query parser are affected.

action

Upgrade to version 4.22.1 to revert the erroneous change.

release_signals
!CVE-2024-51999 has been rejected and is not associated with any security vulnerability.
view source on github->
v5.2.1mediumbreakingsecurityDec 1, 2025

v5.2.1

This release reverts an erroneous breaking change from the prior release (5.2.0) related to the extended query parser. No security vulnerability was associated with this behavior.

affected

Users who experienced issues with the extended query parser in version 5.2.0 are affected.

action

Upgrade to version 5.2.1 to revert the erroneous change.

release_signals
!CVE-2024-51999 has been rejected, confirming no security vulnerability related to the extended query parser change.
view source on github->