Astro: @astrojs/cloudflare@14.1.0 Release

Release date:
July 1, 2026
Previous version:
@astrojs/cloudflare@14.0.2 (released June 30, 2026)
Magnitude:
328 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/cloudflare@14.1.0

adamchal
matthewp
ematipico

Directory Browser for @astrojs/cloudflare@14.1.0

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

Loading File Browser...

Release Notes Published

Minor Changes

  • #17099 fdab7ce Thanks @adamchal! - Adds configured image service support with the compile and custom options.

    The Cloudflare adapter supports various options that affect how images are processed for both pre-rendered and on-demand routes:

    • Setting imageService: 'compile' now ensures it is used for pre-rendered routes. When no custom image service is defined, the behavior remains unchanged.
    • With imageService: 'custom', assets are now processed at build time for pre-rendered routes. If you have configured an image service, it will be bundled to handle images at runtime; otherwise, the behavior remains unchanged.
    • The other imageService options remain unchanged.

    Learn more about the image service options available in the Cloudflare adapter guide.

Patch Changes