Cloudflare extends Python Workers to Windows with Pywrangler support//Pywrangler, the CLI tool for managing Cloudflare Python Workers, now supports Windows environments alongside macOS and Linux. Developers can develop and deploy Python Workers on Windows using the same commands and workflows as other platforms with no additional configuration. featuresdkplatform
Cloudflare Workers Observability adds structured query language for logs and traces//Workers Observability now includes a query language that lets developers write structured queries to filter logs and traces directly in the search bar. The feature supports free text search, field-level queries, comparison operators, functions like regex and startsWith, and boolean logic, with two-way sync between the search bar and Query Builder sidebar. featureplatform
featurereleasesdk
Agents SDK v0.6.0 adds RPC transport for MCP, optional OAuth, and schema hardening//Cloudflare's Agents SDK v0.6.0 introduces RPC transport for MCP connections within Workers, eliminating network overhead and enabling direct Durable Object bindings. The release also makes OAuth optional for simple MCP connections and hardens the JSON Schema converter with circular reference guards and better error handling. releasefeatureapisdkperformance
releasefeatureplatformintegrationperformance
featureapibugfix
featureapibugfix
featureapiplatform
featureapiplatformrelease
Cloudflare Sandbox SDK adds backup and restore API for point-in-time snapshots//Cloudflare's Sandbox SDK now supports `createBackup()` and `restoreBackup()` methods for creating and restoring point-in-time snapshots of directories, eliminating the need to repeat expensive setup steps like git clones and npm installs across sandbox sessions. Backups are stored in R2 with configurable TTLs and can be forked across multiple sandbox instances. featureapiplatform
bugfixapi
Cloudflare Sandbox SDK adds backup and restore API for persistent environments//Cloudflare Sandbox now supports `createBackup()` and `restoreBackup()` methods to create point-in-time snapshots of directories, eliminating the need to re-run expensive setup steps like git clones and npm installs. Backups are stored in R2 with support for TTLs and can be reused across multiple sandbox sessions. featureapiplatform
Cloudflare launches MCP server using Code Mode, reducing API context requirements by 99.9%//Cloudflare introduced a new Model Context Protocol (MCP) server that provides access to the entire Cloudflare API using just two tools and consuming only ~1,000 tokens. The approach, called Code Mode, allows AI agents to write JavaScript code against a typed SDK to explore and execute API operations, reducing token usage from 1.17M to 1K compared to traditional MCP implementations. integrationapifeaturesdkopen-source
Cloudflare Tunnel management now available in core dashboard//Cloudflare Tunnel is now accessible directly from the main Cloudflare Dashboard under Networking > Tunnels, enabling developers to create, configure, and monitor tunnels in one place. The new interface includes full lifecycle management, native integrations with DNS and Workers VPC, and a unified routing map for managing all ingress routes. featureplatformintegration
Cloudflare releases @cloudflare/codemode v0.1.0 with runtime-agnostic SDK architecture//Cloudflare has rewritten its codemode package into a modular, runtime-agnostic SDK that enables LLMs to write and execute code for tool orchestration. The new version introduces a standard `Executor` interface and includes a prebuilt `DynamicWorkerExecutor` for running generated code in Dynamic Workers with network isolation and console capture. releasesdkapibreaking-changefeature
Cloudflare Tunnel now available in main Dashboard with full lifecycle management//Cloudflare Tunnel management is now integrated into the main Cloudflare Dashboard, eliminating the need to switch between interfaces. The new experience provides complete tunnel lifecycle management, native integrations with DNS and Workers VPC, real-time health monitoring, and a unified routing map for all ingress routes. featureplatformintegration
Cloudflare releases @cloudflare/codemode v0.1.0 with runtime-agnostic architecture//Cloudflare has rewritten its Code Mode SDK into a modular, runtime-agnostic package that allows LLMs to generate and execute code for orchestrating tools. The new version removes the built-in LLM integration, introduces a minimal `Executor` interface for code sandboxing, and includes a `DynamicWorkerExecutor` for running code in Cloudflare Workers with network isolation and console capture. releasesdkfeaturebreaking-change
featureplatformintegration
featureplatformintegration
featureapiperformancesdk
Cloudflare Containers and Sandboxes gain Docker-in-Docker support//Cloudflare's Containers and Sandboxes services now support Docker-in-Docker functionality, enabling developers to run full containerized environments within sandboxes. This feature is particularly useful for CI/CD workflows, testing container images, and running isolated development environments. featureplatformsdk
releasefeaturesdkapi
Cloudflare Agents SDK v0.5.0 adds retry utilities, protocol message control, and data parts//The Agents SDK v0.5.0 release introduces built-in retry utilities with exponential backoff, per-connection protocol message control for non-standard clients, and a major rewrite of @cloudflare/ai-chat with data parts support and tool approval persistence—all without breaking changes. Synchronous queue and schedule operations no longer require async/await, and improvements address stream resumption race conditions and TypeScript depth errors. releasefeaturesdkapi
featureplatformapi
Cloudflare adds GLM-4.7-Flash model and TanStack AI support to Workers AI//Cloudflare has launched GLM-4.7-Flash, a multilingual AI model with 131K token context and multi-turn tool calling, alongside new TanStack AI adapters and enhanced Vercel AI SDK support. The updates enable developers to build and run AI agents entirely at the edge with expanded capabilities including transcription, speech synthesis, and document reranking. releasefeaturemodelapisdkintegration
releasefeaturemodelapisdkintegration
featureapisecurity
releasesdkbreaking-changeapi
Cloudflare Python SDK v5.0.0-beta.1 introduces major breaking changes and 40+ new API resources//Cloudflare released the first beta version of Python SDK v5.0.0, featuring significant breaking changes driven by OpenAPI schema improvements and code generation updates. The release adds over 40 new API resources including AI-powered features, brand protection tools, D1 database management, and Real-time Kit integrations, alongside general fixes for type inference, request handling, and response parsing. sdkreleasebreaking-changeapifeature
featureapiplatformintegration
releasesdkapifeature
releasefeaturesdkplatform
featureapiplatform
featureintegrationsdk
featureplatformapi
Cloudflare Vite plugin adds React Server Components support with child environments//The Cloudflare Vite plugin now integrates the official Vite React Server Components plugin, enabling developers to use multiple environments within a single Worker. A new `childEnvironments` option allows the parent environment to import modules from child environments, supporting typical RSC patterns used by frameworks like React Router. featuresdkintegration
releasefeatureapisecuritybreaking-changesdk
featuresdkapirelease
featureplatformrelease
featureapidocumentationplatform
featureplatform
featurepricingrelease
Cloudflare Agents SDK v0.3.7 adds Workflows integration and synchronous state management//The latest Agents SDK release brings native integration with Cloudflare Workflows, enabling agents to handle real-time communication while workflows manage durable, long-running tasks. The update also introduces synchronous state updates with validation hooks, a new `scheduleEvery()` method for recurring tasks, and improvements to the callable system. releasefeatureapisdkplatform
releasefeatureplatformsdk