This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryNew experimental coalesce option for the d1() adapter speeds uncached page loads by batching read queries.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds experimental `coalesce` option for the `d1()` adapter to batch read queries. Adds experimental `coalesce` option for the `d1()` adapter to batch read queries. Source: llm_adapter@2026-06-11 Confidence: high |
— |
Full changelog
Minor Changes
-
#1410
aa815aaThanks @ascorbic! - New experimentalcoalesceoption for thed1()adapter, for much faster uncached page loads:emdash({ database: d1({ binding: "DB", session: "auto", coalesce: true }), });When enabled, read queries that a page issues at the same time are sent to D1 as a single round trip instead of one at a time. A page that runs half a dozen queries — settings, menus, the entry, related posts — pays for one trip to the database instead of six, which can cut uncached render time by more than half. Each query still gets its own results and its own errors, and writes are unaffected. Requires
sessionto be enabled; off by default while experimental.
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]