Change8

@cloudflare/workers-utils@0.25.0

📦 cloudflare-workersView on GitHub →
2 features🔧 1 symbols

Summary

This release introduces granular control over caching by allowing cache options to be set directly on WorkerEntrypoint exports within wrangler.json, alongside new global cross-version cache settings.

Migration Steps

  1. To configure cache behavior per entrypoint, update `wrangler.json` to include the `exports` configuration block specifying cache settings for named workers.

✨ New Features

  • Added support for setting cache options on WorkerEntrypoint exports.
  • Introduced global configuration for cross-version cache behavior via `wrangler.json`.

Affected Symbols