#12932 96ee5d4 Thanks @thomasgauvin! - feat: add wrangler email routing and wrangler email sending commands
Email Routing commands:
wrangler email routing list - list zones with email routing statuswrangler email routing settings <domain> - get email routing settings for a zonewrangler email routing enable/disable <domain> - enable or disable email routingwrangler email routing dns get/unlock <domain> - manage DNS recordswrangler email routing rules list/get/create/update/delete <domain> - manage routing rules (use catch-all as the rule ID for the catch-all rule)wrangler email routing addresses list/get/create/delete - manage destination addressesEmail Sending commands:
wrangler email sending list - list zones with email sendingwrangler email sending settings <domain> - get email sending settings for a zonewrangler email sending enable <domain> - enable email sending for a zone or subdomainwrangler email sending disable <domain> - disable email sending for a zone or subdomainwrangler email sending dns get <domain> - get DNS records for a sending domainwrangler email sending send - send an email using the builder APIwrangler email sending send-raw - send a raw MIME email messageAlso adds email_routing:write and email_sending:write OAuth scopes to wrangler login.
#13241 7d318e1 Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"
The following dependency versions have been updated:
| Dependency | From | To |
|---|---|---|
| workerd | 1.20260401.1 | 1.20260402.1 |
#13305 fa6d84f Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"
The following dependency versions have been updated:
| Dependency | From | To |
|---|---|---|
| workerd | 1.20260402.1 | 1.20260405.1 |
#13193 78cbe37 Thanks @dario-piotrowicz! - During autoconfig filter out Hono when there are 2 detected frameworks
During the auto-configuration process Hono is now treated as an auxiliary framework (like Vite) and automatically filtered out when two frameworks are detected (before Hono was being filtered out only when the other framework was Waku).
#13205 6fa5dfd Thanks @petebacondarwin! - fix: use formatConfigSnippet for compatibility_date warning in wrangler dev
The compatibility_date warning shown when no date is configured in wrangler dev was hardcoded in TOML format. This now uses formatConfigSnippet to render the snippet in the correct format (TOML or JSON) based on the user's config file type.
Updated dependencies [a3e3b57, 7d318e1, fa6d84f, 7d318e1, 7a60d4b]:
Fetched April 7, 2026