4.10.1
expressjs/express4.10.1Oct 29, 2014by dougwilson
AI Summary
Express 4.10.1 is a patch release focused on bug fixes, addressing URL handling issues and updating the query string parsing dependency.
Key Highlights
- Fixed handling of URLs containing `://` in the path
- Updated qs dependency to version 2.3.2
- Fixed parsing of mixed objects and values in query strings
Full Release Notes
- Fix handling of URLs containing `://` in the path - deps: qs@2.3.2 - Fix parsing of mixed objects and values