From f845aba01a70f440348b9154bf8a9af09a340dc5 Mon Sep 17 00:00:00 2001 From: vcolin7 Date: Wed, 15 Oct 2025 13:38:43 -0700 Subject: [PATCH 1/3] Updated CHANGELOGs --- eng/vscode/CHANGELOG.md | 8 +++++++- servers/Azure.Mcp.Server/CHANGELOG.md | 12 +++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eng/vscode/CHANGELOG.md b/eng/vscode/CHANGELOG.md index 531e288db7..cf4b780cef 100644 --- a/eng/vscode/CHANGELOG.md +++ b/eng/vscode/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +## 0.9.2 (2025-10-15) + +### Fixed + +- Fixed retained-buffer leaks across services (Kusto, EventGrid, AppLens, Speech, Cosmos, Foundry, NetworkResourceProvider) and tool loaders (BaseToolLoader, ServerToolLoader, NamespaceToolLoader, SingleProxyToolLoader) by disposing `JsonDocument`/`HttpResponseMessage` instances and cloning returned `JsonElements`. ([#817](https://github.com/microsoft/mcp/pull/817)) + ## 0.9.1 (2025-10-14) ### Fixed @@ -8,7 +14,7 @@ ### Changed -- MCP server start options are now included in logs. ([#794](https://github.com/microsoft/mcp/pull/794)) +- MCP server start options are now included in telemetry logs. ([#794](https://github.com/microsoft/mcp/pull/794)) - Updated the description of the following Workbook commands to decrease ambiguity and increase selection accuracy by LLMs: [[#787](https://github.com/microsoft/mcp/pull/787)] - `azmcp_workbook_show` - `azmcp_workbook_update` diff --git a/servers/Azure.Mcp.Server/CHANGELOG.md b/servers/Azure.Mcp.Server/CHANGELOG.md index e8681eb414..68f4b4acfc 100644 --- a/servers/Azure.Mcp.Server/CHANGELOG.md +++ b/servers/Azure.Mcp.Server/CHANGELOG.md @@ -2,17 +2,11 @@ The Azure MCP Server updates automatically by default whenever a new release comes out 🚀. We ship updates twice a week on Tuesdays and Thursdays 😊 -## 0.9.2 (Unreleased) - -### Features Added - -### Breaking Changes +## 0.9.2 (2025-10-15) ### Bugs Fixed -- fix `azmcp_sql_db_rename`'s new database name binding bug [[#615](https://github.com/microsoft/mcp/issues/615)] -- Fixed retained-buffer leaks across services (Kusto, EventGrid, AppLens, Speech, Cosmos, Foundry, NetworkResourceProvider) and tool loaders (BaseToolLoader, ServerToolLoader, NamespaceToolLoader, SingleProxyToolLoader) by disposing JsonDocument/HttpResponseMessage instances and cloning returned JsonElements. ([#817](https://github.com/microsoft/mcp/pull/817)) -### Other Changes +- Fixed retained-buffer leaks across services (Kusto, EventGrid, AppLens, Speech, Cosmos, Foundry, NetworkResourceProvider) and tool loaders (BaseToolLoader, ServerToolLoader, NamespaceToolLoader, SingleProxyToolLoader) by disposing `JsonDocument`/`HttpResponseMessage` instances and cloning returned `JsonElements`. ([#817](https://github.com/microsoft/mcp/pull/817)) ## 0.9.1 (2025-10-14) @@ -22,7 +16,7 @@ The Azure MCP Server updates automatically by default whenever a new release com ### Other Changes -- MCP server start options are now included in logs. ([#794](https://github.com/microsoft/mcp/pull/794)) +- MCP server start options are now included in telemetry logs. ([#794](https://github.com/microsoft/mcp/pull/794)) - Updated the description of the following Workbook commands to decrease ambiguity and increase selection accuracy by LLMs: [[#787](https://github.com/microsoft/mcp/pull/787)] - `azmcp_workbook_show` - `azmcp_workbook_update` From ecb7db62bf60ff5906108c20ede65ff9538b66a5 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:14:47 -0700 Subject: [PATCH 2/3] Increment version after release (#828) Increment package version after release --- servers/Azure.Mcp.Server/CHANGELOG.md | 12 +++++++++++- servers/Azure.Mcp.Server/src/Azure.Mcp.Server.csproj | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/servers/Azure.Mcp.Server/CHANGELOG.md b/servers/Azure.Mcp.Server/CHANGELOG.md index 68f4b4acfc..e1a38a1b88 100644 --- a/servers/Azure.Mcp.Server/CHANGELOG.md +++ b/servers/Azure.Mcp.Server/CHANGELOG.md @@ -2,6 +2,16 @@ The Azure MCP Server updates automatically by default whenever a new release comes out 🚀. We ship updates twice a week on Tuesdays and Thursdays 😊 +## 0.9.3 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 0.9.2 (2025-10-15) ### Bugs Fixed @@ -1060,4 +1070,4 @@ AOT- Added a verb to the namespace name for bestpractices [[#109](https://github - See https://github.com/Azure/azure-mcp/releases/tag/0.0.10 ### Other Changes -- See blog post for details https://devblogs.microsoft.com/azure-sdk/introducing-the-azure-mcp-server/ \ No newline at end of file +- See blog post for details https://devblogs.microsoft.com/azure-sdk/introducing-the-azure-mcp-server/ diff --git a/servers/Azure.Mcp.Server/src/Azure.Mcp.Server.csproj b/servers/Azure.Mcp.Server/src/Azure.Mcp.Server.csproj index 3b3dd90d25..43673f740b 100644 --- a/servers/Azure.Mcp.Server/src/Azure.Mcp.Server.csproj +++ b/servers/Azure.Mcp.Server/src/Azure.Mcp.Server.csproj @@ -1,6 +1,6 @@ - 0.9.2 + 0.9.3 azmcp Azure MCP Server Azure MCP Server - Model Context Protocol implementation for Azure From b18e7eda5adbe76612bfbe7368b7bf06993bd413 Mon Sep 17 00:00:00 2001 From: vcolin7 Date: Wed, 15 Oct 2025 15:22:24 -0700 Subject: [PATCH 3/3] Small CHANGELOG update --- servers/Azure.Mcp.Server/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/servers/Azure.Mcp.Server/CHANGELOG.md b/servers/Azure.Mcp.Server/CHANGELOG.md index 21b6c37c98..70d00d8cb4 100644 --- a/servers/Azure.Mcp.Server/CHANGELOG.md +++ b/servers/Azure.Mcp.Server/CHANGELOG.md @@ -11,6 +11,7 @@ The Azure MCP Server updates automatically by default whenever a new release com ### Bugs Fixed ### Other Changes + - Updated the description of the following Communications commands to decrease ambiguity and increase selection accuracy by LLMs: [[#804](https://github.com/microsoft/mcp/pull/804)] - `azmcp_communication_email_send` - `azmcp_communication_sms_send`