FRONTEND
Astro v10.0.0
RESUMEN
Major Changes - #15413 `736216b` Thanks @florian-lefebvre! - Removes the deprecated `@astrojs/vercel/serverless` and `@
Descripción Detallada
Major Changes - #15413 `736216b` Thanks @florian-lefebvre! - Removes the deprecated `@astrojs/vercel/serverless` and `@astrojs/vercel/static` exports. Use the `@astrojs/vercel` export instead Minor Changes - #15258 `d339a18` Thanks @ematipico! - Stabilizes the adapter feature `experimentalStatiHeaders`. If you were using this feature in any of the supported adapters, you'll need to change the name of the flag: ```diff export default defineConfig({ adapter: netlify({ - experimentalStaticHeaders: true + staticHeaders: true }) }) ``` - #15413 `736216b` Thanks @florian-lefebvre! - Updates the implementation to use the new Adapter API - #15495 `5b99e90` Thanks @leekeh! - Adds new `middlewareMode` adapter feature and deprecates `edgeMiddleware` option
Astro v10.0.0 elimina exportaciones obsoletas y cambia la configuración de adaptadores.
- Se eliminan las exportaciones obsoletas `@astrojs/vercel/serverless` y `@astrojs/vercel/static`. Usa `@astrojs/vercel` en su lugar.
- Cambia el nombre del flag `experimentalStaticHeaders` a `staticHeaders` en la configuración del adaptador.
- Se actualiza la implementación para usar la nueva API de adaptadores.
- Se añade la nueva característica `middlewareMode` y se depreca `edgeMiddleware`.
A quién le importa
Solo si usas las exportaciones eliminadas o la configuración de adaptadores.
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