Change8

wrangler@4.81.0

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

Summary

This release introduces comprehensive new CLI commands for managing Cloudflare Email Routing and Email Sending features via `wrangler`. It also includes dependency updates and fixes an issue with framework auto-detection and configuration format rendering in `wrangler dev`.

✨ New Features

  • Added `wrangler email routing` commands for listing zones, getting settings, enabling/disabling routing, managing DNS records, and managing routing rules.
  • Added `wrangler email sending` commands for listing zones, getting settings, enabling/disabling sending, getting DNS records, and sending emails (via builder API or raw MIME).
  • Added `email_routing:write` and `email_sending:write` OAuth scopes to `wrangler login`.

🐛 Bug Fixes

  • During autoconfiguration, Hono is now filtered out as an auxiliary framework when two frameworks are detected (previously only filtered when the other framework was Waku).
  • Fixed `wrangler dev` compatibility_date warning to use `formatConfigSnippet` to render the snippet in the correct format (TOML or JSON) based on the user's config file type, instead of being hardcoded to TOML.

Affected Symbols