From 30fe9431468b898a22b3ccf484e6878433f27ce6 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Thu, 7 Aug 2025 08:50:42 -0700 Subject: [PATCH] chore(release): 0.54.0 [skip ci] feat: automatic adaptive performance optimization - Zero-configuration socket management (100-2000 dynamic scaling) - Intelligent backpressure with circuit breaker - Self-healing and auto-recovery from overload - Real-time performance monitoring - Automatic batch size optimization - Prevents socket exhaustion in high-volume scenarios --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 50309bcc..f7c3a436 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "0.53.1", + "version": "0.54.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "0.53.1", + "version": "0.54.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index 0f790cf5..6317baca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "0.53.1", + "version": "0.54.0", "description": "A vector graph database using HNSW indexing with Origin Private File System storage", "main": "dist/index.js", "module": "dist/index.js",