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:
parent
591a22ad48
commit
30fe943146
2 changed files with 3 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue