-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hapi v17 Support #4
Comments
Cannot update without updating good and oppsy. |
@alexandrebodin can we expect an update? |
@BorntraegerMarc To be honest there is no update on my part. I need to wait for good to be updated. |
Need Support for Hapi v17. Thanks! |
Just need to update the dependencies now that good is updated You will need to use good 8.0.0-rc1 for now but this will work with hapi-good-winston 2.0.0-rc1 |
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
/await
compatible using thev17
branch from Hapi for testingPossible dev flow for updating
npm link
within the Hapi reponpm link hapi
within your plugin repov17
of 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
.v16
will continue to be supported for as long as there exists a Node LTS actively being supported that is not compatible withv17
.The text was updated successfully, but these errors were encountered: