diff --git a/package-lock.json b/package-lock.json index e463242f..37396b7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29532,7 +29532,7 @@ }, "services/satellite": { "name": "@deploystack/satellite", - "version": "0.3.0", + "version": "0.4.0", "dependencies": { "@fastify/http-proxy": "^11.3.0", "@fastify/swagger": "^9.5.2", diff --git a/services/satellite/CHANGELOG.md b/services/satellite/CHANGELOG.md index 28891396..07bfa86e 100644 --- a/services/satellite/CHANGELOG.md +++ b/services/satellite/CHANGELOG.md @@ -1,5 +1,53 @@ # Changelog +## 0.4.0 (2025-10-06) + +* chore(all): bump @typescript-eslint/eslint-plugin from 8.42.0 to 8.44.1 ([cc00afd](https://github.com/deploystackio/deploystack/commit/cc00afd)) +* chore(all): bump @typescript-eslint/parser from 8.42.0 to 8.44.1 ([e23164f](https://github.com/deploystackio/deploystack/commit/e23164f)) +* chore(all): bump better-sqlite3 from 12.2.0 to 12.3.0 ([f1988fd](https://github.com/deploystackio/deploystack/commit/f1988fd)) +* chore(all): bump eslint-plugin-vue from 10.4.0 to 10.5.0 ([6e40ab5](https://github.com/deploystackio/deploystack/commit/6e40ab5)) +* chore(all): bump fs-extra from 11.3.1 to 11.3.2 ([5a4a55a](https://github.com/deploystackio/deploystack/commit/5a4a55a)) +* chore(all): bump jiti from 2.5.1 to 2.6.0 ([03316dd](https://github.com/deploystackio/deploystack/commit/03316dd)) +* chore(all): bump vue-tsc from 3.0.7 to 3.0.8 ([9db75b4](https://github.com/deploystackio/deploystack/commit/9db75b4)) +* chore(all): update dependencies and improve package configurations ([a9ed054](https://github.com/deploystackio/deploystack/commit/a9ed054)) +* chore(all): update dependencies in backend, frontend, and satellite services ([931221a](https://github.com/deploystackio/deploystack/commit/931221a)) +* chore(backend): bump @commitlint/config-conventional ([3103017](https://github.com/deploystackio/deploystack/commit/3103017)) +* chore(backend): release v0.35.0 ([08a6b55](https://github.com/deploystackio/deploystack/commit/08a6b55)) +* chore(backend): release v0.35.0 ([12b8da1](https://github.com/deploystackio/deploystack/commit/12b8da1)) +* chore(frontend): bump @commitlint/config-conventional ([e7f6b2a](https://github.com/deploystackio/deploystack/commit/e7f6b2a)) +* chore(frontend): release v0.29.0 ([d107ef8](https://github.com/deploystackio/deploystack/commit/d107ef8)) +* chore(frontend): release v0.29.0 ([7c7c18d](https://github.com/deploystackio/deploystack/commit/7c7c18d)) +* chore(frontend): release v0.30.0 ([8892816](https://github.com/deploystackio/deploystack/commit/8892816)) +* chore(frontend): release v0.30.0 ([fc139ea](https://github.com/deploystackio/deploystack/commit/fc139ea)) +* feat(all): added fifo-queue and mcp-readme integration ([06906c6](https://github.com/deploystackio/deploystack/commit/06906c6)) +* feat(all): migrated installation_methods to official mcp registry standard ([5d53296](https://github.com/deploystackio/deploystack/commit/5d53296)) +* feat(backend): add github_account_id to API specifications ([e7eee4f](https://github.com/deploystackio/deploystack/commit/e7eee4f)) +* feat(backend): add MCP Registry sync endpoint and worker ([777520c](https://github.com/deploystackio/deploystack/commit/777520c)) +* feat(backend): add MCP Registry sync management endpoints and logic ([7aa9043](https://github.com/deploystackio/deploystack/commit/7aa9043)) +* feat(backend): add MCP Registry sync progress and management endpoints ([023c005](https://github.com/deploystackio/deploystack/commit/023c005)) +* feat(backend): add optional namespace filtering for server data ([fbf9a9c](https://github.com/deploystackio/deploystack/commit/fbf9a9c)) +* feat(backend): add sorting functionality for mcp server search results ([119dd1e](https://github.com/deploystackio/deploystack/commit/119dd1e)) +* feat(backend): add utility to convert empty strings to undefined for mcp registry sync ([dfd2c87](https://github.com/deploystackio/deploystack/commit/dfd2c87)) +* feat(backend): added github_account_id ([cb8ba0f](https://github.com/deploystackio/deploystack/commit/cb8ba0f)) +* feat(backend): enhance pagination handling and logging for registry sync ([0810950](https://github.com/deploystackio/deploystack/commit/0810950)) +* feat(backend): increase maximum rate limit delay to 120 seconds ([19afec7](https://github.com/deploystackio/deploystack/commit/19afec7)) +* feat(frontend): add GitHub avatar support for MCP servers ([3f6a4fe](https://github.com/deploystackio/deploystack/commit/3f6a4fe)) +* feat(frontend): add sorting by GitHub stars to server search ([838c0e5](https://github.com/deploystackio/deploystack/commit/838c0e5)) +* feat(frontend): implement pagination controls and enhance search results ([5206466](https://github.com/deploystackio/deploystack/commit/5206466)) +* feat(frontend): implement sync form with configurable options ([8bdccc7](https://github.com/deploystackio/deploystack/commit/8bdccc7)) +* feat(frontend): update repository info endpoint to use GitHub API ([3e761a3](https://github.com/deploystackio/deploystack/commit/3e761a3)) +* feat(satellite): add debug endpoint for comprehensive MCP server info ([55fc834](https://github.com/deploystackio/deploystack/commit/55fc834)) +* feat(satellite): implement heartbeat data builder for normalized metrics ([5f67f93](https://github.com/deploystackio/deploystack/commit/5f67f93)) +* feat(satellite): Implement runtime state management for MCP server processes ([05b8aff](https://github.com/deploystackio/deploystack/commit/05b8aff)) +* feat(satellite): implement unified tool discovery manager for stdio and remote mcp ([db3e4eb](https://github.com/deploystackio/deploystack/commit/db3e4eb)) +* refactor(all): update ESLint configuration and TypeScript exclusions ([81e5828](https://github.com/deploystackio/deploystack/commit/81e5828)) +* refactor(backend): changed mcp route to OpenAPI spec ([8714830](https://github.com/deploystackio/deploystack/commit/8714830)) +* refactor(backend): remove deprecated GitHub sync endpoint from API spec ([e530a17](https://github.com/deploystackio/deploystack/commit/e530a17)) +* refactor(backend): removed unwanted vars from mcp table ([2d13921](https://github.com/deploystackio/deploystack/commit/2d13921)) +* refactor(backend): simplify database client registration logic ([6aaac17](https://github.com/deploystackio/deploystack/commit/6aaac17)) +* refactor(backend): simplify header mapping logic for three-tier system ([9370072](https://github.com/deploystackio/deploystack/commit/9370072)) +* refactor(frontend): remove runtime_min_version from MCP forms and views ([3ae3fed](https://github.com/deploystackio/deploystack/commit/3ae3fed)) + ## 0.3.0 (2025-09-23) * chore(all): bump fastify from 5.5.0 to 5.6.1 ([f4b9683](https://github.com/deploystackio/deploystack/commit/f4b9683)) diff --git a/services/satellite/package.json b/services/satellite/package.json index 8fe25b0f..a34ae49e 100644 --- a/services/satellite/package.json +++ b/services/satellite/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/satellite", - "version": "0.3.0", + "version": "0.4.0", "description": "DeployStack Satellite - MCP Server Management Service", "main": "dist/index.js", "scripts": { diff --git a/services/satellite/src/config/version.ts b/services/satellite/src/config/version.ts index 0fa76c5e..6a8c6c45 100644 --- a/services/satellite/src/config/version.ts +++ b/services/satellite/src/config/version.ts @@ -9,8 +9,8 @@ export interface VersionInfo { // This will be replaced by the build script let versionData: VersionInfo = { - version: '0.3.0', - buildTime: '2025-09-23T20:42:06.845Z', + version: '0.4.0', + buildTime: '2025-10-06T19:26:16.126Z', source: 'release' };