-
Notifications
You must be signed in to change notification settings - Fork 26
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 Compatibility Release #18
Comments
Will be updating |
Any plan to update the plugin? |
@timcosta Submitted a PR for transition to Hapi 17. Please review and comment. I will fix comments if any. |
@gugwad thanks for contributing the PR - I've been slammed at work recently and just haven't had the time. Left a few minor comments. |
@timcosta Fixed review comments for PR. |
➜ npm publish
+ hapi-api-version@2.0.0 v2.0.0 has been released. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
If you are not aware yet, Hapi v17 is making the transition from callbacks to
async
/await
. This is a breaking change that will 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: