Skip to content

Commit 63cbbc9

Browse files
authored
Merge pull request #753 from deploystackio/frontend-release
[Frontend Release] v0.57.0
2 parents 5df38ed + 805c720 commit 63cbbc9

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

services/frontend/CHANGELOG.md

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

3+
# [0.57.0](https://github.com/deploystackio/deploystack/compare/frontend-v0.56.0...frontend-v0.57.0) (2026-02-24)
4+
5+
6+
### chore
7+
8+
* **all:** update dependencies ([](https://github.com/deploystackio/deploystack/commit/9a4e8cc37fc265a67e822ec05aa5ef89c7bb44b0))
9+
10+
11+
### feat
12+
13+
* **all:** add OAuth requirement field, hierarchical router improvements, and tool filtering ([](https://github.com/deploystackio/deploystack/commit/231b175e01b4e3d04bb6e20c5442d2f91e34b737))
14+
* **all:** add public GitHub repository deployment without GitHub App ([](https://github.com/deploystackio/deploystack/commit/f9045615b715109f4b5fbfe8408344b540bc9da5))
15+
* **all:** add reconnect button for offline HTTP/SSE MCP servers ([](https://github.com/deploystackio/deploystack/commit/92ff5093ab02c1c61a8c87062380a003254d8e05))
16+
* **all:** add skip_oauth_flow flag for MCP catalog servers ([](https://github.com/deploystackio/deploystack/commit/154a8c0dc88a567ebe02b333c65fa52ea7126546))
17+
* **all:** auto-detect GitHub installations for user accounts ([](https://github.com/deploystackio/deploystack/commit/a41d5d00e42e61ea96796d43aad9886a23a00986))
18+
* **all:** enhance MCP config management and deploy wizard ([](https://github.com/deploystackio/deploystack/commit/46a897a82d81074086022d38b637a962e3b907a1))
19+
20+
21+
### fix
22+
23+
* **all:** resolve OAuth popup not communicating back to parent window ([](https://github.com/deploystackio/deploystack/commit/5df38edd60f34a60d372a1a8841f4e3103adbf26))
24+
* **all:** use WAF-friendly User-Agent headers for HTTP MCP server requests ([](https://github.com/deploystackio/deploystack/commit/2c9cae011f4fe648d6f0893e1a3150c7093bd9b4))
25+
26+
27+
### refactor
28+
29+
* **frontend:** simplify validation schema definitions using Zod ([](https://github.com/deploystackio/deploystack/commit/74a8df521b0f87af3c1811f15b7aa33f315c983c))
30+
331
# [0.56.0](https://github.com/deploystackio/deploystack/compare/satellite-v0.19.0...frontend-v0.55.0) (2026-02-08)
432

533

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.56.0",
3+
"version": "0.57.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)