@astrojs/cloudflare@14.0.2

withastro/astro@astrojs/cloudflare@14.0.2Jun 30, 2026by astrobot-houston

AI Summary

Fixes prerender errors being silently swallowed in workerd, causing truncated HTML.

Key Highlights

  • Errors are now fully buffered before being sent
  • Build failures are now surfaced clearly instead of exiting 0

New Features

  • Improved error reporting for Cloudflare builds

Full Release Notes

### Patch Changes

-   [#17049](https://github.com/withastro/astro/pull/17049) [`ffceaa2`](https://github.com/withastro/astro/commit/ffceaa240dd07568ad473568efe79f996f34d863) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes prerender errors being silently swallowed when pages throw during rendering in workerd, causing `astro build` to exit 0 and emit truncated HTML. The response body is now fully buffered inside workerd before being sent back to the build process, so streaming errors are caught and surfaced as build failures with clear error messages.

-   Updated dependencies \[]:
    -   @astrojs/underscore-redirects@1.0.3