3.18.3

expressjs/express3.18.3Nov 9, 2014by dougwilson

AI Summary

This is a patch release focused on dependency updates for Express 3.18.3. The release updates the connect dependency to version 2.27.3, which includes a fix to correctly invoke async callbacks asynchronously, and updates csurf to version ~1.6.3.

Key Highlights

  • Updated connect dependency to version 2.27.3
  • Fixed async callback invocation to be asynchronous
  • Updated csurf dependency to ~1.6.3

Full Release Notes

- deps: connect@2.27.3
  - Correctly invoke async callback asynchronously
  - deps: csurf@~1.6.3