Astro: astro@5.16.4 Release

Release date:
December 3, 2025
Previous version:
astro@5.16.3 (released November 29, 2025)
Magnitude:
248 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in astro@5.16.4

ematipico

Directory Browser for astro@5.16.4

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

Loading File Browser...

Release Notes Published

Patch Changes

  • #14940 2cf79c2 Thanks @ematipico! - Fixes a bug where Astro didn't properly combine CSP resources from the csp configuration with those added using the runtime API (Astro.csp.insertDirective()) to form grammatically correct CSP headers

    Now Astro correctly deduplicate CSP resources. For example, if you have a global resource in the configuration file, and then you add a a new one using the runtime APIs.