microsoft/Agents-for-python v0.9.0
microsoft/Agents-for-python
Captured source
source ↗published Apr 16, 2026seen 5dcaptured 9hhttp 200method plain
Microsoft 365 Agents SDK for Python - Release Notes v0.9.0
Repository: microsoft/Agents-for-python
Tag: v0.9.0
Published: 2026-04-16T16:26:08Z
Prerelease: no
Release notes:
Microsoft 365 Agents SDK for Python - Release Notes v0.9.0
Release Date: April 15, 2026 Previous Version: 0.8.0 (Released February 23, 2026)
Major Features & Enhancements
- OpenTelemetry Support: Full distributed tracing and metrics support with traces spanning adapter, app, auth, OAuth, storage, and turn-context layers. Includes a new OTel sample and comprehensive test coverage (#341)
- Proactive Messaging: New
proactivemodule inAgentApplicationwithConversation,ConversationBuilder, andConversationReferenceBuilderabstractions for initiating outbound conversations (#350) - FederatedCredentials Auth Type: Support for Managed Identity with Federated Identity Credential (FIC) authentication type in MSAL auth (#353)
- PFX Certificate Auth: Support for PFX files in MSAL Certificate authentication type (#349)
Bug Fixes
- MCS Connector: Fixed incorrect connector creation in
RestChannelServiceClientFactoryfor MCS channels (#360) - FastAPI JWT Middleware: Fixed parity with aiohttp by correcting async handling in JWT authorization middleware (#343)
- OpenTelemetry Testing Utility: Fixed
DeltaMetricReadertest utility (#362)
Developer Experience
- Streaming Consolidation: Moved
StreamingResponse,Citation, andCitationUtilfromhosting-aiohttpandhosting-fastapiintohosting-core, eliminating duplication (#339) - PyJWKClient Caching: Added thread-safe JWK client caching with a dedicated
JwkClientManagerclass to reduce redundant token-key fetches (#338) - Connector Validation: Improved response-data validation in
ConversationsOperationsmethods with added test coverage (#317)
Documentation
- Packages Overview: Added missing
microsoft-agents-hosting-fastapientry to the README packages overview (#346)
Notability
notability 6.0/10Notable framework release from Microsoft