Live vanuit GitHub

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.

v6.4.8Minor / patch

Uitgebracht op 17 juni 2026

  • Harden the limits on the number of decoding on the URL.
Volledige release-notes op GitHub
  1. v6.4.817 juni 2026

    Harden the limits on the number of decoding on the URL.

  2. v6.4.715 juni 2026

    Fixes getRelativeLocaleUrl, getAbsoluteLocaleUrl, and getAbsoluteLocaleUrlList to strip trailing slashes when trailingSlash: 'never' is configured

  3. 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...

  4. 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...

  5. v6.4.43 juni 2026

    Prevents App.match() from throwing on request paths that contain an invalid percent-sequence.

  6. v6.4.32 juni 2026

    Bumps devalue dependency to v5.8.1

  7. 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...

  8. v6.4.028 mei 2026

    Adds a new preserveBuildServerDir adapter feature

  9. v6.3.826 mei 2026

    Fixes 404s for dynamically imported JS chunks when using an adapter with assetQueryParams (e.g. Vercel skew protection)

  10. 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...

  11. v6.3.620 mei 2026

    Fixes markdown images with empty alt text (![](image.jpg)) in content collections dropping the alt attribute entirely. The alt="" attribute is now ...

FAQ

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.