what stackpulse tracks
Astro releases from GitHub
StackPulse watches Astro release notes and keeps the original source link close to every summary.
The web framework for content-driven websites StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Astro 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 fixes missing quick fixes for Astro components, specifically addressing the 'Add all missing imports' and 'Add import from' functionality.
Developers using Astro components who rely on quick fixes for missing imports are affected.
Update to version 2.16.14 to resolve the issue with missing quick fixes.
This patch release fixes a memory leak in the EventEmitter when serving static pages with `staticHeaders` and CSP enabled.
Users serving static pages with `staticHeaders` and CSP enabled may experience memory leaks due to EventEmitter.
Update to @astrojs/node@11.1.1 if you are using `staticHeaders` with CSP to prevent memory leaks.
This release updates dependencies, specifically upgrading `@astrojs/underscore-redirects` to version 1.0.4.
Users relying on `@astrojs/underscore-redirects` may benefit from the updated dependency.
Fixes an issue where dynamic redirect routes were hardcoded to use 301 status codes instead of honoring user-configured status codes. This ensures redirects with custom status codes (e.g., 302) are correctly emitted in the `_redirects` file.
Users relying on dynamic redirect routes with custom status codes are affected by the incorrect hardcoded 301 behavior.
Update to ensure dynamic redirect routes respect configured status codes.
This patch release fixes several bugs including CSS hot module replacement after navigation, CSP violations with client prerendering, middleware HMR responsiveness, and content collection reference validation. It also improves performance for content collections without local image references.
Users experiencing issues with CSS hot module replacement, CSP violations, middleware HMR, content collection references, or view transitions with media elements are affected.
Update to astro@7.2.1 to benefit from the fixes and improvements.
Fixes a build crash when a Solid.js island imports a package that ships pre-compiled browser artifacts via the `exports.solid` condition (e.g., `@kobalte/core`). Solid ecosystem packages are now bundled correctly in non-client environments.
Users of Solid.js islands in Astro that import packages with `exports.solid` conditions (e.g., `@kobalte/core`) may have experienced build crashes.
Update to this version if you encounter build crashes with Solid.js islands importing packages using `exports.solid` conditions.
This patch release fixes an issue where the development server crashes when Vue devtools are enabled with Vite 8.
Developers using Vue devtools with Vite 8 in Astro projects are affected.
Upgrade to version 7.0.2 to resolve the dev server crash issue.
This release introduces several enhancements, including the ability to run preview servers in the background, support for relative paths in `logger.entrypoint`, and experimental incremental static builds. It also widens the `AstroPrerenderer` return type and adds a `session: false` option to opt out of session support.
Developers using Astro for preview servers, logging, prerendering, or session management may need to update their configurations or workflows.
Review the new features and update your Astro configuration or scripts as needed.
This release adds support for the `devEngines` field in `package.json` when detecting the package manager for install commands.
Developers using the `devEngines` field in `package.json` will benefit from improved package manager detection.
This release fixes a crash during the `astro build` process when the `.vercel/output/server/` directory already exists by ensuring it is created recursively.
Users running `astro build` with the @astrojs/vercel adapter are affected if the `.vercel/output/server/` directory already exists.
Update to version 11.0.5 to avoid build crashes.
This release fixes a bug in Cloudflare integration related to loading chunked collections when using `experimental.collectionStorage: 'chunked'`.
Users leveraging `experimental.collectionStorage: 'chunked'` with Cloudflare are affected by this bug fix.
Update to version 14.1.7 to resolve the issue with chunked collections.
This release includes fixes for concurrent static builds and stale CSS issues in development, along with a new experimental feature for adjusting chunk sizes in `collectionStorage`.
Developers using Astro for static builds or working with CSS in development environments are affected.
Update to version 7.1.6 to benefit from the fixes and new experimental feature.
This release updates the `js-yaml` dependency to version 4.3.0, ensuring compatibility and security improvements.
Users relying on the `js-yaml` dependency in the Astro VSCode extension are affected.
Update to this version to benefit from the latest `js-yaml` dependency.
This release includes updated dependencies, specifically upgrading `@astrojs/internal-helpers` to version 0.10.2.
Users relying on `@astrojs/internal-helpers` may need to ensure compatibility with version 0.10.2.
Update dependencies to ensure compatibility with `@astrojs/internal-helpers@0.10.2`.
This release primarily updates dependencies, including `@astrojs/internal-helpers` to version 0.10.2.
Users relying on `@astrojs/internal-helpers` may be affected by the dependency update.
Ensure compatibility with `@astrojs/internal-helpers@0.10.2` if used directly.
This patch release focuses on bug fixes, including resolving issues with request finalization, logger entrypoint loading, action path resolution, custom error page rendering, and dependency updates.
Users experiencing issues with request finalization, logger entrypoints, action paths, or custom error pages may be affected.
Update to version 7.1.5 to benefit from the bug fixes.
This release updates dependencies, specifically incorporating changes from `@astrojs/internal-helpers@0.10.2`.
Users relying on `@astrojs/internal-helpers` may notice minor improvements or fixes.
This release fixes a bug where the `cache` configuration in wrangler was incorrectly overridden when a Workers cache provider was configured.
Users who explicitly disabled caching in their wrangler configuration but had a Workers cache provider configured are affected.
Update to this version to ensure caching settings are respected as configured.
This release focuses on bug fixes and improvements, including resolving duplicate CSS file emissions, fixing missing scoped styles in `client:only` islands, and addressing TypeScript path alias resolution issues.
Developers using Astro with shared layouts, `client:only` islands, or TypeScript path aliases will benefit from these fixes.
Upgrade to astro@7.1.4 to benefit from the bug fixes and improvements.
This release fixes a critical issue in `create-astro` where template files were silently written to the wrong directory on Linux when the path contained non-ASCII characters.
Users on Linux systems with non-ASCII characters in their file paths are affected by this issue.
Upgrade to version 5.2.3 to resolve the directory writing issue.