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.

Get Started Free
wakuv1.xprerelease
14 releases

TL;DR

Waku now uses handler interceptors (request processing functions) instead of context storage, improving performance and flexibility for advanced routing scenarios.

Breaking

  • waku/server context API changes: unstable_getContext(), unstable_getContextData(), and context.nonce are replaced with unstable_getRequest(), unstable_setNonce(), and unstable_getHeaders() respectively.
  • unstable_getHeaders() has moved to the waku/router/server module.

New

  • Added bodyLimit middleware to adapters (limits request body size).
  • Middleware functions now receive the app object for greater control.

Fixes Worth Knowing

  • Improved Cloudflare adapter production worker detection.
  • Fixed request body parsing validation.
  • Corrected bodyLimit middleware 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, 2026
v1.0.0-beta.1v1.0.0-beta.1
May 26, 2026
v1.0.0-beta.0v1.0.0-beta.0
May 12, 2026
v1.0.0-alpha.10v1.0.0-alpha.10
May 6, 2026
v1.0.0-alpha.9v1.0.0-alpha.9
May 1, 2026
v1.0.0-alpha.8v1.0.0-alpha.8
Apr 21, 2026
v1.0.0-alpha.7v1.0.0-alpha.7
Apr 10, 2026
v1.0.0-alpha.6v1.0.0-alpha.6
Mar 23, 2026
v1.0.0-alpha.5v1.0.0-alpha.5
Mar 1, 2026
v1.0.0-alpha.4v1.0.0-alpha.4
Feb 17, 2026
v1.0.0-alpha.3v1.0.0-alpha.3
Jan 27, 2026
v1.0.0-alpha.2v1.0.0-alpha.2
Jan 14, 2026
v1.0.0-alpha.1v1.0.0-alpha.1
Jan 6, 2026
v1.0.0-alpha.0v1.0.0-alpha.0
Dec 23, 2025