Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions services/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.44.0 (2025-11-30)

* feat(all): add cleanup job for satellite heartbeats and worker f2f0d7c
* feat(all): add slug field for server identification and validation change a1b8088
* feat(all): implement tool toggle functionality with optimistic updates 4189eb0
* feat(backend): enhance database connection options and error logging 2ac4964
* feat(backend): implement CRUD operations for OAuth providers ddb26bd
* feat(backend): implement toggle tool status route for MCP installations a4f8713
* feat(satellite): enhance logging for tool execution and OAuth header injection 0bd6546
* feat(satellite): implement disabled tool management and filtering 7adc7b4
* feat(satellite): unify tool path format to use serverSlug for namespacing 210a576
* fix(backend): convert string values to numbers for tool statistics 17b970f

## 0.43.0 (2025-11-29)

* chore(backend): release v0.48.0 c6c7efc
Expand Down
2 changes: 1 addition & 1 deletion services/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deploystack/frontend",
"version": "0.43.0",
"version": "0.44.0",
"private": true,
"type": "module",
"scripts": {
Expand Down