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 a4f40f5b..f0c0bc9a 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 6d352013..2a74e6e3 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 5eb62ef9..4158a66a 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 112c4f6e..65079e06 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 8faed31b..20d2652f 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 4865fa0a..51432066 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 129dc40f..3fbb2068 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 bdaaaf14..4e64f90d 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 29398eaf..07115e2b 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 8761c9d4..6fe52b9c 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