Astro: @astrojs/cloudflare@13.0.0-alpha.4 Release

Release date:
January 6, 2026
Previous version:
@astrojs/cloudflare@13.0.0-alpha.3 (released December 18, 2025)
Magnitude:
1,302 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/cloudflare@13.0.0-alpha.4

ematipico
HiDeoo

Directory Browser for @astrojs/cloudflare@13.0.0-alpha.4

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

Loading File Browser...

Release Notes Published

Patch Changes

  • #15079 4463a55 Thanks @ascorbic! - Fixes auto-provisioning of default bindings (SESSION KV, IMAGES, and ASSETS). Default bindings are now correctly applied whether or not you have a wrangler.json file. Previously, these bindings were only added when no wrangler config file existed. Now they are added in both cases, unless you've already defined them yourself.

  • #15075 ee2c260 Thanks @matthewp! - Adds deprecation errors for Astro.locals.runtime properties to help migrate from Astro v5 to v6

    When accessing the removed Astro.locals.runtime properties on Cloudflare, developers now receive clear error messages explaining the migration path:

    • Astro.locals.runtime.env β†’ Use import { env } from "cloudflare:workers"
    • Astro.locals.runtime.cf β†’ Use Astro.request.cf
    • Astro.locals.runtime.caches β†’ Use the global caches object
    • Astro.locals.runtime.ctx β†’ Use Astro.locals.cfContext
  • Updated dependencies []: