• v10.4.7 e8a0e38fb6

    10.4.7 — counts persistence is single-flight
    Some checks failed
    Publish (The Source) / Publish to The Source registry (push) Successful in 12m36s
    CI / Node 22 (push) Successful in 12m20s
    CI / Node 24 (push) Successful in 12m12s
    CI / Integration + conformance (Node 22) (push) Failing after 17m0s
    CI / Bun (latest) (push) Successful in 12m26s
    Stable

    fleet-bot released this 2026-09-01 21:51:49 +02:00 | 1 commits to main since this release

    Concurrent count flushes coalesce into a single writer with a trailing pass, and the atomic temp file carries a per-process sequence — the write-through race that could corrupt a store's count ledger under parallel flushes is closed by construction. Pinned in tests/integration/counts-persist-single-flight.test.ts.

    Downloads