Skip to content

Commit 7263f9d

Browse files
authored
Merge pull request #524 from deploystackio/frontend-release
[Frontend Release] v0.44.0
2 parents 4189eb0 + 589b69a commit 7263f9d

File tree

3 files changed

+15
-2
lines changed

3 files changed

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

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

3+
## 0.44.0 (2025-11-30)
4+
5+
* feat(all): add cleanup job for satellite heartbeats and worker f2f0d7c
6+
* feat(all): add slug field for server identification and validation change a1b8088
7+
* feat(all): implement tool toggle functionality with optimistic updates 4189eb0
8+
* feat(backend): enhance database connection options and error logging 2ac4964
9+
* feat(backend): implement CRUD operations for OAuth providers ddb26bd
10+
* feat(backend): implement toggle tool status route for MCP installations a4f8713
11+
* feat(satellite): enhance logging for tool execution and OAuth header injection 0bd6546
12+
* feat(satellite): implement disabled tool management and filtering 7adc7b4
13+
* feat(satellite): unify tool path format to use serverSlug for namespacing 210a576
14+
* fix(backend): convert string values to numbers for tool statistics 17b970f
15+
316
## 0.43.0 (2025-11-29)
417

518
* chore(backend): release v0.48.0 c6c7efc

services/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/frontend",
3-
"version": "0.43.0",
3+
"version": "0.44.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)