From 89c4b7016c060978472256d761fc9b178f95a2fd Mon Sep 17 00:00:00 2001 From: David Snelling Date: Sun, 21 Jun 2026 10:45:28 -0700 Subject: [PATCH] chore(release): 8.0.0-rc.2 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 459e168b..1a85b600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.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) +- feat(8.0): brain.graph.export() + noun-walk cursor + noun visibility hydration (c2a84c9) +- feat(8.0): brain.graph.subgraph() + native-provider routing (8c2b57a) +- feat(8.0): related({ node }) — one-call both-direction incident edges (d4de48d) +- feat(8.0): GraphAccelerationProvider contract — the native graph-engine seam (a3d6fdb) +- perf(8.0): cursor pagination for the verb walk — full edge pagination O(N²) → O(N) (682e786) +- perf(8.0): visibility-aware fast adjacency — related() stays O(degree) under default visibility (a914313) +- feat(8.0): upsert + FindParams.includeVectors + removeMany adaptive chunking (4cc2088) +- docs(8.0): note reserved-field default-throw in RELEASES rc additions (1bc709d) +- feat(8.0): reserved-field enforcement — reservedFieldPolicy defaults to throw (54c7c39) +- docs: mark 8.0.0-rc.1 published (npm tag rc) + note rc.1 additions (ae3fe82) + + ### [8.0.0-rc.1](https://github.com/soulcraftlabs/brainy/compare/v7.31.2...v8.0.0-rc.1) (2026-06-20) - feat(8.0): id-normalization (#18) + aggregation min/max delete-safety + RC-safe release (d02e522) diff --git a/package-lock.json b/package-lock.json index fb259f1d..dd6f45a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "8.0.0-rc.1", + "version": "8.0.0-rc.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "8.0.0-rc.1", + "version": "8.0.0-rc.2", "license": "MIT", "dependencies": { "@msgpack/msgpack": "^3.1.2", diff --git a/package.json b/package.json index 2cea5b22..aa4afecf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "8.0.0-rc.1", + "version": "8.0.0-rc.2", "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",