Skip to content

Commit 5d6a88f

Browse files
Lasimgithub-actions[bot]
authored andcommitted
chore(satellite): release v0.21.0
1 parent 9fe1dee commit 5d6a88f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

services/satellite/CHANGELOG.md

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

3+
# [0.21.0](https://github.com/deploystackio/deploystack/compare/satellite-v0.20.0...satellite-v0.21.0) (2026-02-14)
4+
5+
6+
### feat
7+
8+
* **all:** add OAuth requirement field, hierarchical router improvements, and tool filtering ([](https://github.com/deploystackio/deploystack/commit/231b175e01b4e3d04bb6e20c5442d2f91e34b737))
9+
* **all:** add reconnect button for offline HTTP/SSE MCP servers ([](https://github.com/deploystackio/deploystack/commit/92ff5093ab02c1c61a8c87062380a003254d8e05))
10+
11+
12+
### fix
13+
14+
* **all:** use WAF-friendly User-Agent headers for HTTP MCP server requests ([](https://github.com/deploystackio/deploystack/commit/2c9cae011f4fe648d6f0893e1a3150c7093bd9b4))
15+
316
# [0.20.0](https://github.com/deploystackio/deploystack/compare/satellite-v0.18.0...satellite-v0.19.0) (2026-02-08)
417

518

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.20.0",
3+
"version": "0.21.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.20.0',
13-
buildTime: '2026-02-08T21:26:11.013Z',
12+
version: '0.21.0',
13+
buildTime: '2026-02-14T20:17:43.732Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)