Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 41 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
# 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
Expand Down Expand Up @@ -242,4 +282,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.
For technical support and questions, please use the GitHub Issues page or refer to our comprehensive documentation and samples.