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.4.8
### Patch Changes - [#17109](https://github.com/withastro/astro/pull/17109) [`27c80ea`](https://github.com/withastro/astro/commit/27c80ea92248993e5fce94b2c26d87d611ab6785) Thanks [@ematipico](https://github.com/ematipico)! - Harden the limits on the number of decoding on the URL.
FRONTEND
Astro v6.4.7
### Patch Changes - [#17035](https://github.com/withastro/astro/pull/17035) [`197e50e`](https://github.com/withastro/astro/commit/197e50e2e37168a9b9e8a014c13d1308b2220ca1) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes `getRelativeLocaleUrl`, `getAbsoluteLocaleUrl`, and