docs(releases): the 10.4.10 note — a planner door, batched containment repair, a fixed near()
Some checks are pending
CI / Integration + conformance (Node 22) (push) Has started running
CI / Node 22 (push) Successful in 12m32s
CI / Bun (latest) (push) Has started running
CI / Node 24 (push) Successful in 12m18s

Gate: 10.4.10 candidate (a8c5fbf9) vs 10.4.9 control (eec90bdd) —
collected 3,223/3,211, 0 new reds. shasum ffff79c5c4bcbc614545ad72e8d0138c039062e9.
This commit is contained in:
David Snelling 2026-09-02 12:16:42 -07:00
parent 3dadbec8f2
commit 08758c254f

View file

@ -1,6 +1,18 @@
{
"product": "open-brainy",
"entries": [
{
"version": "10.4.10",
"date": "2026-09-02",
"headline": "A planner door for indexes, batched containment repair, and a fixed near()",
"items": [
"An optional planFindPage door lets an index plan a find() and answer it in one call, instead of the engine assembling the plan itself.",
"repairContainment's reconcile pass now walks paged edges once instead of issuing one graph call per file.",
"find({ near }) now searches around the anchor's own vector and refuses by name when none is available, instead of silently querying with no vector at all."
],
"url": "https://source.soulcraft.com/soulcraftlabs/open-brainy/releases/tag/v10.4.10",
"thumb": null
},
{
"version": "10.4.9",
"date": "2026-09-02",