Astro: astro@6.0.0-beta.4 Release

Release date:
January 27, 2026
Previous version:
astro@6.0.0-beta.3 (released January 23, 2026)
Magnitude:
258 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in astro@6.0.0-beta.4

ematipico

Directory Browser for astro@6.0.0-beta.4

All files are compared to previous version, astro@6.0.0-beta.3. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Patch Changes

  • #15308 89cbcfa Thanks @matthewp! - Fixes styles missing in dev for prerendered pages when using Cloudflare adapter

  • #15279 8983f17 Thanks @ematipico! - Fixes an issue where the dev server would serve files like /README.md from the project root when they shouldn't be accessible. A new route guard middleware now blocks direct URL access to files that exist outside of srcDir and publicDir, returning a 404 instead.