chore(release): 6.3.1

This commit is contained in:
David Snelling 2025-12-09 09:38:05 -08:00
parent f145fa1fc8
commit f3765afb9e
3 changed files with 24 additions and 3 deletions

View file

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

4
package-lock.json generated
View file

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

View file

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