Releases: Telefonica/node-express-domaining
Releases · Telefonica/node-express-domaining
2.0.0
FEATURES
- The express error handler is used and the user can log the error there. So there is no need to pass a logger to factory function to print the error (BREAKING CHANGE)
- Errors are rethrown to allow cluster code or
process.unhandledException
code to respond to such errors, following best practices (BREAKING CHANGE)
v1.0.2
v1.0.1
Fix:
- Bind request and response explicitly to the domain (see https://nodejs.org/api/domain.html#domain_explicit_binding)