Dev ToolsWrangler Removes Service Environments (v4.111.0)Wrangler 4.111 removes service environments and legacy_env. Each environment now deploys as its own Worker, and here is the exact error and how to migrate.Aug 6, 2026Read more →
Dev ToolsWrangler 4.117 Drops containerEngine From MiniflareWrangler 4.117 removes containerEngine from unstable_getMiniflareWorkerOptions. Custom local-testing harnesses reading it now get undefined, silently.Aug 6, 2026Read more →
Dev ToolsCheck Worker Bundle Size With wrangler check startupwrangler check startup graduated from alpha in v4.116 and now shows real bundle size and a startup CPU profile. Run on this site: 3.95 KiB, gzip 1.54 KiB.Aug 6, 2026Read more →
Dev ToolsWrangler's New cloudflare.config.ts settings ExportWrangler 4.113 adds a defineSettings export to the experimental cloudflare.config.ts format, moving accountId and complianceRegion out of the Worker config.Aug 6, 2026Read more →
Dev ToolsWrangler Now Traces Local Dev by Default (v4.118)Wrangler 4.118 captures request traces and console logs into Local Explorer by default. Opt out with X_LOCAL_OBSERVABILITY=false if it causes trouble.Aug 6, 2026Read more →
Dev ToolsWrangler Login Now Supports OAuth Device Grantwrangler login --device (RFC 8628) skips the localhost callback for headless terminals. Confirmed live against wrangler 4.119.0, from this remote sandbox.Aug 6, 2026Read more →
Dev ToolsNew r2_buckets Local Dev Credentials in WranglerWrangler 4.115 adds local_dev.experimental_s3_credentials to r2_buckets bindings, scoping real S3-compatible credentials to local dev instead of faking R2.Aug 6, 2026Read more →
Dev ToolsWrangler Skips Naming Prompts in Agent/CI DeploysWrangler 4.116 detects non-interactive terminals and skips the first-deploy naming prompt automatically, fixing CI pipelines and AI agents driving the CLI.Aug 6, 2026Read more →
Dev ToolsFix Wrangler wrangler.toml vs jsonc PrecedenceWhen both wrangler.toml and wrangler.jsonc exist, Wrangler silently uses jsonc with no warning. Confirmed by test, plus the fix for teams mid-migration.Aug 6, 2026Read more →
Dev ToolsVPC Bindings Now Connect in Wrangler Local DevWrangler 4.115 lets connect() work on remote VPC Network and VPC Service bindings during local dev, closing a real gap that used to force stubs.Aug 6, 2026Read more →
Dev ToolsWrangler's July 2026 Breaking Changes: Full GuideWrangler shipped 10 changes across v4.111-4.119 in July 2026. One real breaking change, plus nine config, local-dev, and CLI shifts. Full rundown and fixes.Aug 6, 2026Read more →