What’s New

express v5.2.0

v5.2.0
Changed
  • Simplify acceptsLanguages implementation using spread operator
  • Use req.socket over deprecated req.connection
  • Use node protocol for querystring
  • Enforce explicit Buffer import and add lint rule
  • Use cached slice in app.listen
Fixed
  • Upgrade body-parser to 2.2.1 to address CVE-2025-13466
Deprecated
  • Add deprecation warnings for redirect arguments undefined
Security
  • Fix security vulnerability CVE-2024-51999
Important: Security
What's Changed
New Contributors

Full Changelog: https://github.com/expressjs/express/compare/v5.1.0...v5.2.0

View original