Astro release calendar: alle versies, datums en updates
De nieuwste Astro-versie is Astro 7.0.3, uitgebracht 25 juni 2026. Deze kalender toont elke release met versienummer, datum en release-notes, rechtstreeks uit GitHub en om de paar uur ververst.
AstroBuild leest de release-feed van withastro/astro live uit en groepeert de versies per major. Klik een node in de baan of een rij in de tijdlijn voor de notes.
Uitgebracht op 25 juni 2026
- Fixes a bug where an error thrown inside one route's getStaticPaths() would prevent other valid routes from being matched in dev mode
- Fixes HMR for action files during development. Editing files in src/actions/ now takes effect on the next request without requiring a dev server re...
- Fixes localized custom error pages in i18n projects so routes like /pt/404 are used for missing localized pages and return the correct status code
- v7.0.325 juni 2026
Fixes a bug where an error thrown inside one route's getStaticPaths() would prevent other valid routes from being matched in dev mode
- v7.0.223 juni 2026
Updated dependencies
- v7.0.123 juni 2026
Fixes astro dev incorrectly starting in background mode for Warp terminal users. Hybrid environments like Warp are no longer treated as AI agents f...
- v7.0.0Major22 juni 2026
Upgrade to Vite v8
- v7.0.0-beta.619 juni 2026
Stabilizes route caching, removing the experimental.cache and experimental.routeRules flags and replacing them with the top-level cache and routeRu...
- v7.0.0-beta.518 juni 2026
Makes 'jsx' the default value for compressHTML
- v7.0.0-beta.415 juni 2026
Makes Sätteri the default Markdown processor
- v7.0.0-beta.39 juni 2026
Removes the astro db, astro login, astro logout, astro link, and astro init CLI commands.
- v7.0.0-alpha.28 juni 2026
Adds background dev server management for AI coding agents.