Summary
The 5.0.0 release is a breaking change to support hapi v17. This also updates the code syntax to rely on ES2017 features that aren't supported in node v4 & v6.
- Upgrade time: low - no code changes required for most use cases.
- Complexity: low - ???.
- Risk: medium - No new functionality, but a lot of internal refactoring.
- Dependencies: none
Breaking Changes
- Hapi v16 or lower are no longer supported.
- Node v4 & v6 are no longer supported.
- The
etagsCacheMaxSize registration option is now a server option.
New Features
Migration
Check for usage of the etagsCacheMaxSize registration option, and move to the inert server plugin option.
Summary
The 5.0.0 release is a breaking change to support hapi v17. This also updates the code syntax to rely on ES2017 features that aren't supported in node v4 & v6.
Breaking Changes
etagsCacheMaxSizeregistration option is now a server option.New Features
Migration
Check for usage of the
etagsCacheMaxSizeregistration option, and move to theinertserver plugin option.