node-epimetheus icon indicating copy to clipboard operation
node-epimetheus copied to clipboard

Hapi v17 Support

Open timcosta opened this issue 7 years ago • 3 comments

Overview

If you are not aware yet, Hapi v17 is making the transition from callbacks to async/await, as well as deprecating some other rarely used functionality. This is a breaking change that may make your plugin no longer compatible with the Hapi API.

Changelog

Draft release notes can be found here: https://github.com/hapijs/hapi/issues/3658

Target Release

The target release date for v17 is the beginning of November.

Tasks

  • [ ] Reply to this to acknowledge that you are actively maintaining this module and are willing to update it
  • [ ] Update plugin to be fully async/await compatible using the v17 branch from Hapi for testing

    Possible dev flow for updating

    • Clone Hapi
    • npm link within the Hapi repo
    • npm link hapi within your plugin repo
    • Your plugin will now be using v17 of Hapi branch for tests
  • [ ] Release new major version of your plugin on npm. Please use a major version increment as this will be a breaking change and it would be terrible for it to sneak into current versions of Hapi.

Notes

  • Support is being dropped for all versions of Node <8.0.0.
  • Hapi v16 will continue to be supported for as long as there exists a Node LTS actively being supported that is not compatible with v17.
  • Targeted release date is November 1st, 2017. Please try to have your plugin updated before then.
  • This issue is being opened because your plugin is listed on the official hapi website

timcosta avatar Oct 24 '17 19:10 timcosta

any update on this?

jribeiro avatar Jan 30 '19 19:01 jribeiro

Would be interested in this one!

shovelend avatar Apr 26 '19 16:04 shovelend

Same here! Is there any update @timcosta ?

Note: hapi@18 was released

vasco-santos avatar May 07 '19 14:05 vasco-santos