You can now set a jurisdiction when creating a D1 database to guarantee where your database runs and stores data. Jurisdictions can help you comply with data localization regulations such as GDPR. Supported jurisdictions include eu and fedramp . A jurisdiction can only be set at database creation time via wrangler,...
D1, Workers - D1 can restrict data localization with jurisdictions
Cloudflare Developer Platform Changelog · 2025-11-05
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...
Workers - Handle incoming request cancellation in Workers with Request.signal
In Cloudflare Workers, you can now attach an event listener to Request objects, using the signal property . This allows you to perform tasks when the request to your Worker is canceled by the client. To use this feature, you must set the enablerequestsignal compatibility flag. You can use a listener to perform clean...
D1, Workers - D1 Read Replication Public Beta
D1 read replication is available in public beta to help lower average latency and increase overall throughput for read-heavy applications like e-commerce websites or content management tools. Workers can leverage read-only database copies, called read replicas, by using D1 Sessions API . A session encapsulates all t...
Workers - Remote bindings (beta) now works with Next.js — connect to remote resources (D1, KV, R2, etc.) during local development
We recently announced our public beta for remote bindings , which allow you to connect to deployed resources running on your Cloudflare account (like R2 buckets or D1 databases ) while running a local development session. Now, you can use remote bindings with your Next.js applications through the @opennextjs/cloudfl...
Workers VPC - Reach Cloudflare WAN destinations from Workers VPC
You can now use VPC Network bindings with networkid: "cf1:network" to reach your full private network from Workers, including: Cloudflare Mesh nodes and client devices Subnet routes and hostname routes announced through Cloudflare Tunnel or Cloudflare Mesh Destinations connected through Cloudflare WAN on-ramps — GRE...
Containers - Control where your Containers run with regional and jurisdictional placement
You can now specify placement constraints to control where your Containers run. Constraint Values Use case regions ENAM , WNAM , EEUR , WEUR Geographic placement jurisdiction eu , fedramp Compliance boundaries Use regions to limit placement to specific geographic areas. Use jurisdiction to restrict containers to com...