3.17.7

expressjs/express3.17.7Oct 8, 2014by dougwilson

AI Summary

Express 3.17.7 is a patch release that updates dependencies to fix a bug in the logger middleware. The release updates connect to version 2.26.5 and serve-static to ~1.6.4, addressing an issue where the logger was not properly handling non-object arguments.

Key Highlights

  • Updated connect dependency to version 2.26.5
  • Fixed logger middleware to accept non-object arguments properly
  • Updated serve-static dependency to ~1.6.4

Full Release Notes

- deps: connect@2.26.5
  - Fix accepting non-object arguments to `logger`
  - deps: serve-static@~1.6.4