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 upgrades to Vite v8 and introduces a new entrypoint for `getContainerRenderer()` to optimize bundling.
Users of `getContainerRenderer()` are affected by the deprecation and need to update their import statements.
Update import statements for `getContainerRenderer()` to use the new `container-renderer` entrypoint.
This release upgrades to Vite v8 and introduces a new entrypoint for `getContainerRenderer()` to improve bundling efficiency. It also updates the Svelte Vite plugin to version 7.
Developers using `getContainerRenderer()` or relying on Vite v7 are affected.
Update import statements for `getContainerRenderer()` to use the new `container-renderer` entrypoint.
Astro 7.0.0 introduces significant changes including upgrading to Vite v8, making 'jsx' the default for HTML compression, and enabling advanced routing by default. The release also removes the `@astrojs/db` package and replaces the Go compiler with a Rust-based version.
Developers using `@astrojs/db`, remark/rehype Markdown processing, or custom advanced routing configurations are affected.
Review and update configurations as per the migration steps provided.
Route caching is now stable with top-level configuration options. Also includes minor fixes for build warnings.
Users using experimental route caching need to update their configuration.
Migrate cache configuration by moving options out of the experimental block.
This release introduces a new container-renderer entrypoint for getContainerRenderer() to optimize bundling. Import paths have been updated for better bundler efficiency.
Affects developers using Container API with getContainerRenderer() imports from package root.
Update imports to use the new container-renderer entrypoint as shown in the diff snippet.
This release introduces a major change in HTML compression behavior, making 'jsx' the default for `compressHTML`, which may affect rendered output. Several bug fixes and performance improvements are also included.
Developers relying on the previous default HTML compression behavior may see changes in rendered output.
Review and adjust `compressHTML` settings if necessary to maintain desired whitespace behavior.