Astro: @astrojs/[email protected] Release

Release date:
January 6, 2026
Previous version:
@astrojs/[email protected] (released December 18, 2025)
Magnitude:
657 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/[email protected]

ematipico
HiDeoo

Directory Browser for @astrojs/[email protected]

All files are compared to previous version, @astrojs/[email protected]. 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 []: