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.
wakuv1.xprerelease
TL;DR
Waku now uses handler interceptors (request processing functions) instead of context storage, improving performance and flexibility for advanced routing scenarios.
Breaking
waku/servercontext API changes:unstable_getContext(),unstable_getContextData(), andcontext.nonceare replaced withunstable_getRequest(),unstable_setNonce(), andunstable_getHeaders()respectively.unstable_getHeaders()has moved to thewaku/router/servermodule.
New
- Added
bodyLimitmiddleware to adapters (limits request body size). - Middleware functions now receive the
appobject for greater control.
Fixes Worth Knowing
- Improved Cloudflare adapter production worker detection.
- Fixed request body parsing validation.
- Corrected
bodyLimitmiddleware ordering. - Prefetched route navigations are now warmed for faster loading.
Before You Upgrade
Update your code to use the new unstable_getRequest(), unstable_setNonce(), and unstable_getHeaders() APIs and adjust import paths for unstable_getHeaders().
v1.0.0-beta.2v1.0.0-beta.2
Jun 3, 2026v1.0.0-beta.1v1.0.0-beta.1
May 26, 2026v1.0.0-beta.0v1.0.0-beta.0
May 12, 2026v1.0.0-alpha.10v1.0.0-alpha.10
May 6, 2026v1.0.0-alpha.9v1.0.0-alpha.9
May 1, 2026v1.0.0-alpha.8v1.0.0-alpha.8
Apr 21, 2026v1.0.0-alpha.7v1.0.0-alpha.7
Apr 10, 2026v1.0.0-alpha.6v1.0.0-alpha.6
Mar 23, 2026v1.0.0-alpha.5v1.0.0-alpha.5
Mar 1, 2026v1.0.0-alpha.4v1.0.0-alpha.4
Feb 17, 2026v1.0.0-alpha.3v1.0.0-alpha.3
Jan 27, 2026v1.0.0-alpha.2v1.0.0-alpha.2
Jan 14, 2026v1.0.0-alpha.1v1.0.0-alpha.1
Jan 6, 2026v1.0.0-alpha.0v1.0.0-alpha.0
Dec 23, 2025