Skip to content

0.7.0 Agents M365 SDK for Python Release Latest

Choose a tag to compare

@cleemullins cleemullins released this 04 Feb 21:22
· 19 commits to main since this release
d6e4106

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_scope method in ClaimsIdentity for 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.ClientSession creation through ConnectionSettings.client_session_kwargs parameter for custom HTTP client behavior (#278)
  • Configuration & Logging: Log configuration support via .env file with new configure_logging function (#230)

Documentation

  • Installation instructions simplified by removing test PyPI references (#284)