Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates repository release documentation for Microsoft 365 Agents SDK for Python v0.8.0 and bumps the target development version to v0.9.0.
Changes:
- Added v0.8.0 release notes section to
changelog.md. - Added a v0.8.0 row (version/date/link) to each library README release-notes table.
- Updated
versioning/TARGET-VERSIONto0.9.0.to begin the next development cycle.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| versioning/TARGET-VERSION | Bumps target version to 0.9.0. |
| changelog.md | Adds detailed release notes for v0.8.0. |
| libraries/microsoft-agents-activity/readme.md | Adds v0.8.0 row linking to changelog entry. |
| libraries/microsoft-agents-authentication-msal/readme.md | Adds v0.8.0 row linking to changelog entry. |
| libraries/microsoft-agents-copilotstudio-client/readme.md | Adds v0.8.0 row linking to changelog entry. |
| libraries/microsoft-agents-hosting-aiohttp/readme.md | Adds v0.8.0 row linking to changelog entry. |
| libraries/microsoft-agents-hosting-core/readme.md | Adds v0.8.0 row linking to changelog entry. |
| libraries/microsoft-agents-hosting-fastapi/readme.md | Adds v0.8.0 row linking to changelog entry. |
| libraries/microsoft-agents-hosting-teams/readme.md | Adds v0.8.0 row linking to changelog entry. |
| libraries/microsoft-agents-storage-blob/readme.md | Adds v0.8.0 row linking to changelog entry. |
| libraries/microsoft-agents-storage-cosmos/readme.md | Adds v0.8.0 row linking to changelog entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
MattB-msft
previously approved these changes
Feb 24, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 11 out of 11 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
MattB-msft
approved these changes
Feb 24, 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.
This pull request updates the documentation and versioning to reflect the release of Microsoft 365 Agents SDK for Python v0.8.0, and prepares for the next development cycle by setting the target version to v0.9.0. The main changes include adding detailed release notes for v0.8.0, updating all library READMEs to reference the new release, and incrementing the target version.
Release documentation updates:
changelog.md, covering major features, enhancements, new models/APIs, bug fixes, and developer experience improvements.Versioning update:
versioning/TARGET-VERSIONfrom0.8.0.to0.9.0., signaling the start of development for the next release.