File tree Expand file tree Collapse file tree 4 files changed +25
-4
lines changed
Expand file tree Collapse file tree 4 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.45.0 (2025-11-22)
4+
5+ * chore(all): update dependencies across services 44bbbc2
6+ * chore(frontend): release v0.40.0 b5ddad8
7+ * refactor(all): simplify conventional changelog preset configuration 482c662
8+ * feat(all): add OAuth authorization step in server installation wizard fce8128
9+ * feat(all): add README content management to MCP server forms f0b706e
10+ * feat(backend): add endpoint to retrieve available satellites for team 5c87421
11+ * feat(backend): add installation_type field for OAuth installations c79f52a
12+ * feat(backend): add OAuth token management services and utilities 3729357
13+ * feat(backend): added icon_url to mcp catalog a1d66de
14+ * feat(backend): auto-fill icon_url from GitHub avatar if not provided 3f418cf
15+ * feat(backend): implement OAuth token retrieval and status endpoints 51472b6
16+ * feat(backend): implement OAuthDiscoveryService for detecting and discovering OAuth metadata from MCP 424a4bc
17+ * feat(frontend): add icon_url field to MCP server forms and views 7356c2b
18+ * feat(frontend): add satellite selection step in installation wizard f4c71d0
19+ * feat(frontend): add website URL display in MCP server card 703416c
20+ * feat(frontend): add website URL field to MCP server forms 5de8134
21+ * feat(frontend): enhance MCP server details with specifications view 3f08f39
22+ * feat(frontend): make repository URL optional in GitHub step aab785c
23+
324## 0.44.0 (2025-11-17)
425
526* chore(backend): release v0.44.0 ([ 1c71e34] ( https://github.com/deploystackio/deploystack/commit/1c71e34 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @deploystack/backend" ,
3- "version" : " 0.44 .0" ,
3+ "version" : " 0.45 .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.44 .0' ,
13- buildTime : '2025-11-17T21:05:29.108Z ' ,
12+ version : '0.45 .0' ,
13+ buildTime : '2025-11-22T22:08:47.452Z ' ,
1414 source : 'release'
1515} ;
1616
You can’t perform that action at this time.
0 commit comments