chore(release): 7.26.0
This commit is contained in:
parent
617c156feb
commit
d30eb6f39f
3 changed files with 11 additions and 3 deletions
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
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.26.0](https://github.com/soulcraftlabs/brainy/compare/v7.25.0...v7.26.0) (2026-05-28)
|
||||
|
||||
- feat: graph link compression — delta-varint connections (2.4.0 #3) (617c156)
|
||||
- feat: column-store JS↔native interchange — raw-blob unify (2.4.0 #4) (71bc30b)
|
||||
- feat: mmap-vector backend wiring — HNSWIndex consumes vectorStore:mmap (2.4.0 #2) (d4cb26c)
|
||||
- feat: stable EntityIdMapper — rebuild() no longer renumbers UUID→int (b2408cb)
|
||||
|
||||
|
||||
### [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)
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@soulcraft/brainy",
|
||||
"version": "7.25.0",
|
||||
"version": "7.26.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@soulcraft/brainy",
|
||||
"version": "7.25.0",
|
||||
"version": "7.26.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.540.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@soulcraft/brainy",
|
||||
"version": "7.25.0",
|
||||
"version": "7.26.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.",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue