From f3765afb9e9615bf3b72edf0605378ce8243b2da Mon Sep 17 00:00:00 2001 From: David Snelling Date: Tue, 9 Dec 2025 09:38:05 -0800 Subject: [PATCH] chore(release): 6.3.1 --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1600def1..c99ee3f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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. +### [6.3.1](https://github.com/soulcraftlabs/brainy/compare/v6.3.0...v6.3.1) (2025-12-09) + +- fix(versioning): clean architecture with index pollution prevention (f145fa1) +- chore(release): 6.3.0 - singleton GraphAdjacencyIndex architecture fix (292be1b) +- fix(architecture): singleton GraphAdjacencyIndex via storage.getGraphIndex() (v6.3.0) (c15892e) +- chore(release): 6.2.9 - fix critical VFS bugs (directory corruption) (810b756) +- fix(vfs): resolve two critical VFS bugs causing directory listing corruption (2ba69ec) +- chore(release): 6.2.8 - deferred HNSW persistence for 30-50× faster cloud adds (1da6048) +- perf(hnsw): deferred persistence mode for 30-50× faster cloud storage adds (4d1d567) +- chore(release): 6.2.7 - simplify cloud storage to always-on write buffering (a33b759) +- perf(storage): simplify cloud adapters to always-on write buffering (26510ce) +- chore(release): 6.2.6 - fix cloud storage read-after-write consistency (6449bb1) +- fix(storage): populate cache before write buffer for read-after-write consistency (2d27bd0) +- chore(release): 6.2.5 - fix counts.byType() accumulation bug (e4bbd7f) +- fix(counts): counts.byType() returns inflated values due to accumulation bug (9456c2c) +- chore(release): 6.2.4 - fix asOf() COW property name mismatch (ea53c11) +- fix(cow): asOf() fails with "COW not enabled" due to property name mismatch (b3ae18b) +- chore(release): 6.2.3 - fix counts.byType({ excludeVFS: true }) returning empty (0ba6da4) +- fix(counts): counts.byType({ excludeVFS: true }) now returns correct type counts (9b2ff2d) + + ### [6.2.2](https://github.com/soulcraftlabs/brainy/compare/v6.2.1...v6.2.2) (2025-11-25) - refactor: remove 3,700+ LOC of unused HNSW implementations (e3146ce) diff --git a/package-lock.json b/package-lock.json index ada6d6d0..830d18d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "6.3.0", + "version": "6.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "6.3.0", + "version": "6.3.1", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index 30442200..0b49ca2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "6.3.0", + "version": "6.3.1", "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",