FRONTEND
Astro v13.7.0
RESUMEN
Minor Changes - #16571 `d4b0cd1` Thanks @MA2153! - Sets immutable cache headers for static assets Static assets under `_astr
Descripción Detallada
Minor Changes - #16571 `d4b0cd1` Thanks @MA2153! - Sets immutable cache headers for static assets Static assets under `_astro` can be cached to improve performance. The adapter now automatically injects a `Cache-Control` header at build time when possible. Patch Changes - #16968 `7a5c001` Thanks @astrobot-houston! - Fixes a build crash when using `experimental.advancedRouting` with a custom `fetchFile` that statically imports `cf` from `@astrojs/cloudflare/fetch`. The circular dependency between `@astrojs/cloudflare/fetch` and `astro/app/entrypoint` caused `createApp` or `createGetEnv` to be `undefined` at module evaluation time. Initialization is now deferred to the first `cf()` call, breaking the cycle. - Updated dependencies \[]: - @astrojs/underscore-redirects@1.0.3
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Astro v2.0.4
### Patch Changes - [#17441](https://github.com/withastro/astro/pull/17441) [`6180c8e`](https://github.com/withastro/astro/commit/6180c8e03b93942c4bdd8c3c45a0ae94906eff69) Thanks [@renovate](https://github.com/apps/renovate)! - Updates dependency htmlparser2 to v12
FRONTEND
Astro v7.1.3
### Patch Changes - [#17427](https://github.com/withastro/astro/pull/17427) [`630b382`](https://github.com/withastro/astro/commit/630b382ce3303c350154338e59cb5444c5316764) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes image optimization during `astro build` using too ma