From 6991bbe3d2adbd6a88c1f80658682d6a51cb86ca Mon Sep 17 00:00:00 2001 From: David Snelling Date: Tue, 23 Jun 2026 16:06:20 -0700 Subject: [PATCH] chore(release): 8.0.0-rc.3 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a85b600..de64d359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [8.0.0-rc.3](https://github.com/soulcraftlabs/brainy/compare/v8.0.0-rc.2...v8.0.0-rc.3) (2026-06-23) + +- test(8.0): de-flake the VFS path-cache timing assertion (0e8972c) +- feat(8.0): asOf at-gen vector defer — provider-served historical semantic search (#35) (1c363e8) +- perf(8.0): bound find({ where, orderBy }) sort to the page (CTX-BR-FIND-ORDERBY) (450084b) +- feat(8.0): brain.graph.subgraph(query) query→expand fusion (#61) (82dde92) +- feat(8.0): vector allowedIds predicate-pushdown into find() (#46) (dd325f2) +- feat(8.0): graph analytics — brain.graph.rank / communities / path (632d90a) +- fix(8.0): restore() reloads a native entity-id mapper before graphIndex.rebuild() (4d0b64f) +- test(8.0): cover pending-tier range queries + setRetentionBudget adaptive reclaim (3783e61) +- feat(8.0): Model-B per-write generation-stamping + adaptive retention knob (5c3bb2c) +- test(8.0): Model-B write-perf + scalability spike harnesses (afac7f9) +- perf(8.0): per-id history chains for O(log) historical reads + bounded delta cache (ceed70d) +- refactor(8.0): graph analytics contract — intent names, not algorithm names (f3e6911) +- docs(8.0): RELEASES — native provider is @soulcraft/cor 3.0 (fix cortex 3.0 self-contradiction) (96d9c0b) +- test(8.0): cover the native graph seam + make provider resolution factory-tolerant (29410bc) + + ### [8.0.0-rc.2](https://github.com/soulcraftlabs/brainy/compare/v8.0.0-rc.1...v8.0.0-rc.2) (2026-06-21) - docs(8.0): RELEASES rc.2 additions — graph engine + additive wins + correctness fixes (18f27cb) diff --git a/package-lock.json b/package-lock.json index dd6f45a2..bf8feba9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "8.0.0-rc.2", + "version": "8.0.0-rc.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "8.0.0-rc.2", + "version": "8.0.0-rc.3", "license": "MIT", "dependencies": { "@msgpack/msgpack": "^3.1.2", diff --git a/package.json b/package.json index aa4afecf..0f312ba9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "8.0.0-rc.2", + "version": "8.0.0-rc.3", "description": "Universal Knowledge Protocol™ - World's first Triple Intelligence database unifying vector, graph, and document search in one API. Stage 3 CANONICAL: 42 nouns × 127 verbs covering 96-97% of all human knowledge.", "main": "dist/index.js", "module": "dist/index.js",