Skip to content

Commit ca47eac

Browse files
authored
Merge pull request #706 from deploystackio/satellite-release
[Satellite Release] v0.20.0
2 parents 5793cfe + e87adbc commit ca47eac

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

services/satellite/CHANGELOG.md

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

3+
# [0.20.0](https://github.com/deploystackio/deploystack/compare/satellite-v0.19.0...satellite-v0.20.0) (2026-02-08)
4+
5+
6+
### chore
7+
8+
* **all:** bump @modelcontextprotocol/sdk from 1.25.3 to 1.26.0 ([](https://github.com/deploystackio/deploystack/commit/cb1e232a5232ea511d74698fdb25526715fdb589))
9+
10+
11+
### feat
12+
13+
* **all:** add satellite management UI and GitHub deployment lifecycle features ([](https://github.com/deploystackio/deploystack/commit/882c338a006db6cae28fb851428283354f091e28))
14+
* **satellite:** add instance path and token hash to MCP server config ([](https://github.com/deploystackio/deploystack/commit/79b90cec58dfabf818a702105ded50d463ec7d48))
15+
* **satellite:** enhance MCP activity tracking with instance token support ([](https://github.com/deploystackio/deploystack/commit/5793cfef6ad12bb41883887c44b85eb63ebf17fe))
16+
* **satellite:** enhance tool discovery and execution logging ([](https://github.com/deploystackio/deploystack/commit/6dfd20e2f41b05f8366d4c92b2ba34cb9520313c))
17+
* **satellite:** implement instance router for path-based MCP access ([](https://github.com/deploystackio/deploystack/commit/d6eafc968001ebe94e8163b61dec6e910510ac39))
18+
* **satellite:** implement MCP session manager for transport lifecycle ([](https://github.com/deploystackio/deploystack/commit/50f4a62045b87c3152b6bc5ba0a7e20d5d94dc1f))
19+
320
## 0.19.0 (2026-02-01)
421

522
* docs(all): improve formatting and clarity in README.md ([0da73351350726907c060504f7f7d9ec175956bb](https://github.com/deploystackio/deploystack/commit/0da73351350726907c060504f7f7d9ec175956bb))

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.19.0",
3+
"version": "0.20.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.19.0',
13-
buildTime: '2026-02-01T21:20:19.866Z',
12+
version: '0.20.0',
13+
buildTime: '2026-02-08T21:26:11.013Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)