Skip to content

Commit 0b61a0a

Browse files
committed
chore(frontend): release v0.32.0
1 parent 30fb2f4 commit 0b61a0a

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

services/frontend/CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@
22

33
## 0.32.0 (2025-10-18)
44

5+
* chore(backend): release v0.37.0 ([d7e761b](https://github.com/deploystackio/deploystack/commit/d7e761b))
6+
* chore(backend): release v0.37.0 ([dfe44f0](https://github.com/deploystackio/deploystack/commit/dfe44f0))
7+
* chore(frontend): release v0.32.0 ([873adff](https://github.com/deploystackio/deploystack/commit/873adff))
8+
* chore(frontend): update modules ([1b371f8](https://github.com/deploystackio/deploystack/commit/1b371f8))
9+
* chore(satellite): remove unnecessary log statements from server startup ([a1ff115](https://github.com/deploystackio/deploystack/commit/a1ff115))
10+
* chore(satellite): remove unprivileged user namespace configuration ([1bd5eb4](https://github.com/deploystackio/deploystack/commit/1bd5eb4))
11+
* docs(all): update README to clarify adoption friction and data ([c0e3a79](https://github.com/deploystackio/deploystack/commit/c0e3a79))
12+
* docs(all): update README to clarify VS Code settings for DeployStack ([05d5a35](https://github.com/deploystackio/deploystack/commit/05d5a35))
13+
* docs(satellite): update README with idle process management details ([552dca2](https://github.com/deploystackio/deploystack/commit/552dca2))
14+
* feat(all): implement idle process management for MCP servers ([e142784](https://github.com/deploystackio/deploystack/commit/e142784))
15+
* feat(all): MCP Client Activity Tracking ([01a130e](https://github.com/deploystackio/deploystack/commit/01a130e))
16+
* feat(backend): add endpoints for retrieving unique languages and runtimes ([f270dc0](https://github.com/deploystackio/deploystack/commit/f270dc0))
17+
* feat(backend): Add MCP client activity metrics cleanup job and worker ([7e1789b](https://github.com/deploystackio/deploystack/commit/7e1789b))
18+
* feat(backend): add MCP client activity metrics endpoint and service ([c02f022](https://github.com/deploystackio/deploystack/commit/c02f022))
19+
* feat(backend): enhance bucket filling with default metric fields ([7009ab2](https://github.com/deploystackio/deploystack/commit/7009ab2))
20+
* feat(backend): enhance MCP client activity endpoint for team awareness ([7ab668c](https://github.com/deploystackio/deploystack/commit/7ab668c))
21+
* feat(backend): implement cron job system for scheduled tasks ([722811a](https://github.com/deploystackio/deploystack/commit/722811a))
22+
* feat(backend): implement satellite event handling and processing ([dcfc9aa](https://github.com/deploystackio/deploystack/commit/dcfc9aa))
23+
* feat(frontend): add API methods to fetch unique runtimes and languages ([2a7f432](https://github.com/deploystackio/deploystack/commit/2a7f432))
24+
* feat(frontend): add chart components with echarts integration ([dc55c62](https://github.com/deploystackio/deploystack/commit/dc55c62))
25+
* feat(frontend): add field components with props and templates ([9ea64be](https://github.com/deploystackio/deploystack/commit/9ea64be))
26+
* feat(frontend): add McpClientConnectionsCard component ([7f95f3e](https://github.com/deploystackio/deploystack/commit/7f95f3e))
27+
* feat(frontend): add search and filter functionality to server catalog ([13da4a1](https://github.com/deploystackio/deploystack/commit/13da4a1))
28+
* feat(frontend): add white variant to card component styles ([755d175](https://github.com/deploystackio/deploystack/commit/755d175))
29+
* feat(frontend): enhance MCP server card with GitHub avatar display ([7479c5e](https://github.com/deploystackio/deploystack/commit/7479c5e))
30+
* feat(frontend): enhance MCP server installation views and add stats component ([6635348](https://github.com/deploystackio/deploystack/commit/6635348))
31+
* feat(frontend): implement client activity tracking and polling ([e73e4e2](https://github.com/deploystackio/deploystack/commit/e73e4e2))
32+
* feat(frontend): implement item components with variants and slots ([3125aa4](https://github.com/deploystackio/deploystack/commit/3125aa4))
33+
* feat(frontend): implement McpInstallationsEmptyState component ([044c3e1](https://github.com/deploystackio/deploystack/commit/044c3e1))
34+
* feat(frontend): integrate team selection for client activity fetching ([bdb2280](https://github.com/deploystackio/deploystack/commit/bdb2280))
35+
* feat(metrics): add MCP client activity metrics endpoint and service ([9b82d78](https://github.com/deploystackio/deploystack/commit/9b82d78))
36+
* feat(satellite): add logger support to event handler functions ([4934a4f](https://github.com/deploystackio/deploystack/commit/4934a4f))
37+
* feat(satellite): implement job management system with heartbeat job ([ef0d19b](https://github.com/deploystackio/deploystack/commit/ef0d19b))
38+
* refactor: clean up code structure and remove redundant sections ([4025c22](https://github.com/deploystackio/deploystack/commit/4025c22))
39+
* refactor(all): update MCP event schemas for consistency and clarity ([2258555](https://github.com/deploystackio/deploystack/commit/2258555))
40+
* refactor(frontend): simplify McpInstallationsCard component structure ([3fdb93d](https://github.com/deploystackio/deploystack/commit/3fdb93d))
41+
* refactor(satellite): improve client name detection logic in headers ([7c48a4a](https://github.com/deploystackio/deploystack/commit/7c48a4a))
42+
* style(frontend): changed style for several views ([f856c52](https://github.com/deploystackio/deploystack/commit/f856c52))
43+
44+
## 0.32.0 (2025-10-18)
45+
546
* chore(backend): release v0.37.0 ([d7e761b](https://github.com/deploystackio/deploystack/commit/d7e761b))
647
* chore(backend): release v0.37.0 ([dfe44f0](https://github.com/deploystackio/deploystack/commit/dfe44f0))
748
* chore(frontend): update modules ([1b371f8](https://github.com/deploystackio/deploystack/commit/1b371f8))

0 commit comments

Comments
 (0)