Releases: hull/hull-node
Releases · hull/hull-node
Hotfix body parser for batch endpoint
Entity too large error
- Explicitly handle too large kraken notification payloads
- Adds devMode utility
- Turn on flow in index.js files
Error handling & documentation
- this release brings bigger changes to error handling:
- it cleans up a little middleware stack including smart-notifier errors
- it introduces two types of errors -
unhandled errorwhich is handled the same as till now, andtransient errorwhich won't be pushed to sentry, but only instrumented in datadog - it deprecates dedicated smartNotifierErrorMiddleware
- smartNotifierHandler in case of error behaves like notifHandler and pass the error down the middleware stack
- added
timeoutoption toHull.Connectorconstructor to control the timeout value - upgrades
ravenlibrary - add support for batch handlers for accounts
- adds
users_segmentsandaccounts_segmentsto Context Object - deprecation Renamed
userHandlerOptionstooptionsin notifyHandler - flow types fixes
0.11.0-beta.3
- fix the
requestExtracthandler - allow passingpathparam - fix the
.asUser()and.asAccount()to returntraitsandtrack - adds
.asUser().account()method