Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog


## [v3.8.2] - 2026-07-30
## [v3.8.2] - 2026-08-06

Plan 21: liveness/readiness probe split and structured agent auth errors (coordinate with Edgelet v3.8.2). Also embedded OAuth logout/re-login hardening, EdgeOps Console **v1.0.12**, operator sizing docs, **SQLite write-queue self-recovery** for long-running single-node deployments, and **`NATS_SERVER_URL`** for NATS-enabled application microservices.

Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"sequelize": "6.37.8",
"sqlite3": "^6.0.1",
"string-format": "2.0.0",
"undici": "^7.28.0",
"undici": "^7.29.0",
"ws": "^8.21.0",
"xss-clean": "0.1.1"
},
Expand Down Expand Up @@ -164,10 +164,14 @@
"tar": "^7.5.19",
"protobufjs": "^7.6.5",
"js-yaml": "4.3.0",
"brace-expansion": "5.0.8",
"brace-expansion": "5.0.9",
"uuid": "11.1.1",
"diff": "8.0.3",
"serialize-javascript": "7.0.5"
"serialize-javascript": "7.0.5",
"ip-address": "^10.3.1",
"node-gyp": {
"undici": "^6.28.0"
}

}
}