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: hapijs/hapi#3658
Target Release
The target release date for v17 is the beginning of November.
Tasks
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.
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: hapijs/hapi#3658
Target Release
The target release date for v17 is the beginning of November.
Tasks
async/awaitcompatible using thev17branch from Hapi for testingPossible dev flow for updating
npm linkwithin the Hapi reponpm link hapiwithin your plugin repov17of Hapi branch for testsnpm. 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
<8.0.0.v16will continue to be supported for as long as there exists a Node LTS actively being supported that is not compatible withv17.