@astrojs/cloudflare@14.0.2

enricoros/big-AGI@astrojs/cloudflare@14.0.2Jun 30, 2026by astrobot-houston

AI Summary

A patch release addressing prerender errors in workerd that were previously silently swallowed, causing truncated HTML output during build.

Key Highlights

  • Fixes prerender errors being silently swallowed in workerd
  • Buffers response body to catch streaming errors
  • Updates @astrojs/underscore-redirects dependency

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