Prepare MCP release 2.0.0-beta.15#1610
Merged
anannya03 merged 1 commit intomicrosoft:mainfrom Jan 29, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the release of Azure MCP Server version 2.0.0-beta.15 by consolidating changelog entries from individual YAML files into the main CHANGELOG files and marking the release as published with date 2026-01-29.
Changes:
- Updated CHANGELOG.md to mark version 2.0.0-beta.15 as released (changed from "Unreleased" to dated release) and added 5 changelog entries
- Updated vscode/CHANGELOG.md with the same release entries formatted for VS Code extension
- Removed 5 individual changelog-entry YAML files that have been consolidated into the main changelogs
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| servers/Azure.Mcp.Server/CHANGELOG.md | Marks version 2.0.0-beta.15 as released (2026-01-29) and adds 5 consolidated changelog entries covering telemetry improvements, bug fixes, and performance enhancements |
| servers/Azure.Mcp.Server/vscode/CHANGELOG.md | Adds the same release entries formatted for VS Code extension changelog with appropriate section names (Added/Fixed/Changed) |
| servers/Azure.Mcp.Server/changelog-entries/1769718420646.yaml | Removes consolidated changelog entry for PR #1604 (telemetry host information) |
| servers/Azure.Mcp.Server/changelog-entries/1769631158170.yaml | Removes consolidated changelog entry for PR #1602 (telemetry regression fix) |
| servers/Azure.Mcp.Server/changelog-entries/1769471477283.yaml | Removes consolidated changelog entry for startup performance improvement (PR #1534 added during consolidation) |
| servers/Azure.Mcp.Server/changelog-entries/1768937539777.yaml | Removes consolidated changelog entry for CosmosService disposal fix (PR #1532 added during consolidation) |
| servers/Azure.Mcp.Server/changelog-entries/1768934160282.yaml | Removes consolidated changelog entry for PR #1526 (AreResultsTruncated addition) |
colbytimm
pushed a commit
to colbytimm/microsoft-mcp
that referenced
this pull request
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Prepare MCP release 2.0.0-beta.15