Skip to content

Commit 9ae58f6

Browse files
authored
Merge pull request #621 from deploystackio/backend-release
[Backend Release] v0.55.0
2 parents e0464f5 + f41143c commit 9ae58f6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

services/backend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.55.0 (2025-12-24)
4+
5+
* feat(all): add real-time SSE streaming for MCP installations list ([420b99e99af44ae12cd04dca5a05eb60a130aad2](https://github.com/deploystackio/deploystack/commit/420b99e99af44ae12cd04dca5a05eb60a130aad2))
6+
* feat(backend): add SSE endpoint for real-time MCP installation status streaming ([198bd9eaba4123a184752f9c77c1746766ad91b3](https://github.com/deploystackio/deploystack/commit/198bd9eaba4123a184752f9c77c1746766ad91b3))
7+
* feat(backend): optimize installation data retrieval for list views ([85ffc4c4bdd9a0fe43bdf86eb3dd48d93f645ae2](https://github.com/deploystackio/deploystack/commit/85ffc4c4bdd9a0fe43bdf86eb3dd48d93f645ae2))
8+
* chore(all): bump vite from 7.2.7 to 7.3.0 ([35da3c2261eb8218b9b81f0815f54fc62f8c4e27](https://github.com/deploystackio/deploystack/commit/35da3c2261eb8218b9b81f0815f54fc62f8c4e27))
9+
310
## 0.54.0 (2025-12-19)
411

512
* feat(all): Add MCP installation settings, request logs API, and SSE streaming 5f44e43c5fa95527676acc3302c1ac8e764cefe5

services/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/backend",
3-
"version": "0.54.0",
3+
"version": "0.55.0",
44
"scripts": {
55
"dev": "nodemon",
66
"build": "tsc && webpack --mode=production",

services/backend/src/config/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export interface VersionInfo {
99

1010
// This will be replaced by the build script
1111
let versionData: VersionInfo = {
12-
version: '0.54.0',
13-
buildTime: '2025-12-19T07:16:19.612Z',
12+
version: '0.55.0',
13+
buildTime: '2025-12-24T10:08:59.771Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)