Skip to content

5.0.0 Release Notes #100

@kanongil

Description

@kanongil

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

  • None.

Migration

Check for usage of the etagsCacheMaxSize registration option, and move to the inert server plugin option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking changesChange that can breaking existing coderelease notesMajor release documentation

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions