Astro release calendar: alle versies, datums en updates
De nieuwste Astro-versie is Astro 7.2.0, uitgebracht 6 augustus 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 het Astro.js-project (withastro/astro) live uit, nieuwste eerst. Filter op major, of klik een node in de baan of een rij in de tijdlijn voor de notes.
Deze lijst is live. Laatst geladen op 11 augustus 2026 om 14:44.
Uitgebracht op 17 juni 2026
- Harden the limits on the number of decoding on the URL.
- v7.2.06 augustus 2026
Adds the astro preview --background flag to start preview servers as background processes.
- v7.1.629 juli 2026
Fixes concurrent static builds failing to generate i18n rewrite fallbacks for dynamic routes
- v7.1.528 juli 2026
Fixes a bug where an error while finalizing a request could prevent a response from being sent
- v7.1.427 juli 2026
Fixes duplicate CSS files being emitted in server output when a prerendered page and a server-rendered page share the same styles (e.g. a shared la...
- v7.1.320 juli 2026
Fixes image optimization during astro build using too many parallel processes in CPU-limited containers. Builds now respect the container's CPU lim...
- v7.1.220 juli 2026
Updates dependency cookie to v2. Cookie values made entirely of URL-safe characters are no longer percent-encoded in Set-Cookie headers; encoded va...
- v7.1.117 juli 2026
Fixes encoded request paths being routed incorrectly when using domain-based i18n
- v7.1.016 juli 2026
Adds a new deferRender option to the glob() content loader
- v7.0.913 juli 2026
Fixes the first browser visit after astro dev starts triggering an immediate full page reload
- v7.0.813 juli 2026
Fixes astro preview --open not opening a browser when using an adapter with a custom preview entrypoint, such as @astrojs/cloudflare
- v7.0.78 juli 2026
Fixes CSS module scoped-name hash mismatch in astro dev when using vite.css.transformer: 'lightningcss' with content collections. Previously, a com...
- v7.0.62 juli 2026
Fixes a false deprecation warning for markdown.gfm and markdown.smartypants when using the Container API
- v7.0.51 juli 2026
Fixes an error that could occur after the dev server restarts when using an adapter such as @astrojs/cloudflare, where a request would fail with a ...
- v7.0.430 juni 2026
Ensures transition directive values are HTML-escaped when rendered on hydrated islands
- 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
- v6.4.817 juni 2026
Harden the limits on the number of decoding on the URL.
- v7.0.0-beta.415 juni 2026
Makes Sätteri the default Markdown processor
- v6.4.715 juni 2026
Fixes getRelativeLocaleUrl, getAbsoluteLocaleUrl, and getAbsoluteLocaleUrlList to strip trailing slashes when trailingSlash: 'never' is configured
- v6.4.610 juni 2026
Fixes an issue where renaming an image file while the dev server is running triggers a build error. Now Astro correctly hot-reloads the image witho...
- v7.0.0-beta.39 juni 2026
Removes the astro db, astro login, astro logout, astro link, and astro init CLI commands.
- v6.4.59 juni 2026
Fixes the experimental.logger destination not being used for the "Server listening on..." startup message. The logger is now resolved before the se...
- v7.0.0-alpha.28 juni 2026
Adds background dev server management for AI coding agents.
- v6.4.43 juni 2026
Prevents App.match() from throwing on request paths that contain an invalid percent-sequence.
- v6.4.32 juni 2026
Bumps devalue dependency to v5.8.1
- v6.4.228 mei 2026
Fixes a plugins is not iterable crash when using a pre-6.0 @astrojs/mdx alongside integrations (e.g. Starlight) that set markdown.remarkPlugins, ma...
- v6.4.028 mei 2026
Adds a new preserveBuildServerDir adapter feature
- v6.3.826 mei 2026
Fixes 404s for dynamically imported JS chunks when using an adapter with assetQueryParams (e.g. Vercel skew protection)
- v5.18.226 mei 2026
Populates styles in the SSR manifest for prerendered routes. Previously, prerendered routes had styles: [] in the manifest, making it impossible fo...
- v6.3.721 mei 2026
Fixes request body handling in the Node adapter when req.body is a Buffer, Uint8Array, or ArrayBuffer. Previously, binary body data was incorrectly...
- v6.3.620 mei 2026
Fixes markdown images with empty alt text () in content collections dropping the alt attribute entirely. The alt="" attribute is now ...
Veelgestelde vragen over Astro-releases
Wat is de nieuwste versie van Astro?
De nieuwste Astro-versie is 7.2.0, uitgebracht op 6 augustus 2026. AstroBuild leest dit live uit de release-feed van withastro/astro op GitHub.
Waar vind ik de release-notes van Astro?
Elke release op deze pagina linkt rechtstreeks naar de volledige release-notes op GitHub (withastro/astro).
Wat betekenen major, minor en patch bij Astro?
Astro volgt semantische versionering: een major (zoals 7.0) kan breaking changes bevatten, een minor (7.1) voegt functies toe zonder te breken, en een patch (7.0.1) lost bugs op.
Hoe vaak brengt Astro een nieuwe versie uit?
Astro brengt regelmatig patch- en minor-releases uit, met af en toe een nieuwe major. Deze kalender toont elke versie zodra die op GitHub verschijnt.