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 v14.1.7
### Patch Changes - [#17543](https://github.com/withastro/astro/pull/17543) [`bbc1ec9`](https://github.com/withastro/astro/commit/bbc1ec9715160e25eb6a6fee2e133386414c0c00) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a bug where Cloudflare couldn't load chunked collections via `expe
FRONTEND
Astro v7.1.6
### Patch Changes - [#17536](https://github.com/withastro/astro/pull/17536) [`ff97b86`](https://github.com/withastro/astro/commit/ff97b86ab02d199af5fe0f6e9984e9919c8276bf) Thanks [@dmgawel](https://github.com/dmgawel)! - Fixes concurrent static builds failing to generate i18n rewrite fallbacks fo