Skip to content

Commit 56decfb

Browse files
Lasimgithub-actions[bot]
authored andcommitted
chore(backend): release v0.50.0
1 parent 8b7c3ac commit 56decfb

File tree

4 files changed

+25
-4
lines changed

4 files changed

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

3+
## 0.50.0 (2025-12-04)
4+
5+
* feat(all): add user configuration support in installation process cd26a0e
6+
* feat(all): queue MCP server deletion as background job with cascade notifications 679fcb5
7+
* feat(backend): add email notifications for MCP installation events 448e687
8+
* feat(frontend): add boolean select input for environment variables bbd9b62
9+
* feat(frontend): implement server search and installation wizard 4a78930
10+
* feat(frontend): simplify checkbox value update handling in settings 8b7c3ac
11+
* feat(satellite): add support for public backend URL in OAuth configuration aebb814
12+
* fix(backend): notify satellites when auto-installing MCP servers for new teams b3df717
13+
* fix(frontend): clean repository URL and improve validation logic 3862166
14+
* fix(frontend): clear additional edit-related storage keys 726626a
15+
* fix(frontend): implement category caching and loading logic 38fa102
16+
* fix(frontend): normalize tag input to lowercase on addition 50fc847
17+
* fix(frontend): remove hotlined profile picture 2fa3257
18+
* fix(frontend): update logout messages for clarity and consistency 5bf215b
19+
* style(frontend): adjust padding for server details display c19c47a
20+
* chore(frontend): release v0.45.0 b3fe4a0
21+
* chore(frontend): release v0.45.0 430bfe1
22+
* docs(all): update feature list with per-tool access controls and catalog improvements d4ec492
23+
324
## 0.49.0 (2025-12-01)
425

526
* chore(backend): release v0.49.0 cb8ca0a

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.49.0",
3+
"version": "0.50.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.49.0',
13-
buildTime: '2025-12-01T07:35:53.144Z',
12+
version: '0.50.0',
13+
buildTime: '2025-12-04T12:29:29.501Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)