Original text is not available for public display.
Workers - Capture Wrangler command output in structured format
Cloudflare Developer Platform Changelog · 2025-11-03
Related items
Workers AI - Workers AI now supports structured JSON outputs.
Workers AI now supports structured JSON outputs with JSON mode , which allows you to request a structured output response when interacting with AI models. This makes it much easier to retrieve structured data from your AI models, and avoids the (error prone!) need to parse large unstructured text responses to extrac...
Workers - Shell tab completions for Wrangler CLI
Wrangler now includes built-in shell tab completion support, making it faster and easier to navigate commands without memorizing every option. Press Tab as you type to autocomplete commands, subcommands, flags, and even option values like log levels. Tab completions are supported for Bash, Zsh, Fish, and PowerShell....
Workflows, Workers - All Wrangler commands for Workflows now support local development
All wrangler workflows commands now accept a --local flag to target a Workflow running in a local wrangler dev session instead of the production API. You can now manage the full Workflow lifecycle locally, including triggering Workflows, listing instances, pausing, resuming, restarting, terminating, and sending even...
Workers - Declare required secrets in your Wrangler configuration
The new secrets configuration property lets you declare the secret names your Worker requires in your Wrangler configuration file. Required secrets are validated during local development and deploy, and used as the source of truth for type generation. wrangler.jsonc { " secrets " : { " required " : [ "APIKEY" , "DBP...
Workers - Write structured queries to filter and search your Workers logs and traces
Workers Observability now includes a query language that lets you write structured queries directly in the search bar to filter your logs and traces. The search bar doubles as a free text search box — type any term to search across all metadata and attributes, or write field-level queries for precise filtering. Quer...
Workers - Share local dev servers through Cloudflare Tunnel in Wrangler and Vite
You can now share local dev sessions through Cloudflare Tunnel and get a public URL when using either Wrangler or the Cloudflare Vite plugin . This is useful when you need to share a preview, test a webhook, or access your app from another device. This lets you either: start a temporary Quick tunnel with a random .t...