express Releases
128 releases of expressjs/express
- 4.9.5
Express 4.9.5 is a patch release focused on updating dependencies. It updates etag, proxy-addr, send, and serve-static to their latest versions, with proxy-addr now utilizing the `forwarded` npm module for improved functionality.
Sep 25, 2014
- 3.17.5
This is a minor patch release (3.17.5) of Express.js focused on updating various dependencies to their latest versions for improved stability and bug fixes.
Sep 24, 2014
- 4.9.4
Express 4.9.4 is a minor bug fix release that updates the qs (query string) dependency to version 2.2.4 to resolve an issue where object keys starting with numbers were being truncated.
Sep 20, 2014
- 3.17.4
This is a minor dependency update release for Express 3.17.4 that updates the connect, body-parser, and qs dependencies to their latest patch versions.
Sep 20, 2014
- 4.9.3
Express 4.9.3 is a patch release that updates the proxy-addr dependency to fix a global leak vulnerability when multiple subnets are trusted, along with updating the ipaddr.js sub-dependency.
Sep 18, 2014
- 3.17.3
Express 3.17.3 is a patch release that updates the proxy-addr dependency to version ~1.0.2, which includes a critical security fix for a global leak vulnerability when multiple subnets are trusted. The release also updates the ipaddr.js sub-dependency to version 0.1.3.
Sep 18, 2014
- 4.9.2
Express 4.9.2 is a patch release focused on bug fixes and improvements. It addresses a regression with empty string paths in app.use, enables router.use to accept middleware arrays without paths, and improves error messaging for invalid app.use arguments.
Sep 18, 2014
- 4.9.1
Express 4.9.1 is a patch release that fixes `app.use` to properly accept an array of middleware functions without a path, along with updating several dependencies including depd, etag, send, and serve-static to their latest versions.
Sep 17, 2014