Skip to content

v2.0.0

Choose a tag to compare

@kfitzgerald kfitzgerald released this 17 Mar 02:08
· 17 commits to master since this release
  • Updated for async/await and Node v8
  • Updated dependencies to latest
  • Removed OkanjoBoom and replaced with with latest Boom with .ok and .created hacks
  • connectToServices returns a promise so it can be awaited, callback is optional
  • connectToServices now throws if a service function errors, also emits error event
  • Service connectors can be async functions (handled by Async.js)
  • (Breaking) Removed ifOk helper, since it's irrelevant in Hapi 17
  • report(...) is now an async function which returns after the Sentry call completes. Will not throw an error.
  • (Breaking) Renamed app.inspect to app.dump to avoid Node 10 deprecation warnings. Custom symbol isn't worth the hassle.