chore(release): 7.25.0

This commit is contained in:
David Snelling 2026-05-27 15:45:33 -07:00
parent 6099101336
commit df7d739008
3 changed files with 16 additions and 3 deletions

View file

@ -2,6 +2,19 @@
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. 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.
### [7.25.0](https://github.com/soulcraftlabs/brainy/compare/v7.24.0...v7.25.0) (2026-05-27)
- docs: remove stale distanceSQ8 JSDoc left by the SQ8 hook refactor (6099101)
- feat: export provider contracts for the plugin surface brainy consumes (4b6f63e)
- feat: hook native sort:topK provider into search result ranking (46fc7f2)
- feat: hook native SQ8 distance provider into HNSW reranking (00d14cf)
- merge: storage binary-blob primitive across all adapters (e23361c)
- fix: code-point string collation in LSM SSTable, COW trees/refs, sorted queries (7493d8e)
- feat(storage): add raw binary-blob primitive to every storage adapter (298b572)
- fix: deterministic code-point string collation for column store + aggregation (547721a)
- feat: exact percentile and distinctCount aggregation ops (fe4f5df)
### [7.24.0](https://github.com/soulcraftlabs/brainy/compare/v7.23.0...v7.24.0) (2026-05-26) ### [7.24.0](https://github.com/soulcraftlabs/brainy/compare/v7.23.0...v7.24.0) (2026-05-26)
- feat: array-unnest groupBy for aggregates + batch-embed entity extraction (c2e21b7) - feat: array-unnest groupBy for aggregates + batch-embed entity extraction (c2e21b7)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "@soulcraft/brainy", "name": "@soulcraft/brainy",
"version": "7.24.0", "version": "7.25.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@soulcraft/brainy", "name": "@soulcraft/brainy",
"version": "7.24.0", "version": "7.25.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.540.0", "@aws-sdk/client-s3": "^3.540.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "@soulcraft/brainy", "name": "@soulcraft/brainy",
"version": "7.24.0", "version": "7.25.0",
"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.", "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", "main": "dist/index.js",
"module": "dist/index.js", "module": "dist/index.js",