v1.0.0-beta.2
v1.0.0-beta.2
waku
View on GitHubView PackagePublished: Jun 3, 2026

Release Notes

This release includes a breaking change, along with bug fixes and improvements.

Here's the summary:

Before (waku/server) After (waku/router/server)
unstable_getContext() returning { req, nonce, data } unstable_getRequest() returning Request
unstable_getHeaders() unstable_getHeaders() (moved module)
unstable_getContextData() removed, bring your own AsyncLocalStorage
context.nonce = ... unstable_setNonce(nonce)

For more information, see #2118.

What's Changed

Full Changelog: https://github.com/wakujs/waku/compare/v1.0.0-beta.1...v1.0.0-beta.2