Original text is not available for public display.
Workers - Automatic resource provisioning for KV, R2, and D1
Cloudflare Developer Platform Changelog · 2025-10-24
Related items
Workers - Local Explorer for local resource data
Local Explorer is a browser-based interface and REST API for viewing and editing local resource data during development. It removes the need to write throwaway scripts or dig through .wrangler/state to understand what data your Worker has stored locally. Local Explorer is available in Wrangler 4.82.1+ and the Cloudf...
D1, Workers - D1 automatically retries read-only queries
D1 now detects read-only queries and automatically attempts up to two retries to execute those queries in the event of failures with retryable errors. You can access the number of execution attempts in the returned response metadata property totalattempts . At the moment, only read-only queries are retried, that is,...
D1, Workers, Workers for Platforms - Automate Worker deployments with a simplified SDK and more reliable Terraform provider
Simplified Worker Deployments with our SDKs We've simplified the programmatic deployment of Workers via our Cloudflare SDKs . This update abstracts away the low-level complexities of the multipart/form-data upload process, allowing you to focus on your code while we handle the deployment mechanics. This new interfac...
Workers - Workers automatic tracing, now in open beta
Enable automatic tracing on your Workers, giving you detailed metadata and timing information for every operation your Worker performs. Tracing helps you identify performance bottlenecks, resolve errors, and understand how your Worker interacts with other services on the Workers platform. You can now answer question...
Workers - Automatic tracing across Durable Object and Worker subrequests
You can now get a single unified trace across Worker-to-Worker subrequests, with trace context propagating automatically. Previously, automatic tracing produced disconnected traces when a Worker called another Worker through a service binding or Durable Object . This means you can: Follow a request through your enti...
Workers - Configure your framework for Cloudflare automatically
Wrangler now supports automatic configuration for popular web frameworks in experimental mode, making it even easier to deploy to Cloudflare Workers. Previously, if you wanted to deploy an application using a popular web framework like Next.js or Astro, you had to follow tutorials to set up your application for depl...