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 bb3e332e59..70d00d8cb4 100644 --- a/servers/Azure.Mcp.Server/CHANGELOG.md +++ b/servers/Azure.Mcp.Server/CHANGELOG.md @@ -2,21 +2,26 @@ 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) +## 0.9.3 (Unreleased) ### Features Added ### Breaking Changes ### 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 + - 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` +## 0.9.2 (2025-10-15) + +### Bugs 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) ### Bugs Fixed @@ -25,7 +30,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` @@ -1069,4 +1074,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 b88e2da27d..0eb6dc2a4b 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