What’s New

hapi

Frameworks & Libraries

hapi release notes.

Latest v21.3.0 · by hapiWebsitehapijs/hapi

Changelog

v21.0.0

Release notes: https://github.com/hapijs/hapi/issues/4386

hapi v21.0.0 is a medium-sized release focused on modernization and miscellaneous API improvements. All modules in the hapi.js ecosystem have been updated to officially support Node.js v18, be compatible with ESM projects, and drop support for Node.js v12. Plugins in the hapi.js ecosystem now support hapi v20+.

v20.2.0

Features

  • Add optional payload authentication skip on credentials injection #4214 (#4274)

Bug

  • Fix handling of auth scheme/strategy realms #4218 (#4281)

Miscellaneous

  • test: Fix tests for node@16 error format change #4282 (#4283)

Credits

Thanks @devinivy, @jonathansamines and @Nargonath for contributing.