docs(releases): the 10.4.10 note — a planner door, batched containment repair, a fixed near()
Some checks failed
CI / Node 22 (push) Successful in 12m32s
CI / Node 24 (push) Successful in 12m18s
CI / Bun (latest) (push) Successful in 12m28s
CI / Integration + conformance (Node 22) (push) Failing after 17m3s
Some checks failed
CI / Node 22 (push) Successful in 12m32s
CI / Node 24 (push) Successful in 12m18s
CI / Bun (latest) (push) Successful in 12m28s
CI / Integration + conformance (Node 22) (push) Failing after 17m3s
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:
parent
3dadbec8f2
commit
08758c254f
1 changed files with 12 additions and 0 deletions
|
|
@ -1,6 +1,18 @@
|
||||||
{
|
{
|
||||||
"product": "open-brainy",
|
"product": "open-brainy",
|
||||||
"entries": [
|
"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",
|
"version": "10.4.9",
|
||||||
"date": "2026-09-02",
|
"date": "2026-09-02",
|
||||||
|
|
|
||||||
Reference in a new issue