FRONTEND
Astro v6.0.8
RESUMEN
Patch Changes - #15978 `6d182fe` Thanks @seroperson! - Fixes a bug where Astro Actions didn't properly support nested object
Descripción Detallada
Patch Changes - #15978 `6d182fe` Thanks @seroperson! - Fixes a bug where Astro Actions didn't properly support nested object properties, causing problems when users used zod functions such as `superRefine` or `discriminatedUnion`. - #16011 `e752170` Thanks @matthewp! - Fixes a dev server hang on the first request when using the Cloudflare adapter - #15997 `1fddff7` Thanks @ematipico! - Fixes `Astro.rewrite()` failing when the target path contains duplicate slashes (e.g. `//about`). The duplicate slashes are now collapsed before URL parsing, preventing them from being interpreted as a protocol-relative URL.
Actualización de Astro v6.0.8 corrige varios errores en acciones y el servidor de desarrollo.
- Corrige un error donde Astro Actions no soportaba correctamente propiedades de objetos anidados.
- Soluciona un problema que causaba que el servidor de desarrollo se colgara en la primera solicitud con el adaptador de Cloudflare.
- Arregla el fallo de `Astro.rewrite()` al manejar rutas con barras duplicadas.
A quién le importa
Todos los que usan Astro para desarrollo web.
Generado por IA · puede contener errores
Releases Relacionados
FRONTEND
Astro v6.2.1
### Patch Changes - [#16531](https://github.com/withastro/astro/pull/16531) [`76db01d`](https://github.com/withastro/astro/commit/76db01d332a4029f46f6df7a60fae14278321d2c) Thanks [@rodrigosdev](https://github.com/rodrigosdev)! - Fixes config validation for omitted `integrations` fields with newer
FRONTEND
Astro v0.21.1
### Patch Changes - [#16534](https://github.com/withastro/astro/pull/16534) [`5cf6c51`](https://github.com/withastro/astro/commit/5cf6c51188b52d22f133ea9373da0080f74701f9) Thanks [@matthewp](https://github.com/matthewp)! - Fixes compatibility with Zod 4.4.0 for the `server` config property and er