Skip to content

@emdash-cms/cloudflare@0.20.0

Choose a tag to compare

@emdashbot emdashbot released this 16 Jun 17:00
7f14318

Minor Changes

  • #1492 7688f0b Thanks @ascorbic! - Adds a durableObjects() database adapter that stores the whole CMS in a single Durable Object's SQLite. With session: "auto" (plus the experimental and replica_routing compatibility flags) reads route to the nearest read replica and writes proxy to the primary, cutting read latency for globally distributed traffic. Register the exported EmDashDB class in your worker and add a new_sqlite_classes migration.

Patch Changes