From e7ea9c4e4b2e97c621032e506bb5513b960094dd Mon Sep 17 00:00:00 2001 From: David Snelling Date: Fri, 24 Oct 2025 13:13:29 -0700 Subject: [PATCH] chore(release): 4.4.0 --- 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 ead93de6..c0b17265 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. +### [4.4.0](https://github.com/soulcraftlabs/brainy/compare/v4.3.2...v4.4.0) (2025-10-24) + +- docs: update CHANGELOG for v4.4.0 release (a3c8a28) +- docs: add VFS filtering examples to brain.find() JSDoc (d435593) +- test: comprehensive tests for remaining APIs (17/17 passing) (f9e1bad) +- fix: add includeVFS to initializeRoot() - prevents duplicate root creation (fbf2605) +- fix: vfs.search() and vfs.findSimilar() now filter for VFS files only (0dda9dc) +- test: add comprehensive API verification tests (21/25 passing) (ce8530b) +- fix: wire up includeVFS parameter to ALL VFS-related APIs (6 critical bugs) (7582e3f) +- test: fix brain.add() return type usage in VFS tests (970f243) +- feat: brain.find() excludes VFS by default (Option 3C) (014b810) +- test: update VFS where clause tests for correct field names (86f5956) +- fix: VFS where clause field names + isVFS flag (f8d2d37) + + ## [4.4.0](https://github.com/soulcraftlabs/brainy/compare/v4.3.2...v4.4.0) (2025-10-24) diff --git a/package-lock.json b/package-lock.json index 7545fe6c..d4da626c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "4.3.2", + "version": "4.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "4.3.2", + "version": "4.4.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index fea8880d..48c7e4bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "4.3.2", + "version": "4.4.0", "description": "Universal Knowledge Protocol™ - World's first Triple Intelligence database unifying vector, graph, and document search in one API. 31 nouns × 40 verbs for infinite expressiveness.", "main": "dist/index.js", "module": "dist/index.js",