Astro: astro@6.1.7 Release

Release date:
April 15, 2026
Previous version:
astro@6.1.6 (released April 13, 2026)
Magnitude:
523 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in astro@6.1.7

ematipico
iCiaran
fkatsuhiro

Directory Browser for astro@6.1.7

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Patch Changes

  • #16027 c62516b Thanks @fkatsuhiro! - Fixes a bug where remote image dimensions were not validated during static builds on Netlify.

  • #16311 94048f2 Thanks @Arecsu! - Fixes --port flag being ignored after a Vite-triggered server restart (e.g. when a .env file changes)

  • #16316 0fcd04c Thanks @ematipico! - Fixes the /_image endpoint accepting an arbitrary f=svg query parameter and serving non-SVG content as image/svg+xml. The endpoint now validates that the source is actually SVG before honoring f=svg, matching the same guard already enforced on the <Image> component path.