Change8

@astrojs/cloudflare@13.7.0

📦 astroView on GitHub →
1 features🐛 1 fixes🔧 3 symbols

Summary

This release introduces automatic immutable caching headers for static assets to boost performance and resolves a critical build crash related to advanced routing and Cloudflare fetch integration.

✨ New Features

  • Static assets under _astro now automatically receive immutable cache headers injected at build time when possible to improve performance.

🐛 Bug Fixes

  • Fixed a build crash occurring when using `experimental.advancedRouting` alongside a custom `fetchFile` that statically imports `cf` from `@astrojs/cloudflare/fetch` by deferring initialization to the first `cf()` call, resolving a circular dependency issue.

Affected Symbols