File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.10.0 (2025-11-17)
4+
5+ * feat(all): add category-specific client configuration API endpoint ([ da6a24e] ( https://github.com/deploystackio/deploystack/commit/da6a24e ) )
6+ * feat(all): add OAuth 2.1 authentication for MCP servers ([ ec98c8b] ( https://github.com/deploystackio/deploystack/commit/ec98c8b ) )
7+ * feat(all): implemented token usage statistics ([ 2fcd9cf] ( https://github.com/deploystackio/deploystack/commit/2fcd9cf ) )
8+ * feat(backend): enhance API specifications and add Cursor support ([ a214653] ( https://github.com/deploystackio/deploystack/commit/a214653 ) )
9+ * feat(backend): enhance MCP client types API with categorized response ([ 21e4833] ( https://github.com/deploystackio/deploystack/commit/21e4833 ) )
10+ * feat(frontend): add statistics page with under construction message ([ 1ad3ab7] ( https://github.com/deploystackio/deploystack/commit/1ad3ab7 ) )
11+ * chore(all): bump @octokit/request from 10.0.6 to 10.0.7 ([ ed81e3e] ( https://github.com/deploystackio/deploystack/commit/ed81e3e ) )
12+ * chore(all): bump nodemon from 3.1.10 to 3.1.11 ([ 653ab6e] ( https://github.com/deploystackio/deploystack/commit/653ab6e ) )
13+ * fix(satellite): update markdown linting path for AI instructions ([ 8032166] ( https://github.com/deploystackio/deploystack/commit/8032166 ) )
14+ * fix(satellite): update token consumption metrics in README ([ b58e58b] ( https://github.com/deploystackio/deploystack/commit/b58e58b ) )
15+
316## 0.9.0 (2025-11-15)
417
518* chore(frontend): release v0.38.0 ([ f11c7df] ( https://github.com/deploystackio/deploystack/commit/f11c7df ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @deploystack/satellite" ,
3- "version" : " 0.9 .0" ,
3+ "version" : " 0.10 .0" ,
44 "description" : " DeployStack Satellite - MCP Server Management Service" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
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.9 .0' ,
13- buildTime : '2025-11-17T17:33:30.175Z ' ,
12+ version : '0.10 .0' ,
13+ buildTime : '2025-11-17T19:47:55.600Z ' ,
1414 source : 'release'
1515} ;
1616
You can’t perform that action at this time.
0 commit comments