Astro: astro@5.17.1 Release

Release date:
January 29, 2026
Previous version:
astro@5.17.0 (released January 29, 2026)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in astro@5.17.1

Could not determine top contributors for this release.

Directory Browser for astro@5.17.1

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

Loading File Browser...

Release Notes Published

Patch Changes

  • #15334 d715f1f Thanks @florian-lefebvre! - BREAKING CHANGE to the experimental Fonts API only

    Removes the getFontBuffer() helper function exported from astro:assets when using the experimental Fonts API

    This experimental feature introduced in v15.6.13 ended up causing significant memory usage during build. This feature has been removed and will be reintroduced after further exploration and testing.

    If you were relying on this function, you can replicate the previous behavior manually:

    • On prerendered routes, read the file using node:fs
    • On server rendered routes, fetch files using URLs from fontData and context.url