File tree Expand file tree Collapse file tree 4 files changed +23
-4
lines changed
Expand file tree Collapse file tree 4 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export interface VersionInfo {
99
1010// This will be replaced by the build script
1111let 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
You can’t perform that action at this time.
0 commit comments