Original text is not available for public display.
Workers - Write structured queries to filter and search your Workers logs and traces
Cloudflare Developer Platform Changelog · 2026-02-25
Related items
AI Search - AI Search path filtering for website and R2 data sources
AI Search now includes path filtering for both website and R2 data sources. You can now control which content gets indexed by defining include and exclude rules for paths. By controlling what gets indexed, you can improve the relevance and quality of your search results. You can also use path filtering to split a si...
Workers - Capture Wrangler command output in structured format
You can now capture Wrangler command output in a structured ND-JSON format by setting the WRANGLEROUTPUTFILEPATH or WRANGLEROUTPUTFILEDIRECTORY environment variables. This feature is particularly useful for CI/CD pipelines and automation tools that need programmatic access to deployment information such as worker na...
AI Search - Filter your AutoRAG search by file name
In AutoRAG , you can now filter by an object's file name using the filename attribute, giving you more control over which files are searched for a given query. This is useful when your application has already determined which files should be searched. For example, you might query a PostgreSQL database to get a list...
Workers - Debug, profile, and view logs for your Worker in Chrome Devtools — now supported in the Cloudflare Vite plugin
You can now debug, profile, view logs, and analyze memory usage for your Worker using Chrome Devtools when your Worker runs locally using the Cloudflare Vite plugin . Previously, this was only possible if your Worker ran locally using the Wrangler CLI , and now you can do all the same things if your Worker uses Vite...
AI Search - AI Search instances now include built-in storage and namespace Workers Bindings
New AI Search instances created after today will work differently. New instances come with built-in storage and a vector index, so you can upload a file, have it indexed immediately, and search it right away. Additionally new Workers Bindings are now available to use with AI Search. The new namespace binding lets yo...
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...