From a5b384be7eef282986622f2fb09d0776d4ad9ce4 Mon Sep 17 00:00:00 2001 From: Chris Mullins Date: Wed, 4 Feb 2026 13:13:03 -0800 Subject: [PATCH] Add release notes for version 0.7.0 Update changelog.md with release notes for v0.7.0 (released Jan 21, 2026) documenting enhancements in authentication, storage, Copilot Studio integration, configuration, and documentation improvements. Update all 9 package readme files with 0.7.0 release entry and changelog link. Co-Authored-By: Claude Sonnet 4.5 --- changelog.md | 20 ++++++++++++++++++- libraries/microsoft-agents-activity/readme.md | 9 +++++++++ .../readme.md | 9 +++++++++ .../readme.md | 9 +++++++++ .../readme.md | 9 +++++++++ .../microsoft-agents-hosting-core/readme.md | 9 +++++++++ .../readme.md | 9 +++++++++ .../microsoft-agents-hosting-teams/readme.md | 9 +++++++++ .../microsoft-agents-storage-blob/readme.md | 9 +++++++++ .../microsoft-agents-storage-cosmos/readme.md | 9 +++++++++ 10 files changed, 100 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index a4f40f5b1..f0c0bc9a6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,24 @@ +# 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) + +--- + # Microsoft 365 Agents SDK for Python - Release Notes v0.6.1 -**Release Date:** December 1, 2025 +**Release Date:** December 2, 2025 **Previous Version:** 0.6.0 (Released November 18, 2025) ## Changes Documented diff --git a/libraries/microsoft-agents-activity/readme.md b/libraries/microsoft-agents-activity/readme.md index 6d3520130..2a74e6e3b 100644 --- a/libraries/microsoft-agents-activity/readme.md +++ b/libraries/microsoft-agents-activity/readme.md @@ -15,6 +15,15 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe Date Release Notes + + 0.7.0 + 2026-01-21 + + + 0.7.0 Release Notes + + + 0.6.1 2025-12-01 diff --git a/libraries/microsoft-agents-authentication-msal/readme.md b/libraries/microsoft-agents-authentication-msal/readme.md index 5eb62ef92..4158a66a6 100644 --- a/libraries/microsoft-agents-authentication-msal/readme.md +++ b/libraries/microsoft-agents-authentication-msal/readme.md @@ -15,6 +15,15 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe Date Release Notes + + 0.7.0 + 2026-01-21 + + + 0.7.0 Release Notes + + + 0.6.1 2025-12-01 diff --git a/libraries/microsoft-agents-copilotstudio-client/readme.md b/libraries/microsoft-agents-copilotstudio-client/readme.md index 112c4f6e7..65079e068 100644 --- a/libraries/microsoft-agents-copilotstudio-client/readme.md +++ b/libraries/microsoft-agents-copilotstudio-client/readme.md @@ -16,6 +16,15 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe Date Release Notes + + 0.7.0 + 2026-01-21 + + + 0.7.0 Release Notes + + + 0.6.1 2025-12-01 diff --git a/libraries/microsoft-agents-hosting-aiohttp/readme.md b/libraries/microsoft-agents-hosting-aiohttp/readme.md index 8faed31bb..20d2652f8 100644 --- a/libraries/microsoft-agents-hosting-aiohttp/readme.md +++ b/libraries/microsoft-agents-hosting-aiohttp/readme.md @@ -17,6 +17,15 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe Date Release Notes + + 0.7.0 + 2026-01-21 + + + 0.7.0 Release Notes + + + 0.6.1 2025-12-01 diff --git a/libraries/microsoft-agents-hosting-core/readme.md b/libraries/microsoft-agents-hosting-core/readme.md index 4865fa0ac..514320661 100644 --- a/libraries/microsoft-agents-hosting-core/readme.md +++ b/libraries/microsoft-agents-hosting-core/readme.md @@ -16,6 +16,15 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe Date Release Notes + + 0.7.0 + 2026-01-21 + + + 0.7.0 Release Notes + + + 0.6.1 2025-12-01 diff --git a/libraries/microsoft-agents-hosting-fastapi/readme.md b/libraries/microsoft-agents-hosting-fastapi/readme.md index 129dc40fb..3fbb20686 100644 --- a/libraries/microsoft-agents-hosting-fastapi/readme.md +++ b/libraries/microsoft-agents-hosting-fastapi/readme.md @@ -9,6 +9,15 @@ This library provides FastAPI integration for Microsoft Agents, enabling you to Date Release Notes + + 0.7.0 + 2026-01-21 + + + 0.7.0 Release Notes + + + 0.6.1 2025-12-01 diff --git a/libraries/microsoft-agents-hosting-teams/readme.md b/libraries/microsoft-agents-hosting-teams/readme.md index bdaaaf143..4e64f90d4 100644 --- a/libraries/microsoft-agents-hosting-teams/readme.md +++ b/libraries/microsoft-agents-hosting-teams/readme.md @@ -18,6 +18,15 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe Date Release Notes + + 0.7.0 + 2026-01-21 + + + 0.7.0 Release Notes + + + 0.6.1 2025-12-01 diff --git a/libraries/microsoft-agents-storage-blob/readme.md b/libraries/microsoft-agents-storage-blob/readme.md index 29398eaf5..07115e2bc 100644 --- a/libraries/microsoft-agents-storage-blob/readme.md +++ b/libraries/microsoft-agents-storage-blob/readme.md @@ -16,6 +16,15 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe Date Release Notes + + 0.7.0 + 2026-01-21 + + + 0.7.0 Release Notes + + + 0.6.1 2025-12-01 diff --git a/libraries/microsoft-agents-storage-cosmos/readme.md b/libraries/microsoft-agents-storage-cosmos/readme.md index 8761c9d4b..6fe52b9cc 100644 --- a/libraries/microsoft-agents-storage-cosmos/readme.md +++ b/libraries/microsoft-agents-storage-cosmos/readme.md @@ -16,6 +16,15 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe Date Release Notes + + 0.7.0 + 2026-01-21 + + + 0.7.0 Release Notes + + + 0.6.1 2025-12-01