4.10.5

expressjs/express4.10.5Dec 11, 2014by dougwilson

AI Summary

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.

Key Highlights

  • Fixed `res.send` double-calling `res.end` for HEAD requests
  • Updated accepts dependency to ~1.1.4
  • Updated type-is dependency to ~1.5.4
  • Updated mime-types to ~2.0.4 (transitive dependency)

New Features

  • Bug fix: res.send no longer double-calls res.end for HEAD requests

Full Release Notes

- Fix `res.send` double-calling `res.end` for `HEAD` requests
- deps: accepts@~1.1.4
  - deps: mime-types@~2.0.4
- deps: type-is@~1.5.4
  - deps: mime-types@~2.0.4