Skip to content

Commit 78f20aa

Browse files
authored
Merge pull request #410 from deploystackio/backend-release
[Backend Release] v0.39.0
2 parents 764cce4 + 3c783bb commit 78f20aa

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-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/backend/CHANGELOG.md

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

3+
## 0.39.0 (2025-10-24)
4+
5+
* chore(deps): bump actions/setup-node from 5 to 6 ([5050cee](https://github.com/deploystackio/deploystack/commit/5050cee))
6+
* chore(frontend): release v0.33.0 ([068f29a](https://github.com/deploystackio/deploystack/commit/068f29a))
7+
* chore(satellite): release v0.6.0 ([764cce4](https://github.com/deploystackio/deploystack/commit/764cce4))
8+
* chore(satellite): release v0.6.0 ([ae2b514](https://github.com/deploystackio/deploystack/commit/ae2b514))
9+
* refactor(satellite): satellite service to integrate MCP SDK and remove custom transport handlers ([ec92ba4](https://github.com/deploystackio/deploystack/commit/ec92ba4))
10+
* refactor(satellite): simplify Dockerfile for development environment ([45e31c7](https://github.com/deploystackio/deploystack/commit/45e31c7))
11+
* feat(satellite): add authentication middleware to MCP routes for stats ([c292d86](https://github.com/deploystackio/deploystack/commit/c292d86))
12+
* feat(satellite): enhance MCP protocol to handle initialized notifications ([9b95a08](https://github.com/deploystackio/deploystack/commit/9b95a08))
13+
314
## 0.38.0 (2025-10-21)
415

516
* chore(backend): release v0.38.0 ([27fd535](https://github.com/deploystackio/deploystack/commit/27fd535))

services/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/backend",
3-
"version": "0.38.0",
3+
"version": "0.39.0",
44
"scripts": {
55
"dev": "nodemon",
66
"build": "tsc && webpack --mode=production",

services/backend/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.38.0',
13-
buildTime: '2025-10-21T20:56:40.519Z',
12+
version: '0.39.0',
13+
buildTime: '2025-10-24T20:27:44.485Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)