release notes
release notes
Published 2/9/2026
Contains breaking changes#15345 840fbf9 Thanks @matthewp! - Removes the cloudflareModules adapter option
The cloudflareModules option has been removed because it is no longer necessary. Cloudflare natively supports importing .sql, .wasm, and other module types.
Remove the cloudflareModules option from your Cloudflare adapter configuration if you were using it:
import cloudflare from '@astrojs/cloudflare';
export default defineConfig({
adapter: cloudflare({
- cloudflareModules: true
})
});
#15077 a164c77 Thanks @matthewp! - Adds support for prerendering pages using the workerd runtime.
The Cloudflare adapter now uses the new setPrerenderer() API to prerender pages via HTTP requests to a local preview server running workerd, instead of using Node.js. This ensures prerendered pages are built using the same runtime that serves them in production.
#15432 e2ad69e Thanks @OliverSpeir! - Removes unneccessary warning about sharp from being printed at start of dev server and build
Updated dependencies [a164c77, a18d727]:
release notes
Published 2/9/2026
Contains breaking changes#15345 840fbf9 Thanks @matthewp! - Removes the cloudflareModules adapter option
The cloudflareModules option has been removed because it is no longer necessary. Cloudflare natively supports importing .sql, .wasm, and other module types.
Remove the cloudflareModules option from your Cloudflare adapter configuration if you were using it:
import cloudflare from '@astrojs/cloudflare';
export default defineConfig({
adapter: cloudflare({
- cloudflareModules: true
})
});
#15077 a164c77 Thanks @matthewp! - Adds support for prerendering pages using the workerd runtime.
The Cloudflare adapter now uses the new setPrerenderer() API to prerender pages via HTTP requests to a local preview server running workerd, instead of using Node.js. This ensures prerendered pages are built using the same runtime that serves them in production.
#15432 e2ad69e Thanks @OliverSpeir! - Removes unneccessary warning about sharp from being printed at start of dev server and build
Updated dependencies [a164c77, a18d727]:
The web framework for content-driven websites. ⭐️ Star to support our work!