Skip to content

Commit 9bf462a

Browse files
Lasimgithub-actions[bot]
authored andcommitted
chore(gateway): release v0.10.0
1 parent 6671c14 commit 9bf462a

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-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/gateway/CHANGELOG.md

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

3+
## 0.10.0 (2025-09-02)
4+
5+
* feat(backend): implement device activity tracking service and integrate with MCP configurations rout ([481ce1e](https://github.com/deploystackio/deploystack/commit/481ce1e))
6+
* feat(frontend): enhance RemoveDeviceDialog to use props for device removal and loading state ([eca1091](https://github.com/deploystackio/deploystack/commit/eca1091))
7+
* feat(gateway): enhance login and logout commands with spinner feedback and improve console messages ([823af07](https://github.com/deploystackio/deploystack/commit/823af07))
8+
* feat(gateway): implement configuration change detection and handling with restart prompts ([62caf9c](https://github.com/deploystackio/deploystack/commit/62caf9c))
9+
* feat(gateway): mask internal backend URL in command outputs for improved user experience ([dfdfd9c](https://github.com/deploystackio/deploystack/commit/dfdfd9c))
10+
* feat(gateway): refactor device detection and caching system for improved performance ([d676c9a](https://github.com/deploystackio/deploystack/commit/d676c9a))
11+
* chore(all): bump @vueuse/core from 13.8.0 to 13.9.0 ([c32ca19](https://github.com/deploystackio/deploystack/commit/c32ca19))
12+
* chore(all): bump eslint from 9.33.0 to 9.34.0 ([e2f0b7c](https://github.com/deploystackio/deploystack/commit/e2f0b7c))
13+
* chore(all): bump inquirer from 12.9.3 to 12.9.4 ([a2e6ef8](https://github.com/deploystackio/deploystack/commit/a2e6ef8))
14+
* chore(all): bump nodemailer from 7.0.5 to 7.0.6 ([f2c5a3f](https://github.com/deploystackio/deploystack/commit/f2c5a3f))
15+
* chore(all): bump ts-loader from 9.5.2 to 9.5.4 ([4e2aeb0](https://github.com/deploystackio/deploystack/commit/4e2aeb0))
16+
317
## <small>0.9.5 (2025-09-01)</small>
418

519
* chore(gateway): release v0.9.4 ([4308f43](https://github.com/deploystackio/deploystack/commit/4308f43))

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.9.5",
3+
"version": "0.10.0",
44
"description": "The local DeployStack Gateway for secure MCP server management.",
55
"main": "dist/index.js",
66
"bin": {

services/gateway/src/config/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export interface VersionCheckResult {
1818

1919
// This will be replaced by the build script
2020
let versionData: VersionInfo = {
21-
version: '0.9.4',
22-
buildTime: '2025-09-01T09:15:37.430Z',
21+
version: '0.10.0',
22+
buildTime: '2025-09-02T19:03:23.218Z',
2323
source: 'release'
2424
};
2525

0 commit comments

Comments
 (0)