4.10.2

expressjs/express4.10.2Nov 10, 2014by dougwilson

AI Summary

Express 4.10.2 is a patch release that fixes an async router callback invocation bug to ensure callbacks are executed asynchronously, and updates dependencies (accepts and type-is) to their latest versions with updated mime-types.

Key Highlights

  • Fixed async router callback to be invoked asynchronously
  • Updated accepts dependency to ~1.1.3
  • Updated type-is dependency to ~1.5.3
  • Updated mime-types dependency to ~2.0.3 for both accepts and type-is

Full Release Notes

- Correctly invoke async router callback asynchronously
- deps: accepts@~1.1.3
  - deps: mime-types@~2.0.3
- deps: type-is@~1.5.3
  - deps: mime-types@~2.0.3