Skip to content

Commit cbf4dc7

Browse files
authored
Merge pull request #525 from deploystackio/satellite-release
[Satellite Release] v0.12.0
2 parents 086b98d + 86acd99 commit cbf4dc7

File tree

4 files changed

+56
-4
lines changed

4 files changed

+56
-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: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# Changelog
22

3+
## 0.12.0 (2025-11-30)
4+
5+
* chore(all): bump isomorphic-dompurify from 2.32.0 to 2.33.0 6243596
6+
* chore(all): update dependencies in package.json files 12bdfcd
7+
* chore(backend): release v0.46.0 772c0fa
8+
* chore(backend): release v0.46.0 1490b2a
9+
* chore(backend): release v0.47.0 2070153
10+
* chore(backend): release v0.47.0 cb03508
11+
* chore(backend): release v0.48.0 c6c7efc
12+
* chore(backend): release v0.48.0 dde356a
13+
* chore(deps): bump actions/checkout from 5 to 6 e5d84d1
14+
* chore(frontend): release v0.41.0 6f71964
15+
* chore(frontend): release v0.41.0 52da4b2
16+
* chore(frontend): release v0.42.0 94ca47c
17+
* chore(frontend): release v0.42.0 14e3b3b
18+
* chore(frontend): release v0.43.0 7d260ab
19+
* chore(frontend): release v0.43.0 86f1055
20+
* chore(frontend): release v0.44.0 086b98d
21+
* chore(frontend): release v0.44.0 589b69a
22+
* feat(all): add cleanup job for satellite heartbeats and worker f2f0d7c
23+
* feat(all): add server_count to MCP category schema and responses, view mcp server catalog 7bac93b
24+
* feat(all): add slug field for server identification and validation change a1b8088
25+
* feat(all): implement breadcrumbs and several frontend and UI improvements f3d3e70
26+
* feat(all): implement tool toggle functionality with optimistic updates 4189eb0
27+
* feat(backend): add API endpoint for retrieving team usage statistics 0be749b
28+
* feat(backend): add API endpoint to list featured MCP categories 79c6a53
29+
* feat(backend): add satellite command notifications for MCP installations 769d557
30+
* feat(backend): add total MCP server installation limit per team a9dff02
31+
* feat(backend): complete PostgreSQL-only database migration 88c52f8
32+
* feat(backend): enhance database connection options and error logging 2ac4964
33+
* feat(backend): enhance server list and search responses with category details 92a86a1
34+
* feat(backend): implement CRUD operations for OAuth providers ddb26bd
35+
* feat(backend): implement minimal server response format for list endpoints bf97cd6
36+
* feat(backend): implement toggle tool status route for MCP installations a4f8713
37+
* feat(frontend): add featured MCP servers page and related components 00f4897
38+
* feat(frontend): add MCP server limit to team management forms c47091a
39+
* feat(frontend): add spinner component and replace loading indicators 8f5bd9f
40+
* feat(frontend): add team usage indicator component and integration e035a86
41+
* feat(frontend): add team usage statistics component and API integration 0befca8
42+
* feat(frontend): implement settings menu components for client configuration 0eb2ae6
43+
* feat(frontend): replace switches with checkboxes for settings c144d10
44+
* feat(satellite): enhance logging for tool execution and OAuth header injection 0bd6546
45+
* feat(satellite): implement disabled tool management and filtering 7adc7b4
46+
* feat(satellite): unify tool path format to use serverSlug for namespacing 210a576
47+
* fix(backend): convert string values to numbers for tool statistics 17b970f
48+
* fix(backend): replace like with ilike for case-insensitive search e88c5fb
49+
* fix(backend): set git_branch to null if repository_url is absent bb16362
50+
* style(frontend): remove max-width from content area in settings and profile b9624a8
51+
* feature(backend): re-build the global settings - added name param dfab0ed
52+
* refactor(backend): use GlobalSettings for backend URL in OAuth routes 7aa72ca
53+
* refactor(satellite): enhance headers for Cloudflare compatibility 362987f
54+
355
## 0.11.0 (2025-11-23)
456

557
* chore(backend): release v0.45.0 482c6f4

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.11.0",
3+
"version": "0.12.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.11.0',
13-
buildTime: '2025-11-23T07:00:30.861Z',
12+
version: '0.12.0',
13+
buildTime: '2025-11-30T22:49:55.147Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)