4.12.2
expressjs/express4.12.2Mar 3, 2015by dougwilson
AI Summary
This is a bug fix release for Express 4.12.2 that addresses a regression where the message 'Request aborted' was being incorrectly logged when using `res.sendFile`. The fix eliminates unwanted logging noise in certain file serving scenarios.
Key Highlights
- Fixed regression causing 'Request aborted' to be logged when using res.sendFile
- Bug was related to file serving functionality
- This is a patch-level release focusing on bug fixes
Full Release Notes
- Fix regression where `"Request aborted"` is logged using `res.sendFile`