Cloudflare Workers logo

Cloudflare Workers

Cloudflare Workers provides a serverless execution environment that allows you to create new applications or augment existing ones without configuring or maintaining infrastructure.

https://workers.cloudflare.com ↗

Changelog

RSS
Cloudflare
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
Cloudflare
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
Cloudflare
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
Cloudflare
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
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
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
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
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
Cloudflare
Cloudflare improves AI Gateway and Workers AI dashboard with better navigation and onboarding//Cloudflare has rolled out a series of dashboard improvements for AI Gateway and Workers AI, including a dedicated top-level AI section in the sidebar, streamlined onboarding with OpenAI-compatible endpoints, and enhancements to dynamic routing and observability. The update also brings accessibility improvements to keyboard navigation and filtering components.
featureplatformintegration
Cloudflare
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
Cloudflare
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
Cloudflare
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
Cloudflare
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
Cloudflare
Cloudflare Workers lifts 1,000 subrequest limit; paid plans now support up to 10 million per invocation//Cloudflare has removed the hard 1,000 subrequest limit that previously constrained Workers invocations, with paid plans now defaulting to 10,000 subrequests and allowing configuration up to 10 million. This change particularly benefits long-running operations like WebSocket connections on Durable Objects and Workflows that frequently exceeded the prior constraint.
featureplatformapi
Cloudflare
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
Cloudflare
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