Live from GitHub

Astro release calendar: all versions, dates and updates

The latest Astro version is Astro 7.2.0, released 6 August 2026. This calendar shows every release with its version number, date and release notes, straight from GitHub and refreshed every few hours.

AstroBuild reads the release feed of the Astro.js project (withastro/astro) live, newest first. Filter by major, or click a node in the orbit or a row in the timeline for the notes.

This list is live. Last loaded on 11 August 2026 at 14:47.

v6.4.8Minor / patch

Released on 17 June 2026

  • Harden the limits on the number of decoding on the URL.
Full release notes on GitHub
  1. v6.4.817 June 2026

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

  2. v6.4.715 June 2026

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

  3. v6.4.610 June 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 June 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 June 2026

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

  6. v6.4.32 June 2026

    Bumps devalue dependency to v5.8.1

  7. v6.4.228 May 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 May 2026

    Adds a new preserveBuildServerDir adapter feature

  9. v6.3.826 May 2026

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

  10. v6.3.721 May 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 May 2026

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

FAQ

Frequently asked questions about Astro releases

What is the latest version of Astro?

The latest Astro version is 7.2.0, released on 6 August 2026. AstroBuild reads this live from the release feed of withastro/astro on GitHub.

Where can I find the Astro release notes?

Every release on this page links straight to the full release notes on GitHub (withastro/astro).

What do major, minor and patch mean for Astro?

Astro follows semantic versioning: a major (such as 7.0) may contain breaking changes, a minor (7.1) adds features without breaking anything, and a patch (7.0.1) fixes bugs.

How often does Astro ship a new version?

Astro ships patch and minor releases regularly, with the occasional new major. This calendar shows every version the moment it appears on GitHub.