Python: remove hosting package entries from 1.10.0 CHANGELOG#6846
Merged
giles17 merged 1 commit intoJun 30, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR corrects the Python package changelog for the 1.10.0 release by removing entries for hosting-related packages that were not actually shipped in that release, ensuring the release notes match what was published before the tag is recreated.
Changes:
- Remove
agent-framework-hosting,agent-framework-hosting-responses, andagent-framework-hosting-telegramentries from the1.10.0“Added” section. - Remove the redundant
agent-framework-foundry-hosting: Add MCP as a hard dependencyentry since it’s covered by the V2 protocol upgrade entry.
62e8f84 to
a2269fc
Compare
Hosting packages (hosting, hosting-responses, hosting-telegram) were excluded from the 1.10.0 release but their entries remained in the CHANGELOG. Also removes the core hosting channel entry since it's unreachable without the hosting packages. Co-authored-by: Copilot <[email protected]>
a2269fc to
2174608
Compare
TaoChenOSU
approved these changes
Jun 30, 2026
alliscode
approved these changes
Jun 30, 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.
Summary
Removes hosting package entries from the [1.10.0]\ CHANGELOG section. These packages (
hosting,hosting-responses,hosting-telegram) were excluded from the 1.10.0 release but their entries were inadvertently left in the CHANGELOG.Also removes the
foundry-hosting: Add MCP as a hard dependencyentry since that change is covered by the V2 protocol upgrade entry already listed.Motivation and Context
The release tag needs to be recreated after this merges so the CHANGELOG accurately reflects what was published.
Description
Removed 4 lines from CHANGELOG.md:
Contribution Checklist