0.7.0 Agents M365 SDK for Python Release Latest
Microsoft 365 Agents SDK for Python - Release Notes v0.7.0
Release Date: January 21, 2026
Previous Version: 0.6.1 (Released December 2, 2025)
Enhancements
- Authentication & Token Management: Centralized token scope handling with new
get_token_scopemethod inClaimsIdentityfor consistent scope determination across ChannelServiceAdapter and RestChannelServiceClientFactory (#290) - Storage Backend Improvements: AsyncTokenCredential support for CosmosDB and Blob Storage configurations, with enhanced async resource cleanup and improved error handling (#283)
- Copilot Studio Integration: Configurable
aiohttp.ClientSessioncreation throughConnectionSettings.client_session_kwargsparameter for custom HTTP client behavior (#278) - Configuration & Logging: Log configuration support via
.envfile with newconfigure_loggingfunction (#230)
Documentation
- Installation instructions simplified by removing test PyPI references (#284)