p-meier / hapi-api-version

An API versioning plugin for hapi.
Apache License 2.0
74 stars 26 forks source link

Hapi v17 Compatibility Release #18

Closed timcosta closed 6 years ago

timcosta commented 6 years ago

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: https://github.com/hapijs/hapi/issues/3658

Target Release

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

Tasks

Notes

timcosta commented 6 years ago

Will be updating

gugwad commented 6 years ago

Any plan to update the plugin?

gugwad commented 6 years ago

@timcosta Submitted a PR for transition to Hapi 17. Please review and comment. I will fix comments if any.

timcosta commented 6 years ago

@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.

gugwad commented 6 years ago

@timcosta Fixed review comments for PR.

timcosta commented 6 years ago

@gugwad your changes are now in master, thank you! Working on coordinating a release on npm with @p-meier.

timcosta commented 6 years ago

@gugwad

➜  npm publish
+ hapi-api-version@2.0.0

v2.0.0 has been released.