From a2f42ac0de61385912d1230c20303385773736bd Mon Sep 17 00:00:00 2001 From: rodrigobr-msft Date: Tue, 2 Dec 2025 11:14:12 -0800 Subject: [PATCH 1/2] Add release notes for version 0.6.1 and 0.6.0 Added release notes for version 0.6.1, including changes in build & packaging, bug fixes, and documentation updates. --- changelog.md | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1e61a311..96299076 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,41 @@ +# Microsoft 365 Agents SDK for Python - Release Notes v0.6.1 + +**Release Date:** December 1, 2025 +**Previous Version:** 0.6.0 (Released November 18, 2025)## Changes Documented + +- **Build & Packaging**: Version file support via `VERSION.txt` with `MANIFEST.in` inclusion (#261, #263) +- **Bug Fix**: OAuth `_SignInState` serialization refactored to use Pydantic `BaseModel` (#264) + +--- + +# Microsoft 365 Agents SDK for Python - Release Notes v0.6.0 + +**Release Date:** November 18, 2025 +**Previous Version:** 0.5.0 (Released October 22, 2025) + +## Major Features + +- **FastAPI Integration Package** (#176) - New `microsoft-agents-hosting-fastapi` hosting option +- **Distributed Error Resources** (#223, #237, #240) - Standardized error codes (-60000 to -66999 ranges) with help URLs across all packages +- **TypingIndicator Simplification** (#212) - Explicit `start()`/`stop()` API, removed async locking complexity + +## Bug Fixes + +- ChannelServiceAdapter.create_conversation flow (#233) +- Streaming disabled for agentic requests on Teams (#243) +- HTTP client error handling with precise status code checks (#202) +- M365Copilot channel detection (#208, #210) +- Copilot Studio client conversation ID persistence (#195) +- Default max conversation ID length reduced to 150 (#196) + +## Documentation + +- Contributing guidelines for internal/external developers (#234) +- Type hints and docstring improvements (#207, #214) +- CODEOWNERS unified to agents-sdk team (#199) + +--- + # Microsoft 365 Agents SDK for Python - Release Notes v0.5.0 **Release Date:** October 22, 2025 @@ -242,4 +280,4 @@ Special thanks to all contributors who made this release possible, including the - **Samples:** [Agent Samples Repository](https://github.com/microsoft/Agents) - **Community:** Join our developer community discussions -For technical support and questions, please use the GitHub Issues page or refer to our comprehensive documentation and samples. \ No newline at end of file +For technical support and questions, please use the GitHub Issues page or refer to our comprehensive documentation and samples. From 1f156ac157b874bdd69d6ce1ef9f4daf8cf066ce Mon Sep 17 00:00:00 2001 From: rodrigobr-msft Date: Tue, 2 Dec 2025 11:15:16 -0800 Subject: [PATCH 2/2] Update changelog for release v0.6.1 --- changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 96299076..a4f40f5b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,9 @@ # Microsoft 365 Agents SDK for Python - Release Notes v0.6.1 **Release Date:** December 1, 2025 -**Previous Version:** 0.6.0 (Released November 18, 2025)## Changes Documented +**Previous Version:** 0.6.0 (Released November 18, 2025) + +## Changes Documented - **Build & Packaging**: Version file support via `VERSION.txt` with `MANIFEST.in` inclusion (#261, #263) - **Bug Fix**: OAuth `_SignInState` serialization refactored to use Pydantic `BaseModel` (#264)