Astro: astro@6.0.8 Release

Release date:
March 20, 2026
Previous version:
astro@6.0.7 (released March 19, 2026)
Magnitude:
1,589 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in astro@6.0.8

ematipico
seroperson
alexanderniebuhr

Directory Browser for astro@6.0.8

All files are compared to previous version, astro@6.0.7. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Patch Changes

  • #15978 6d182fe Thanks @seroperson! - Fixes a bug where Astro Actions didn't properly support nested object properties, causing problems when users used zod functions such as superRefine or discriminatedUnion.

  • #16011 e752170 Thanks @matthewp! - Fixes a dev server hang on the first request when using the Cloudflare adapter

  • #15997 1fddff7 Thanks @ematipico! - Fixes Astro.rewrite() failing when the target path contains duplicate slashes (e.g. //about). The duplicate slashes are now collapsed before URL parsing, preventing them from being interpreted as a protocol-relative URL.