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
This commit is contained in:
David Snelling 2025-08-07 08:50:42 -07:00
parent 591a22ad48
commit 30fe943146
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

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

View file

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