@astrojs/cloudflare@13.2.1
withastro/astro@astrojs/cloudflare@13.2.1Apr 23, 2026by astrobot-houston
AI Summary
Patch release fixing critical build failures in the Cloudflare adapter caused by date compatibility issues.
Key Highlights
- Fixed Cloudflare dev and build failures
- Resolved issue with @cloudflare/vite-plugin defaulting compatibility_date
- Addressed maximum date support limits in bundled workerd binary
Full Release Notes
### Patch Changes - [#16458](https://github.com/withastro/astro/pull/16458) [`8cb1f42`](https://github.com/withastro/astro/commit/8cb1f42e378bfe6d2989f7c4edb3ccd45eca1f4f) Thanks [@matthewp](https://github.com/matthewp)! - Fixes Cloudflare dev and build failures caused by `@cloudflare/vite-plugin` defaulting `compatibility_date` to today's date, which can exceed the maximum date supported by the bundled `workerd` binary