Never miss a release that matters
AI-powered summaries of every GitHub release.
AI Summaries
Changelogs condensed into clear, actionable insights.
Always Free
Track up to 5 packages at no cost, forever.
Weekly Digest
A curated summary of every release, delivered weekly.
TL;DR
Hapi now includes critical security fixes, addressing a potential vulnerability and requiring immediate attention.
Fixes Worth Knowing
Resolved a security vulnerability (potential unauthorized access) as detailed in https://github.com/hapijs/hapi/issues/4425.
Before You Upgrade
Update to this version immediately to mitigate the identified security risk.
TL;DR
Hapi now supports Node.js 16, improving performance and enabling access to the latest JavaScript features.
Fixes Worth Knowing
- Fixed a crash when using
server.inject()with payloads containingFormDataobjects (web request data). - Resolved an issue where routes with validation errors weren’t correctly preventing request handling (input checking).
Before You Upgrade
Ensure your Node.js version is 16 or higher to take advantage of performance improvements.