Skip to content

Commit fbb0c06

Browse files
authored
Merge pull request #622 from deploystackio/satellite-release
[Satellite Release] v0.16.0
2 parents 782303c + c4fe0f4 commit fbb0c06

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

services/satellite/CHANGELOG.md

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

3+
## 0.16.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(satellite): add backend status tracking to debug endpoint ([3ce04acd430670ef6d46a9d4fe6d3db87042111d](https://github.com/deploystackio/deploystack/commit/3ce04acd430670ef6d46a9d4fe6d3db87042111d))
7+
* feat(satellite): add immediate status updates on tool execution ([d33d49567802ad3253f28aa547b4dd5482eaedc1](https://github.com/deploystackio/deploystack/commit/d33d49567802ad3253f28aa547b4dd5482eaedc1))
8+
* chore(all): bump vite from 7.2.7 to 7.3.0 ([35da3c2261eb8218b9b81f0815f54fc62f8c4e27](https://github.com/deploystackio/deploystack/commit/35da3c2261eb8218b9b81f0815f54fc62f8c4e27))
9+
* fix(satellite): emit status event on successful tool discovery ([19129acc9d82df000cdeca8c80745061c96c9ef4](https://github.com/deploystackio/deploystack/commit/19129acc9d82df000cdeca8c80745061c96c9ef4))
10+
311
## 0.15.0 (2025-12-19)
412

513
## 0.15.0 (2025-12-19)

services/satellite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/satellite",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "DeployStack Satellite - MCP Server Management Service",
55
"main": "dist/index.js",
66
"scripts": {

services/satellite/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.15.0',
13-
buildTime: '2025-12-19T07:31:53.643Z',
12+
version: '0.16.0',
13+
buildTime: '2025-12-24T10:16:35.533Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)