docs: RELEASES.md frames the release as 10.0.0 — honest major (log format v2 forward-only); comment wording cleanup
All checks were successful
CI / Node 22 (push) Successful in 12m20s
CI / Node 24 (push) Successful in 12m7s
CI / Bun (latest) (push) Successful in 12m25s

This commit is contained in:
David Snelling 2026-08-10 12:41:58 -07:00
parent a50726e6a8
commit d1698fa5be
2 changed files with 10 additions and 5 deletions

View file

@ -31,12 +31,17 @@ is sometimes cited as a 7.x removal — those methods never existed on 7.x; the
---
## UNRELEASED — the write-path and lifecycle release (version set at cut)
## v10.0.0 — 2026-08-10 (the write-path and lifecycle release)
The theme: **writes ack fast and honestly, startup adopts instead of rebuilding, and
every query path serves, announces, or refuses — never silently degrades.** Everything
below is on `main`, gated, and ships as one release together with the matching native
accelerator version.
every query path serves, announces, or refuses — never silently degrades.** Ships as
one release together with the matching native accelerator version.
**Why a major:** the generation log gains write format v2 — new segments carry typed,
versioned records with integrity seals. A 9.x build refuses a v2 segment with a clear
version-naming error (never a misread), which means **a brain written by 10.x cannot
be opened by 9.x**. Existing v1 history stays readable forever; upgrading requires no
migration and no data touch — the format moves forward only as you write.
### New capabilities