How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Durable Objects, Workers - Declare Durable Object class lifecycle with `exports`

calendar_today July 4, 2026 domain cloudflare

A new declarative exports field in your Wrangler configuration file replaces the imperative migrations array for managing Durable Object class lifecycle. Instead of writing an ordered list of migration steps with unique tags, you declare each Durable Object class your Worker exports and Cloudflare compares that against what’s already deployed to determine what Durable Object state needs to be created, renamed, or deleted. With legacy migrations, renaming ChatRoom to Room requires retaining both tagged steps: { “ migrations “ : [ { “ tag “ : “v1” , “ new_sqlite_classes “ : [ “ChatRoom” ] }, { “

open_in_new Read original post