Change8

@cloudflare/deploy-helpers@0.6.0

📦 cloudflare-workersView on GitHub →
1 features🐛 1 fixes🔧 3 symbols

Summary

Worker trigger deployment now reconciles Email Routing rules, and the resource provisioning header has been updated to reflect general availability.

✨ New Features

  • Worker trigger deployment now reconciles the Worker's Email Routing rules with the top-level `addresses` config. This runs for `wrangler deploy`, `wrangler triggers deploy`, and clients of `@cloudflare/deploy-helpers`. After the Worker uploads, or when `wrangler triggers deploy` runs after a version promotion, the deploy helper asks the Email Routing API for a plan, renders the changes grouped by zone (`+` added, `~` updated, `-` deleted, `!` conflict), prompts once for destructive changes in interactive mode, and applies accepted changes through the per-zone rule endpoints. Purely additive plans apply without a prompt, while non-interactive destructive plans fail without modifying rules.

🐛 Bug Fixes

  • Drop the "Experimental:" prefix from the resource provisioning header now that automatic provisioning is generally available. The deploy output now reads "The following bindings need to be provisioned:".

Affected Symbols