Skip to content

Commit f9c3ddb

Browse files
committed
chore(gateway): release v0.10.2
1 parent c402960 commit f9c3ddb

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

services/gateway/CHANGELOG.md

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

3+
## <small>0.10.2 (2025-09-02)</small>
4+
5+
* chore(all): bump @types/nodemailer from 7.0.0 to 7.0.1 ([60b7fdc](https://github.com/deploystackio/deploystack/commit/60b7fdc))
6+
* chore(all): bump @vueuse/core from 13.8.0 to 13.9.0 ([c32ca19](https://github.com/deploystackio/deploystack/commit/c32ca19))
7+
* chore(all): bump eslint from 9.33.0 to 9.34.0 ([e2f0b7c](https://github.com/deploystackio/deploystack/commit/e2f0b7c))
8+
* chore(all): bump inquirer from 12.9.3 to 12.9.4 ([a2e6ef8](https://github.com/deploystackio/deploystack/commit/a2e6ef8))
9+
* chore(all): bump lucide-vue-next from 0.541.0 to 0.542.0 ([b67d97b](https://github.com/deploystackio/deploystack/commit/b67d97b))
10+
* chore(all): bump nodemailer from 7.0.5 to 7.0.6 ([f2c5a3f](https://github.com/deploystackio/deploystack/commit/f2c5a3f))
11+
* chore(all): bump ts-loader from 9.5.2 to 9.5.4 ([4e2aeb0](https://github.com/deploystackio/deploystack/commit/4e2aeb0))
12+
* chore(all): bump vite from 7.1.3 to 7.1.4 ([e67363d](https://github.com/deploystackio/deploystack/commit/e67363d))
13+
* chore(all): bump zod-openapi from 5.3.1 to 5.4.0 ([c4d77fe](https://github.com/deploystackio/deploystack/commit/c4d77fe))
14+
* chore(all): update dependencies for frontend and backend packages ([204a8a1](https://github.com/deploystackio/deploystack/commit/204a8a1))
15+
* chore(frontend): bump lucide-vue-next in /services/frontend ([e68b619](https://github.com/deploystackio/deploystack/commit/e68b619))
16+
* chore(gateway): release v0.10.0 ([9bf462a](https://github.com/deploystackio/deploystack/commit/9bf462a))
17+
* chore(gateway): release v0.10.1 ([cb3ef67](https://github.com/deploystackio/deploystack/commit/cb3ef67))
18+
* feat(backend): implement device activity tracking service and integrate with MCP configurations rout ([481ce1e](https://github.com/deploystackio/deploystack/commit/481ce1e))
19+
* feat(frontend): enhance RemoveDeviceDialog to use props for device removal and loading state ([eca1091](https://github.com/deploystackio/deploystack/commit/eca1091))
20+
* feat(gateway): enhance login and logout commands with spinner feedback and improve console messages ([823af07](https://github.com/deploystackio/deploystack/commit/823af07))
21+
* feat(gateway): enhance status command with separate SSE and message endpoints ([2bef138](https://github.com/deploystackio/deploystack/commit/2bef138))
22+
* feat(gateway): implement configuration change detection and handling with restart prompts ([62caf9c](https://github.com/deploystackio/deploystack/commit/62caf9c))
23+
* feat(gateway): mask internal backend URL in command outputs for improved user experience ([dfdfd9c](https://github.com/deploystackio/deploystack/commit/dfdfd9c))
24+
* feat(gateway): refactor device detection and caching system for improved performance ([d676c9a](https://github.com/deploystackio/deploystack/commit/d676c9a))
25+
326
## <small>0.10.1 (2025-09-02)</small>
427

528
* feat(backend): implement device activity tracking service and integrate with MCP configurations rout ([481ce1e](https://github.com/deploystackio/deploystack/commit/481ce1e))

services/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/gateway",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "The local DeployStack Gateway for secure MCP server management.",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)