From 0b059ac5debe62a876098cd6579f49a1c356be37 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Mon, 3 Aug 2026 12:16:05 -0700 Subject: [PATCH] =?UTF-8?q?docs:=20port=20the=208.10.2=20backport-release?= =?UTF-8?q?=20changelog=20entry=20to=20main=20=E2=80=94=20release=20branch?= =?UTF-8?q?es=20carry=20the=20version=20bump,=20main=20carries=20the=20dur?= =?UTF-8?q?able=20record?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04283b67..9be875d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ All notable changes to this project will be documented in this file. See [standa - ci: run the pipeline on the forge (999d0ebb) +### [8.10.2](https://source.soulcraft.com/soulcraft/brainy/compare/v8.10.1...v8.10.2) (2026-07-29) + +- docs: 8.10.2 consumer release notes — update() write granularity, PathResolver idle-log fix, graph-lsm key recognition (a0123b5b) +- fix: metadata-only update() never rewrites the noun record — the unconditional whole-vector save turned per-entity stat touches into full rewrites+fsync, amplifying read-heavy sweeps into disk saturation on a production deployment (5b65eb82) + + ### [8.10.1](https://source.soulcraft.com/soulcraft/brainy/compare/v8.10.0...v8.10.1) (2026-07-24) - refactor: remove the orphaned transaction-result type left behind by the dead-path removal (edf123a5)