May 22nd, 2026
The latest news releases from the Qwik team
May 22nd, 2026
May 22nd, 2026
Minor Changes
- 🐞🩹 The server plugins were not actually sorted and were relying on directory traversal order. Now they are explicitly sorted by ascending name. (by @wmertens in #8568)
Patch Changes
🐞🩹 include route bundles when their matching origin is not the first manifest origin (by @Varixo in #8455)
🐞🩹 Bun and Deno request URL normalization to prevent protocol-relative paths from overriding the configured origin (by @Varixo in #8463)
✨ getRequestEvent() provides the current request event; used in the starter templates for providing better diagnostics in uncaught exceptions (by @wmertens in #8655)
May 12th, 2026
May 12th, 2026
May 12th, 2026
Minor Changes
Patch Changes
fix(router): Node SSR no longer hangs when using
compression(or other middleware that wrapsres.write/res.end). (by @maiieul in #8620)🐞🩹 handle aborted Node response streams without crashing and resolve the Node response stream contract (by @Varixo in #8613)
fix(router): The Vite dev won't crash anymore when
src/entry.ssris missing (e.g. in monorepos) (by @maiieul in #8601)🐞🩹 handle callback-only response end in Vite HTML transform (by @Varixo in #8597)
Updated dependencies [
8fdf639,8dbdc12,b6f7556,5cb730f,c5f5bb0,dc9a8e8,ea33c02,b90aa3f,a8e3dc0,5fd8f65]: