Never miss a release that matters

AI-powered summaries of every GitHub release.

AI Summaries

Changelogs condensed into clear, actionable insights.

Always Free

Track up to 5 packages at no cost, forever.

Weekly Digest

A curated summary of every release, delivered weekly.

Get Started Free
expressv4.x
91 releases

TL;DR

Express now correctly parses query strings with more than 20 repeated keys, resolving an issue with large arrays in URLs (web application parameters).

Fixes Worth Knowing

Repeated keys in req.query (URL parameters) are now handled correctly, allowing for arrays larger than 20 items. This resolves inconsistencies in how indexed and standard query parameters were parsed.

v4.22.2v4.22.2
May 11, 2026
v4.22.1v4.22.1
Dec 1, 2025
4.22.04.22.0
Dec 1, 2025
4.21.24.21.2
Dec 5, 2024
4.21.14.21.1
Oct 8, 2024
4.21.04.21.0
Sep 11, 2024
4.20.04.20.0
Sep 10, 2024
4.19.24.19.2
Mar 25, 2024
4.19.14.19.1
Mar 25, 2024
4.19.04.19.0
Mar 20, 2024
4.18.34.18.3
Feb 29, 2024
4.18.24.18.2
Oct 8, 2022
4.18.14.18.1
Apr 29, 2022
4.18.04.18.0
Apr 25, 2022
4.17.34.17.3
Feb 17, 2022
4.17.24.17.2
Dec 17, 2021
4.17.14.17.1
May 26, 2019
4.17.04.17.0
May 17, 2019
4.16.44.16.4
Oct 11, 2018
4.16.34.16.3
Mar 12, 2018
4.16.24.16.2
Oct 19, 2017
4.16.14.16.1
Oct 5, 2017
4.16.04.16.0
Oct 5, 2017
4.15.54.15.5
Sep 25, 2017
4.15.44.15.4
Aug 7, 2017
4.15.34.15.3
May 17, 2017
4.15.24.15.2
Mar 6, 2017
4.15.14.15.1
Mar 6, 2017
4.15.04.15.0
Mar 1, 2017
4.14.14.14.1
Jan 28, 2017
4.14.04.14.0
Jun 16, 2016
4.13.44.13.4
Feb 10, 2016
4.13.34.13.3
Aug 3, 2015
4.13.24.13.2
Jul 31, 2015
4.13.14.13.1
Jul 6, 2015
4.13.04.13.0
Jun 21, 2015
4.12.44.12.4
May 18, 2015
4.12.34.12.3
Mar 17, 2015
4.12.24.12.2
Mar 3, 2015
4.12.14.12.1
Mar 2, 2015
4.12.04.12.0
Feb 23, 2015
4.11.24.11.2
Feb 1, 2015
4.11.14.11.1
Jan 21, 2015
4.11.04.11.0
Jan 14, 2015
4.10.84.10.8
Jan 13, 2015
4.10.74.10.7
Jan 5, 2015
4.10.64.10.6
Dec 13, 2014
4.10.54.10.5
Dec 11, 2014
4.10.44.10.4
Nov 25, 2014
4.10.34.10.3
Nov 23, 2014
4.10.24.10.2
Nov 10, 2014
4.10.14.10.1
Oct 29, 2014
4.10.04.10.0
Oct 24, 2014
4.9.84.9.8
Oct 18, 2014
4.9.74.9.7
Oct 10, 2014
4.9.64.9.6
Oct 9, 2014
4.9.54.9.5
Sep 25, 2014
4.9.44.9.4
Sep 20, 2014
4.9.34.9.3
Sep 18, 2014
4.9.24.9.2
Sep 18, 2014
4.9.14.9.1
Sep 17, 2014
4.9.04.9.0
Sep 9, 2014
4.8.84.8.8
Sep 5, 2014
4.8.74.8.7
Aug 30, 2014
4.8.64.8.6
Aug 28, 2014
4.8.54.8.5
Aug 27, 2014
4.8.44.8.4
Aug 19, 2014
4.8.34.8.3
Aug 18, 2014
4.8.24.8.2
Aug 18, 2014
4.8.14.8.1
Aug 18, 2014
4.8.04.8.0
Aug 18, 2014
4.7.44.7.4
Aug 18, 2014
4.7.34.7.3
Aug 18, 2014
4.7.24.7.2
Jul 27, 2014
4.7.14.7.1
Jul 26, 2014
4.7.04.7.0
Jul 26, 2014
4.6.14.6.1
Jul 13, 2014
4.6.04.6.0
Jul 12, 2014
4.5.14.5.1
Jul 6, 2014
4.5.04.5.0
Jul 5, 2014
4.4.54.4.5
Jun 27, 2014
4.4.44.4.4
Jun 20, 2014
4.4.34.4.3
Jun 12, 2014
4.4.24.4.2
Jun 10, 2014
4.4.14.4.1
Jun 3, 2014
4.4.04.4.0
May 31, 2014
4.3.24.3.2
May 29, 2014
4.3.14.3.1
May 23, 2014
4.3.04.3.0
May 21, 2014
4.2.04.2.0
May 12, 2014
4.1.24.1.2
May 8, 2014
expressv5.x
5 releases

TL;DR

Express has been updated to address a security vulnerability (CVE-2024-51999) and, after a brief regression, the fix has been fully reverted.

Breaking

  • The initial fix for CVE-2024-51999 in v5.2.0 was reverted in v5.2.1, restoring previous behavior. (Security vulnerability fix)

New

  • CVE-2025-13466 Fix: Updated body-parser to version 2.2.1 to mitigate a recently discovered security issue.

