4.15.3
expressjs/express4.15.3May 17, 2017by dougwilson
AI Summary
This is a patch release (4.15.3) that fixes an error when `res.set` cannot add charset to Content-Type, and updates various dependencies including debug, finalhandler, send, serve-static, and others to their latest versions with bug fixes and performance improvements.
Key Highlights
- Fixed error when `res.set` cannot add charset to Content-Type
- Updated debug@2.6.7 with fix for DEBUG_MAX_ARRAY_LENGTH
- Updated finalhandler@1.0.3 fixing missing </html> in HTML documents
- Updated send@0.15.3 and serve-static@1.12.3 dependencies
- Performance improvement in vary@1.1.1 by hoisting regular expression
Full Release Notes
* Fix error when `res.set` cannot add charset to `Content-Type`
* deps: debug@2.6.7
- Fix `DEBUG_MAX_ARRAY_LENGTH`
- deps: ms@2.0.0
* deps: finalhandler@~1.0.3
- Fix missing `</html>` in HTML document
- deps: debug@2.6.7
* deps: proxy-addr@~1.1.4
- deps: ipaddr.js@1.3.0
* deps: send@0.15.3
- deps: debug@2.6.7
- deps: ms@2.0.0
* deps: serve-static@1.12.3
- deps: send@0.15.3
* deps: type-is@~1.6.15
- deps: mime-types@~2.1.15
* deps: vary@~1.1.1
- perf: hoist regular expression