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.
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.
Major upgrade to Vite v8 and introduces CDN caching for Astro routes on Vercel. Also includes beta prerelease triggers for alpha packages.
Developers using @astrojs/vercel will need to update their configuration for the new cache provider and adapt to Vite v8 changes.
Update configuration to use the new cache provider and review project compatibility with Vite v8.
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 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.