Astro: @astrojs/cloudflare@13.5.1 Release

Release date:
May 13, 2026
Previous version:
@astrojs/cloudflare@13.5.0 (released May 7, 2026)
Magnitude:
3,305 Diff Delta
Contributors:
8 total committers
Data confidence:
Commits:

35 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored May 13, 2026
Authored May 13, 2026
Authored May 7, 2026
Authored May 13, 2026
Authored May 11, 2026
Authored May 11, 2026
Authored May 7, 2026
Authored May 13, 2026

Top Contributors in @astrojs/cloudflare@13.5.1

matthewp
ocavue
astrobot-houston
rururux
ljharb
ematipico
ascorbic
ArmandPhilippot

Directory Browser for @astrojs/cloudflare@13.5.1

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

Loading File Browser...

Release Notes Published

Patch Changes

  • #16707 2ff3f8f Thanks @helio-cf! - Fixes remoteBindings: false being ignored during astro build. The Cloudflare prerenderer's internal Vite preview server now receives the user's adapter options, so remote-flagged bindings (e.g. a D1 database with remote: true in wrangler.toml) are emulated locally during build, matching the existing astro dev behavior.

  • #16652 98c32cc Thanks @greatjourney589! - Fixes user-declared KV namespace bindings being duplicated in the generated dist/server/wrangler.json, which caused wrangler validation to fail with "<binding> assigned to multiple KV Namespace bindings." The Astro Cloudflare config customizer now returns only the auto-injected SESSION binding and lets @cloudflare/vite-plugin merge it with the user's wrangler config, instead of pre-merging the user's bindings into the output.

  • #16272 4f9521e Thanks @barry3406! - Fixes .astro files failing with No matching export in "html:..." for import "default" when default-imported from a .ts file

  • #15723 9256345 Thanks @rururux! - Fixes an issue where the <Prism /> component failed to work in Cloudflare Workers.

  • Updated dependencies [d365c97]: