Astro: @astrojs/cloudflare@13.7.0 Release

Release date:
June 9, 2026
Previous version:
@astrojs/cloudflare@13.6.1 (released June 2, 2026)
Magnitude:
901 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/cloudflare@13.7.0

astrobot-houston
matthewp
Princesseuh
ematipico
florian-lefebvre
ocavue

Directory Browser for @astrojs/cloudflare@13.7.0

All files are compared to previous version, @astrojs/cloudflare@13.6.1. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

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 []: