This release adds 3 notable features for engineering teams evaluating rollout.
Published 1mo
Productivity & Wikis
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
astro
cms
emdash
typescript
Affected surfaces
breaking_upgrade
Summary
AI summaryAdds a durableObjects() database adapter that stores the CMS in a single Durable Object's SQLite with auto‑session routing.
Full changelog
Minor Changes
- #1492
7688f0bThanks @ascorbic! - Adds adurableObjects()database adapter that stores the whole CMS in a single Durable Object's SQLite. Withsession: "auto"(plus theexperimentalandreplica_routingcompatibility flags) reads route to the nearest read replica and writes proxy to the primary, cutting read latency for globally distributed traffic. Register the exportedEmDashDBclass in your worker and add anew_sqlite_classesmigration.
Patch Changes
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About emdash
All releases →Related context
Earlier breaking changes
- v@emdash-cms/[email protected] Requires Cloudflare Workers sites to add Cron Trigger and update entry point for scheduled publishing.
- [email protected] Schema migration adds `locale` and `translation_group` columns to `_emdash_bylines`.
- [email protected] Byline hydration now strictly per-locale, suppressing cross‑locale fallback.
- v@emdash-cms/[email protected] Changes `_emdash_content_bylines.byline_id` to store translation_group instead of row id, enforcing strict per-locale credit hydration.
- v@emdash-cms/[email protected] Registry install handler fails closed on non-conforming aggregator release records.
Beta — feedback welcome: [email protected]