FRONTEND
Astro v14.2.0
RESUMEN
Minor Changes - #16194 `2a59663` Thanks @Daedalus-Icarus! - Adds opt-in build-time image optimization for the `cloudflar
Descripción Detallada
Minor Changes - #16194 `2a59663` Thanks @Daedalus-Icarus! - Adds opt-in build-time image optimization for the `cloudflare-binding` image service. When enabled, the Cloudflare IMAGES binding transforms static images in the workerd prerender environment, and the optimized bytes are written directly to the output directory. If the binding fails, it falls back to Sharp. To opt in, use the compound configuration form: ```js export default defineConfig({ adapter: cloudflare({ imageService: { build: 'cloudflare-binding', runtime: 'cloudflare-binding' }, }), }); ``` The string shorthand `imageService: 'cloudflare-binding'` preserves the current runtime-only behavior and is unaffected. - #16871 `90c98ae` Thanks @adamchal! - When `session: false` is set in `astro.config`, the adapter no longer auto-wires the Cloudflare KV session driver. Combined with the matching `astro` change, this lets the session runtime tree-shake out of the Worker bundle. - #17084 (
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Astro v7.2.0
### Minor Changes - [#17174](https://github.com/withastro/astro/pull/17174) [`0224a3a`](https://github.com/withastro/astro/commit/0224a3a356c1f2956075b77c3667bc67cf027d8c) Thanks [@matthewp](https://github.com/matthewp)! - Adds the `astro preview --background` flag to start preview servers as bac
FRONTEND
Astro v11.1.0
### Minor Changes - [#16871](https://github.com/withastro/astro/pull/16871) [`90c98ae`](https://github.com/withastro/astro/commit/90c98ae21ef0444a4088b7081676b0f97915001f) Thanks [@adamchal](https://github.com/adamchal)! - When `session: false` is set in `astro.config`, the adapter no longer auto