FRONTEND
Astro v7.1.2
RESUMEN
Patch Changes - #17445 `a5f7230` Thanks @ocavue! - Updates dependency `cookie` to v2. Cookie values made entirely of URL-safe cha
Descripción Detallada
Patch Changes - #17445 `a5f7230` Thanks @ocavue! - Updates dependency `cookie` to v2. Cookie values made entirely of URL-safe characters are no longer percent-encoded in `Set-Cookie` headers; encoded values round-trip exactly as before. - #17402 `a89c137` Thanks @farrosfr! - Fixes a bug where mutated `Astro.locals` during the request lifecycle are lost and not passed to custom error pages (`404.astro`/`500.astro`) - #17405 `91992ef` Thanks @Araluma! - Prevents an unhandled promise rejection from the prefetch `fetch` fallback. In WebKit (Safari), `` is unsupported, so prefetch uses the `fetch()` fallback; on a flaky connection that fetch rejects with `TypeError: Load failed`, and because the promise was not awaited or caught, it surfaced as an unhandled rejection to the page's global error handlers. The best-effort prefetch now swallows the failure with `.catch()`.
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Astro v7.1.3
### Patch Changes - [#17427](https://github.com/withastro/astro/pull/17427) [`630b382`](https://github.com/withastro/astro/commit/630b382ce3303c350154338e59cb5444c5316764) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes image optimization during `astro build` using too ma
FRONTEND
Astro v14.1.4
### Patch Changes - [#17457](https://github.com/withastro/astro/pull/17457) [`d46ecd8`](https://github.com/withastro/astro/commit/d46ecd82c3869d758ed955e2567f908903053475) Thanks [@matthewp](https://github.com/matthewp)! - Fixes a dev server crash when using Astro Actions with the Cloudflare adap