Skip to content

Commit d5eda08

Browse files
authored
Merge pull request #526 from deploystackio/backend-release
[Backend Release] v0.49.0
2 parents f8e0818 + cb8ca0a commit d5eda08

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.49.0 (2025-12-01)
4+
5+
* chore(frontend): release v0.43.0 7d260ab
6+
* chore(frontend): release v0.43.0 86f1055
7+
* chore(frontend): release v0.44.0 086b98d
8+
* chore(frontend): release v0.44.0 589b69a
9+
* chore(satellite): release v0.12.0 f8e0818
10+
* chore(satellite): release v0.12.0 86acd99
11+
* feat(all): add cleanup job for satellite heartbeats and worker f2f0d7c
12+
* feat(all): add slug field for server identification and validation change a1b8088
13+
* feat(all): implement tool toggle functionality with optimistic updates 4189eb0
14+
* feat(backend): enhance database connection options and error logging 2ac4964
15+
* feat(backend): implement CRUD operations for OAuth providers ddb26bd
16+
* feat(backend): implement toggle tool status route for MCP installations a4f8713
17+
* feat(satellite): enhance logging for tool execution and OAuth header injection 0bd6546
18+
* feat(satellite): implement disabled tool management and filtering 7adc7b4
19+
* feat(satellite): unify tool path format to use serverSlug for namespacing 210a576
20+
* fix(backend): convert string values to numbers for tool statistics 17b970f
21+
322
## 0.48.0 (2025-11-29)
423

524
* chore(backend): release v0.47.0 2070153

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.48.0",
3+
"version": "0.49.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.48.0',
13-
buildTime: '2025-11-29T21:11:19.641Z',
12+
version: '0.49.0',
13+
buildTime: '2025-12-01T07:35:53.144Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)