Fixes Worth Knowing

  • Deprecated req.connection is replaced with req.socket for improved compatibility.
  • Redirect arguments now display deprecation warnings.
  • Various dependency updates improve security and stability.
  • CI/CD pipeline updates for faster and more reliable builds.

Before You Upgrade

  • No specific action is required, but it's recommended to review your application's redirects to prepare for the eventual removal of undefined arguments.
v5.2.1v5.2.1
Dec 1, 2025
v5.2.0v5.2.0
Dec 1, 2025
v5.1.0v5.1.0
Mar 31, 2025
v5.0.15.0.1
Oct 8, 2024
v5.0.05.0.0
Sep 10, 2024
expressv5.xprerelease
11 releases

TL;DR

Express 4.19.0 is released, including numerous dependency updates, documentation improvements, and bug fixes to enhance stability and developer experience.

Breaking

  • Non-integer status codes are now deprecated in version 4 (HTTP status codes).

New

  • Root support was added to res.download() (function for sending files).
  • Node.js versions 16.18, 18.12, and 19.7 are now supported in CI (Continuous Integration) testing.

Fixes Worth Knowing

  • Fixed a bug related to favicons in the cookie-sessions example.
  • Resolved typos and documentation inconsistencies throughout the codebase.
  • Corrected issues with test timeouts and port conflicts.
  • Improved JSDoc (documentation generation) clarity.

Before You Upgrade

  • Review your code for usage of non-integer HTTP status codes and update them accordingly to avoid future deprecation warnings.
v5.0.0-beta.3v5.0.0-beta.3
Mar 25, 2024
5.0.0-beta.25.0.0-beta.2
Mar 25, 2024
v5.0.0-beta.15.0.0-beta.1
Feb 15, 2022
5.0.0-alpha.85.0.0-alpha.8
Mar 26, 2020
5.0.0-alpha.75.0.0-alpha.7
Oct 27, 2018
5.0.0-alpha.65.0.0-alpha.6
Sep 25, 2017
5.0.0-alpha.55.0.0-alpha.5
Mar 6, 2017
5.0.0-alpha.45.0.0-alpha.4
Mar 2, 2017
5.0.0-alpha.35.0.0-alpha.3
Jan 29, 2017
5.0.0-alpha.25.0.0-alpha.2
Jul 7, 2015
5.0.0-alpha.15.0.0-alpha.1
Nov 7, 2014
expressv3.x
58 releases

TL;DR

Express now includes performance improvements and stricter code standards, resulting in a more efficient and reliable web application framework.

Fixes Worth Knowing

Empty headers will no longer be incorrectly set, resolving potential issues with request/response handling.

Before You Upgrade

Ensure your code adheres to modern JavaScript standards to take full advantage of the new strict mode enforcement.

3.21.23.21.2
Jul 31, 2015
3.21.13.21.1
Jul 6, 2015
3.21.03.21.0
Jun 19, 2015
3.20.33.20.3
May 18, 2015
3.20.23.20.2
Mar 17, 2015
3.20.13.20.1
Mar 1, 2015
3.20.03.20.0
Feb 19, 2015
3.19.23.19.2
Feb 1, 2015
3.19.13.19.1
Jan 21, 2015
3.19.03.19.0
Jan 9, 2015
3.18.63.18.6
Dec 13, 2014
3.18.53.18.5
Dec 12, 2014
3.18.43.18.4
Nov 23, 2014
3.18.33.18.3
Nov 9, 2014
3.18.23.18.2
Oct 29, 2014
3.18.13.18.1
Oct 23, 2014
3.18.03.18.0
Oct 18, 2014
3.17.83.17.8
Oct 16, 2014
3.17.73.17.7
Oct 8, 2014
3.17.63.17.6
Oct 3, 2014
3.17.53.17.5
Sep 24, 2014
3.17.43.17.4
Sep 20, 2014
3.17.33.17.3
Sep 18, 2014
3.17.23.17.2
Sep 16, 2014
3.17.13.17.1
Sep 9, 2014
3.17.03.17.0
Sep 9, 2014
3.16.103.16.10
Sep 5, 2014
3.16.93.16.9
Aug 30, 2014
3.16.83.16.8
Aug 28, 2014
3.16.73.16.7
Aug 19, 2014
3.16.63.16.6
Aug 19, 2014
3.16.53.16.5
Aug 18, 2014
3.16.43.16.4
Aug 18, 2014
3.16.33.16.3
Aug 18, 2014
3.16.23.16.2
Aug 18, 2014
3.16.13.16.1
Aug 18, 2014
3.16.03.16.0
Aug 18, 2014
3.15.33.15.3
Aug 18, 2014
3.15.23.15.2
Jul 27, 2014
3.15.13.15.1
Jul 26, 2014
3.15.03.15.0
Jul 23, 2014
3.14.03.14.0
Jul 11, 2014
3.13.03.13.0
Jul 4, 2014
3.12.13.12.1
Jun 26, 2014
3.12.03.12.0
Jun 22, 2014
3.11.03.11.0
Jun 20, 2014
3.10.53.10.5
Jun 12, 2014
3.10.43.10.4
Jun 9, 2014
3.10.33.10.3
Jun 6, 2014
3.10.23.10.2
Jun 4, 2014
3.10.13.10.1
Jun 3, 2014
3.10.03.10.0
Jun 3, 2014
3.9.03.9.0
May 31, 2014
3.8.13.8.1
May 28, 2014
3.8.03.8.0
May 21, 2014
3.7.03.7.0
May 18, 2014
3.6.03.6.0
May 9, 2014
3.5.33.5.3
May 8, 2014