chore(release): 8.0.0-rc.3

This commit is contained in:
David Snelling 2026-06-23 16:06:20 -07:00
parent 0e8972c6fa
commit 6991bbe3d2
3 changed files with 21 additions and 3 deletions

View file

@ -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)

4
package-lock.json generated
View file

@ -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",

View file

@ -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",