From 99d526d394d281680cb256ffb7ed116969bcd040 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Thu, 2 Jul 2026 15:19:17 -0700 Subject: [PATCH] chore(release): 8.0.7 --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 49 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f37736a8..70cf8313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,52 @@ 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.7](https://github.com/soulcraftlabs/brainy/compare/v8.0.1...v8.0.7) (2026-07-02) + +- docs: GA version is 8.0.7 — npm retired 8.0.0-8.0.6 (January dev-cycle unpublishes) (5db2c41) +- chore(release): 8.0.1 (48bea9e) +- docs: flagship README for the 8.0 GA; GA version is 8.0.1 (e44620e) +- docs: rename the native provider to @soulcraft/cor across public docs and JSDoc (bf4a333) +- chore(release): 8.0.0 (a3c2717) +- docs: RELEASES.md 8.0.0 GA entry (RC notes become history) (4584d0b) +- feat: promote the 8.0 u64-id line to main for the 8.0.0 GA (55d57f8) +- fix(8.0): byte-copy _id_mapper/* in the pre-upgrade backup (cor's write-new nuance) (a30ed72) +- chore(release): 7.33.5 (29b9d5f) +- fix: metadata cold-read guard — no more silent [] on cold find({where}) (7.33.5) (9dc4c5e) +- fix(8.0): metadata cold-read guard — no more silent [] on cold find({where}) (79e8709) +- docs(8.0): add module JSDoc to typeValidation.ts (the one file missing a module block) (ab53fa0) +- feat(8.0): auto pre-upgrade backup — hard-link snapshot before the 7.x→8.0 migration (1aad1f6) +- fix(ci): commit the prebuilt wasm pkg + build before test:bun (green CI on fresh clone) (ed178e2) +- chore(release): 7.33.4 (2be3d0f) +- fix: never serve a silent [] from find({connected}) on a cold-loaded graph (fd699d0) +- chore(release): 7.33.3 (d1665bb) +- fix: re-validate find() results against the predicate (index-integrity guard) (7b5db0d) +- chore(release): 7.33.2 (9593a27) +- fix: graph adjacency cold-load consistency guard — no more silent [] on connected (1694f68) +- chore(release): 7.33.1 (811c7da) +- fix: getNouns cursor pagination re-scanned the first page forever (permanent CPU loop) (6721c52) +- chore(release): 7.33.0 (526aaad) +- feat: visibility tier (public/internal/system) on nouns + verbs (3a62445) +- chore(release): 7.32.2 (c53dd61) +- refactor: rename BackupData → PortableGraph (the type is interchange, not a backup) (89036de) +- chore(release): 7.32.1 (5e7379d) +- fix: getNouns().totalCount reports true total, not page size; quiet benign mmap-vector log (edff637) +- chore(release): 7.32.0 (adec0ba) +- feat: portable graph export()/import() (BackupData v1) on brain.data() (a408d37) +- chore(release): 7.31.8 (89c6d04) +- fix: query-cap memory misread (MemAvailable + floor) + rootDirectory getter for native mmap fast-path (3f8e097) +- chore(release): 7.31.7 (4f8159c) +- fix: vfs.rename() issues a metadata-only update + rollback of fresh adds removes them (ac29b0e) +- chore(release): 7.31.6 (9b52629) +- fix: remap reserved fields from update() metadata patches to their canonical location (67e5fc8) +- chore(release): 7.31.5 (e5ec658) +- fix: feature-detect setVectorBackend before wiring the mmap-vector backend (a537b36) +- chore(release): 7.31.4 (a8cbab6) +- fix: feature-detect setConnectionsCodec before wiring the connections codec (747ab97) +- chore(release): 7.31.3 (cfb051c) +- fix: mmap-vector backend capacity NaN at the provider FFI boundary (eade6ff) + + ### [8.0.0-rc.9](https://github.com/soulcraftlabs/brainy/compare/v8.0.0-rc.8...v8.0.0-rc.9) (2026-07-01) - docs(8.0): RELEASES.md — rc.9 (migration LOCK + 6x cosine + ES2023/Node22 floor) (3a33987) diff --git a/package-lock.json b/package-lock.json index 3520b24e..8d3ed9c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "8.0.1", + "version": "8.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "8.0.1", + "version": "8.0.7", "license": "MIT", "dependencies": { "@msgpack/msgpack": "^3.1.2", diff --git a/package.json b/package.json index d82dd25b..a399e90a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "8.0.1", + "version": "8.0.7", "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",