Astro: @astrojs/cloudflare@13.0.0-beta.8 Release

Release date:
February 16, 2026
Previous version:
@astrojs/cloudflare@13.0.0-beta.7 (released February 11, 2026)
Magnitude:
4,487 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

26 Commits in this Release

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

Authored February 15, 2026
Authored February 12, 2026
Authored February 16, 2026
Authored February 16, 2026
Authored February 13, 2026
Authored February 12, 2026
Authored February 12, 2026
Authored February 12, 2026
Authored February 11, 2026
Authored February 16, 2026

Top Contributors in @astrojs/cloudflare@13.0.0-beta.8

ematipico
alexanderniebuhr

Directory Browser for @astrojs/cloudflare@13.0.0-beta.8

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

Loading File Browser...

Release Notes Published

Major Changes

  • #15480 e118214 Thanks @alexanderniebuhr! - Drops official support for Cloudflare Pages in favor of Cloudflare Workers

    The Astro Cloudflare adapter now only supports deployment to Cloudflare Workers by default in order to comply with Cloudflare's recommendations for new projects. If you are currently deploying to Cloudflare Pages, consider migrating to Workers by following the Cloudflare guide for an optimal experience and full feature support.

Patch Changes

  • #15478 ee519e5 Thanks @matthewp! - Fixes fully static sites to not output server-side worker code. When all routes are prerendered, the _worker.js directory is now removed from the build output.

  • Updated dependencies []: