|
| 1 | +# Microsoft 365 Agents SDK for Python - Release Notes v0.6.1 |
| 2 | + |
| 3 | +**Release Date:** December 1, 2025 |
| 4 | +**Previous Version:** 0.6.0 (Released November 18, 2025) |
| 5 | + |
| 6 | +## Changes Documented |
| 7 | + |
| 8 | +- **Build & Packaging**: Version file support via `VERSION.txt` with `MANIFEST.in` inclusion (#261, #263) |
| 9 | +- **Bug Fix**: OAuth `_SignInState` serialization refactored to use Pydantic `BaseModel` (#264) |
| 10 | + |
| 11 | +--- |
| 12 | + |
| 13 | +# Microsoft 365 Agents SDK for Python - Release Notes v0.6.0 |
| 14 | + |
| 15 | +**Release Date:** November 18, 2025 |
| 16 | +**Previous Version:** 0.5.0 (Released October 22, 2025) |
| 17 | + |
| 18 | +## Major Features |
| 19 | + |
| 20 | +- **FastAPI Integration Package** (#176) - New `microsoft-agents-hosting-fastapi` hosting option |
| 21 | +- **Distributed Error Resources** (#223, #237, #240) - Standardized error codes (-60000 to -66999 ranges) with help URLs across all packages |
| 22 | +- **TypingIndicator Simplification** (#212) - Explicit `start()`/`stop()` API, removed async locking complexity |
| 23 | + |
| 24 | +## Bug Fixes |
| 25 | + |
| 26 | +- ChannelServiceAdapter.create_conversation flow (#233) |
| 27 | +- Streaming disabled for agentic requests on Teams (#243) |
| 28 | +- HTTP client error handling with precise status code checks (#202) |
| 29 | +- M365Copilot channel detection (#208, #210) |
| 30 | +- Copilot Studio client conversation ID persistence (#195) |
| 31 | +- Default max conversation ID length reduced to 150 (#196) |
| 32 | + |
| 33 | +## Documentation |
| 34 | + |
| 35 | +- Contributing guidelines for internal/external developers (#234) |
| 36 | +- Type hints and docstring improvements (#207, #214) |
| 37 | +- CODEOWNERS unified to agents-sdk team (#199) |
| 38 | + |
| 39 | +--- |
| 40 | + |
1 | 41 | # Microsoft 365 Agents SDK for Python - Release Notes v0.5.0 |
2 | 42 |
|
3 | 43 | **Release Date:** October 22, 2025 |
@@ -242,4 +282,4 @@ Special thanks to all contributors who made this release possible, including the |
242 | 282 | - **Samples:** [Agent Samples Repository](https://github.com/microsoft/Agents) |
243 | 283 | - **Community:** Join our developer community discussions |
244 | 284 |
|
245 | | -For technical support and questions, please use the GitHub Issues page or refer to our comprehensive documentation and samples. |
| 285 | +For technical support and questions, please use the GitHub Issues page or refer to our comprehensive documentation and samples. |
0 commit comments