miniflare@4.20260131.0
📦 cloudflare-workersView on GitHub →
✨ 3 features
Summary
This release enhances local development parity by adding the CF-Worker header to outgoing fetches and enriching version metadata bindings with a timestamp. Dependencies, including workerd, have also been updated.
✨ New Features
- Added the `CF-Worker` header to outgoing fetch requests during local development to align with production behavior.
- Introduced an optional `zone` configuration for the `CF-Worker` header in local development, defaulting to `${worker-name}.example.com` if omitted.
- The version metadata binding in local development now includes a `timestamp` field alongside `id` and `tag` for easier testing of version-aware logic.