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 e7a5df3613
commit 4d7921bac9
2 changed files with 3 additions and 3 deletions

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