what stackpulse tracks
Qwik releases from GitHub
StackPulse watches Qwik release notes and keeps the original source link close to every summary.
Instant-loading web apps without effort StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Qwik release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This release focuses on improving migration tools, fixing bugs, and enhancing stability. Notable changes include the reintroduction of async functions in `useComputed$`, improved migration scripts for Qwik v2, and fixes for unsafe virtual attribute names in server-rendered HTML.
Developers using Qwik v1 and planning to migrate to v2 are most affected by this release.
Run `qwik migrate-v2` to prepare for Qwik v2 migration.
No release notes were provided, making it unclear what changes or improvements are included in this version.
view source on github->This patch release fixes a security vulnerability where static middleware could read files outside of configured directories.
Users relying on static middleware file access are affected by the security fix.
Update to version 1.20.1 to benefit from the security fix.
No release notes were provided for this pre-release version.
view source on github->This release focuses on fixing protocol-relative redirects using backslashes and updates dependencies to match the core package version.
Users relying on protocol-relative redirects with backslashes may be affected.
Update to this version to ensure proper handling of protocol-relative redirects.
This release updates dependencies to align with the latest version of @qwik.dev/core.
view source on github->This release updates dependencies to align with the latest version of @qwik.dev/core.
Users of @qwik.dev/react may need to update their dependencies to maintain compatibility with @qwik.dev/core.
Update dependencies to @qwik.dev/core@2.0.0-beta.45 to ensure compatibility.
No release notes were provided for this prerelease version.
view source on github->This release primarily updates dependencies to align with the latest version of @qwik.dev/core.
Developers using @qwik.dev/utils may need to ensure compatibility with updated dependencies.
Update dependencies to match @qwik.dev/core@2.0.0-beta.43.
This release primarily updates dependencies to align with the latest changes in @qwik.dev/core@2.0.0-beta.43.
view source on github->No release notes were provided for this prerelease version.
view source on github->This release focuses on bug fixes for the Qwik router, including improvements to redirect handling, loader fetches during SPA navigation, error boundary behavior, and WASM file serving.
Users of Qwik's router may experience improved handling of redirects, loader fetches, error boundaries, and WASM file serving.
Update to this version to benefit from bug fixes and improved behavior in the router.
This release introduces significant changes to error handling with `<ErrorBoundary>`, now part of `@qwik.dev/core` behind an experimental flag. It also includes improvements to error reporting and handling in production, along with fixes for error serialization and suspense fallback behavior.
Developers using `<ErrorBoundary>` or `useErrorBoundary()` are affected by these changes.
Update your code to use the new `<ErrorBoundary>` implementation and remove any references to `useErrorBoundary()`.
This release primarily updates dependencies to align with the latest changes in @qwik.dev/core@2.0.0-beta.42.
Developers using @qwik.dev/react may need to ensure compatibility with the updated @qwik.dev/core dependencies.
Update your project dependencies to include @qwik.dev/core@2.0.0-beta.42.
This release introduces significant changes to error handling with the `<ErrorBoundary>` component moving to `@qwik.dev/core` and updates to `renderToStream` for pre-flush error reporting. Additionally, `Cache-Control: no-store` is now sent for error documents.
Developers using `useErrorBoundary()` or relying on the previous `<ErrorBoundary>` implementation are affected.
Update your code to use the new `<ErrorBoundary>` implementation from `@qwik.dev/core` and remove any references to `useErrorBoundary()`.
This release primarily updates dependencies to align with the latest changes in @qwik.dev/core@2.0.0-beta.42.
view source on github->This release primarily updates dependencies to align with the latest version of @qwik.dev/core.
Developers using @qwik.dev/utils may need to ensure compatibility with @qwik.dev/core@2.0.0-beta.41.
Update dependencies to @qwik.dev/core@2.0.0-beta.41 to ensure compatibility.
This release primarily focuses on bug fixes and improvements, including better handling of route loader mappings, prerendered pages, and Cloudflare responses. It also removes the `./service-worker` export as it was pointing to a non-existent file.
Users relying on the `./service-worker` export or encountering issues with route loaders, prerendered pages, or Cloudflare responses may be affected.
Update to this version to benefit from various bug fixes and improvements.