Skip to content

Releases: withastro/astro

astro@5.16.4

03 Dec 17:03
141c676

Choose a tag to compare

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.

@astrojs/language-server@2.16.2

03 Dec 17:03
141c676

Choose a tag to compare

Patch Changes

  • #14950 385be1b Thanks @dvelasquez! - Fixes an issue with the volar-service-emmet that was pointing to a github username/repository instead of a npm package. This type of dependencies are not supported for Deno installations and it can break in enterprise environments that use private registries or don't have access to public github.

astro@5.16.3

29 Nov 18:56
33333e8

Choose a tag to compare

Patch Changes

  • #14889 4bceeb0 Thanks @florian-lefebvre! - Fixes actions types when using specific TypeScript configurations

  • #14929 e0f277d Thanks @matthewp! - Fixes authentication bypass via double URL encoding in middleware

    Prevents attackers from bypassing path-based authentication checks using multi-level URL encoding (e.g., /%2561dmin instead of /%61dmin). Pathnames are now validated after decoding to ensure no additional encoding remains.

astro@5.16.2

27 Nov 16:35
e82358c

Choose a tag to compare

Patch Changes

astro-vscode@2.16.4

27 Nov 16:35
e82358c

Choose a tag to compare

Patch Changes

astro@5.16.1

26 Nov 10:31
09bbdbb

Choose a tag to compare

Patch Changes

astro-vscode@2.16.3

26 Nov 16:19
6394393

Choose a tag to compare

Patch Changes

astro-vscode@2.16.2

26 Nov 15:24
86faf3f

Choose a tag to compare

Patch Changes

astro-vscode@2.16.1

26 Nov 14:06
7523a1f

Choose a tag to compare

Patch Changes

@astrojs/vercel@9.0.2

26 Nov 10:31
09bbdbb

Choose a tag to compare

Patch Changes