4.10.3
expressjs/express4.10.3Nov 23, 2014by dougwilson
AI Summary
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).
Key Highlights
- Fixed res.sendFile logging for standard write errors
- Updated etag dependency to ~1.5.1
- Updated proxy-addr dependency to ~1.0.4
- Updated qs dependency to 2.3.3 with arrayLimit behavior fix
- Updated ipaddr.js to 0.1.5 (dependency of proxy-addr)
Full Release Notes
- Fix `res.sendFile` logging standard write errors - deps: etag@~1.5.1 - deps: proxy-addr@~1.0.4 - deps: ipaddr.js@0.1.5 - deps: qs@2.3.3 - Fix `arrayLimit` behavior