Skip to content

emdash

v@emdash-cms/[email protected] Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

Published 1mo Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

astro cms emdash typescript

Summary

AI summary

New experimental coalesce option for the d1() adapter speeds uncached page loads by batching read queries.

Changes in this release

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 aa815aa Thanks @ascorbic! - New experimental coalesce option for the d1() 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 session to 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

Track emdash

Get notified when new releases ship.

Sign up free

About emdash

All releases →

Related context

Related tools

Earlier breaking changes

Beta — feedback welcome: [email protected]