@astrojs/cloudflare@14.2.5
Added 1
- Add the Worker version to the cache metadata of cached responses when the CF_VERSION_METADATA binding is configured, with responses carrying an astro-version:<id> cache tag for version-specific purging and a weak ETag for responses that already send Last-Modified
Changed 1
- Update generated and default Cloudflare compatibility_date values to match the installed runtime and require Wrangler ^4.125.0
From Astro
Patch Changes
-
#17819
633855bThanks @matthewp! - Updates generated and default Cloudflarecompatibility_datevalues to match the installed runtime and requires Wrangler^4.125.0 -
#17675
44d384cThanks @danielmlr! - Adds the Worker version to the cache metadata of cached responses when theCF_VERSION_METADATAbinding is configured. Responses carry anastro-version:<id>cache tag for version-specific purging, and responses that already sendLast-Modifiedget a weakETagthat folds the version in. Conditional revalidation then returns fresh content after a deploy that changes rendered output but not content — most commonly the hashed asset URLs in server-rendered HTML. Without the binding, nothing changes. -
Updated dependencies []:
- @astrojs/underscore-redirects@1.0.4