4.9.8
expressjs/express4.9.8Oct 18, 2014by dougwilson
AI Summary
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.
Key Highlights
- Fixed `res.redirect` body when redirect status is specified
- Updated accepts dependency to ~1.1.2
- Fixed error handling when media type has invalid parameter in accepts
- Updated negotiator sub-dependency to 0.4.9
Full Release Notes
- Fix `res.redirect` body when redirect status specified - deps: accepts@~1.1.2 - Fix error when media type has invalid parameter - deps: negotiator@0.4.9