Skip to content

Commit f80c8b7

Browse files
authored
Merge pull request #544 from deploystackio/satellite-release
[Satellite Release] v0.13.0
2 parents ad287e4 + fdbbcdf commit f80c8b7

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/satellite/CHANGELOG.md

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

3+
## 0.13.0 (2025-12-04)
4+
5+
* feat(all): add real-time MCP server config updates with automatic stdio restart ad287e4
6+
* feat(all): add user configuration support in installation process cd26a0e
7+
* feat(all): queue MCP server deletion as background job with cascade notifications 679fcb5
8+
* feat(backend): add email notifications for MCP installation events 448e687
9+
* feat(frontend): add boolean select input for environment variables bbd9b62
10+
* feat(frontend): implement server search and installation wizard 4a78930
11+
* feat(frontend): simplify checkbox value update handling in settings 8b7c3ac
12+
* feat(satellite): add support for public backend URL in OAuth configuration aebb814
13+
* chore(backend): release v0.49.0 b8459cd
14+
* chore(backend): release v0.49.0 cb8ca0a
15+
* chore(backend): release v0.50.0 cee81fb
16+
* chore(backend): release v0.50.0 56decfb
17+
* chore(frontend): release v0.45.0 b3fe4a0
18+
* chore(frontend): release v0.45.0 430bfe1
19+
* fix(backend): notify satellites when auto-installing MCP servers for new teams b3df717
20+
* fix(frontend): clean repository URL and improve validation logic 3862166
21+
* fix(frontend): clear additional edit-related storage keys 726626a
22+
* fix(frontend): implement category caching and loading logic 38fa102
23+
* fix(frontend): normalize tag input to lowercase on addition 50fc847
24+
* fix(frontend): remove hotlined profile picture 2fa3257
25+
* fix(frontend): update logout messages for clarity and consistency 5bf215b
26+
* style(frontend): adjust padding for server details display c19c47a
27+
* docs(all): update feature list with per-tool access controls and catalog improvements d4ec492
28+
329
## 0.12.0 (2025-12-01)
430

531
* chore(frontend): release v0.44.0 086b98d

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.12.0",
3+
"version": "0.13.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.12.0',
13-
buildTime: '2025-11-30T22:49:55.147Z',
12+
version: '0.13.0',
13+
buildTime: '2025-12-04T15:37:58.286Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)