@builder.io/qwik-city@1.20.0
📦 qwikView on GitHub →
✨ 1 features🐛 3 fixes🔧 1 symbols
Summary
This release introduces improved request handling for Bun and Deno, ensures correct sorting of server plugins, and adds getRequestEvent() for better exception diagnostics.
✨ New Features
- getRequestEvent() now provides the current request event, useful for better diagnostics in uncaught exceptions within starter templates.
🐛 Bug Fixes
- Server plugins are now explicitly sorted by ascending name, fixing reliance on directory traversal order.
- Route bundles are now correctly included when their matching origin is not the first manifest origin.
- Fixed Bun and Deno request URL normalization to prevent protocol-relative paths from overriding the configured origin.