Skip to main content

Astro 7.0.9

Release Date: July 13, 2026

Overview

Astro 7.0.9 is a patch release focused on resolving two regressions that affected developer experience in the previous version. The update addresses hydration reliability and first-visit reload behavior, both introduced during the 7.0 development cycle.

Bug Fixes

Island hydration recovery. A critical fix addresses an issue where a client island could permanently fail to hydrate if the first attempt to load its component failed. Previously, React components during astro dev would not recover from transient import failures. Islands now reliably recover from such failures, making development sessions more stable when network or module resolution issues occur temporarily.

First-visit full page reload. A fix resolves an issue where the very first browser visit after running astro dev would trigger an immediate full page reload. This was causing unnecessary flickering and delayed initial page load for developers starting their dev server. The change ensures that the initial visit renders normally without an extraneous reload cycle.

Upgrade Notes

This is a patch release with no breaking changes. To upgrade, update your dependency in package.json:

npm install astro@latest

Or if using a specific version:

npm install [email protected]

Credits

Thanks to @astrobot-houston and @adamchal for their contributions to this release, and to the Astro community for reporting these issues promptly.

What is New?

By continuing to use the site, you agree to the use of cookies.