express Releases
128 releases of expressjs/express
- 4.10.6
Express 4.10.6 is a patch release that fixes an exception that occurs when accessing `req.fresh` or `req.stale` properties without any response headers set.
Dec 13, 2014
- 3.18.6
Express 3.18.6 is a bug fix release that resolves an exception that occurred when accessing the `req.fresh` or `req.stale` properties without response headers being set on the request.
Dec 13, 2014
- 3.18.5
Express 3.18.5 is a patch release focused on updating dependencies. It upgrades the connect dependency to version 2.27.6, which brings updated versions of compression, express-session, http-errors, serve-index, and type-is modules.
Dec 12, 2014
- 4.10.5
Express 4.10.5 is a patch release that fixes a bug where `res.send` was double-calling `res.end` for HEAD requests, along with updating dependencies including accepts, type-is, and mime-types to their latest compatible versions.
Dec 11, 2014
- 4.10.4
Express 4.10.4 is a patch release that fixes an issue with `res.sendfile` logging standard write errors. This is a minor bug fix release with no new features or breaking changes.
Nov 25, 2014
- 4.10.3
Express 4.10.3 is a patch release focused on bug fixes and dependency updates. The release addresses a logging issue with res.sendFile and updates several dependencies including etag, proxy-addr, and qs (with a fix for arrayLimit behavior).
Nov 23, 2014
- 3.18.4
This is a patch release focused on updating dependencies for Express 3.18.4. The main change updates the connect dependency to version 2.27.4, which brings updated sub-dependencies including body-parser, compression, errorhandler, express-session, qs, serve-favicon, serve-static, and type-is. Additional dependency updates include etag and proxy-addr (with its sub-dependency ipaddr.js).
Nov 23, 2014
- 4.10.2
Express 4.10.2 is a patch release that fixes an async router callback invocation bug to ensure callbacks are executed asynchronously, and updates dependencies (accepts and type-is) to their latest versions with updated mime-types.
Nov 10, 2014
- 3.18.3
This is a patch release focused on dependency updates for Express 3.18.3. The release updates the connect dependency to version 2.27.3, which includes a fix to correctly invoke async callbacks asynchronously, and updates csurf to version ~1.6.3.
Nov 9, 2014
- 4.10.1
Express 4.10.1 is a patch release focused on bug fixes, addressing URL handling issues and updating the query string parsing dependency.
Oct 29, 2014
- 3.18.2
Express 3.18.2 is a patch release focused on updating dependencies. The release upgrades connect to version 2.27.2 (which includes a fix for handling URLs containing `://` in the path), along with body-parser and qs dependency updates.
Oct 29, 2014
- 4.10.0
Express 4.10.0 adds support for multiple view directories via `app.set('views', array)`, improves `res.attachment`/`res.download` with standards-compliant Content-Disposition headers and Unicode support, and fixes handling of invalid empty URLs. This release also updates multiple dependencies including debug, etag, and finalhandler.
Oct 24, 2014
- 3.18.1
Express 3.18.1 is a patch release focused on fixing deprecation warnings and updating dependencies. The release addresses internal `utils.merge` deprecation warnings and updates the connect and send dependencies along with their sub-dependencies.
Oct 23, 2014
- 3.18.0
Express 3.18.0 introduces standards-compliant Content-Disposition headers with full Unicode support for `res.attachment` and `res.download` using the `content-disposition` module, and adds ETag header generation via the `etag` module. This release also updates the connect dependency to 2.27.0 along with numerous other dependency updates.
Oct 18, 2014
- 4.9.8
Express 4.9.8 is a patch release that fixes a bug in `res.redirect` when a redirect status is specified, and updates the accepts dependency to version 1.1.2 which includes fixes for handling media types with invalid parameters.
Oct 18, 2014
- 3.17.8
This is a patch release (3.17.8) that updates the Connect dependency to version 2.26.6, which in turn brings updated versions of compression, csurf, and errorhandler middleware packages. No new features or breaking changes are introduced.
Oct 16, 2014
- 4.9.7
Oct 10, 2014
- 4.9.6
Express 4.9.6 is a dependency update release that updates accepts, serve-static, and type-is packages to their latest versions. The most notable change is a bug fix in serve-static that resolves a redirect loop issue when index file serving is disabled.
Oct 9, 2014
- 3.17.7
Express 3.17.7 is a patch release that updates dependencies to fix a bug in the logger middleware. The release updates connect to version 2.26.5 and serve-static to ~1.6.4, addressing an issue where the logger was not properly handling non-object arguments.
Oct 8, 2014
- 3.17.6
This is a minor dependency update release for Express 3.x that updates the connect middleware framework and its sub-dependencies to their latest patch versions.
Oct 3, 2014