wrangler@4.108.0
Breaking Changes📦 cloudflare-workersView on GitHub →
⚠ 1 breaking✨ 1 features🔧 2 symbols
Summary
This release introduces delegation of static Pages deploys to Workers for agent-driven workflows and adds safety checks to prevent non-interactive deploys from silently overwriting existing Workers without explicit configuration. Dependencies have also been updated.
⚠️ Breaking Changes
- Non-interactive deploys (agents, CI, or Pages-to-Workers delegation) will now stop if the target Worker name is already taken and the deploy cannot prove ownership (i.e., no Wrangler configuration file names the Worker). To fix this, add a Wrangler configuration file naming the Worker, or deploy using a different name.
Migration Steps
- If you rely on non-interactive deploys overwriting existing Workers without a configuration file, update your deployment process to include a Wrangler configuration file that explicitly names the Worker.
✨ New Features
- Agent-driven static Pages deploys are now delegated to Workers static assets (using autoconfig) when running `wrangler pages deploy` or `wrangler pages project create` against a brand-new, purely static project. Opt out of this delegation by passing `--force` to deploy directly to Pages.