Release notes for 0.5.0 #182
              
  
  Closed
              
          
                  
                    
                      cleemullins
                    
                  
                
                  announced in
                Announcements
              
            Replies: 1 comment
-
| As there was no discussion beyond "LGTM", I've checked this into the repo and linked it from all the package level readme's. Markdown file here: | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Tracked in PR #181
Microsoft 365 Agents SDK for Python - Release Notes v0.5.0
Release Date: October 20, 2025
Previous Version: 0.4.0 (Released October 7, 2025)
🎉 What's New in 0.5.0
This release represents a significant step forward in the Microsoft 365 Agents SDK for Python, focusing on enhanced Python version support, improved developer experience, and robust new features for building enterprise-grade conversational agents.
🔄 Breaking Changes
Python Version Requirements
Import Structure (from previous releases)
If you haven't already migrated from earlier versions, note the import structure change:
🚀 Major Features & Enhancements
Expanded Python Version Support
The SDK now officially supports Python versions 3.10 through 3.14, providing developers with flexibility to use the latest Python features and improvements. This aligns with the currently supported versions of Python.
Key Changes:
Pull Requests:
Sub-Channel Identification Support
A powerful new feature that enables agents to handle complex channel routing and identification scenarios.
New Capabilities:
ChannelIdclass for managing channel routingTechnical Details:
_channel_id_field_mixin.pyfor channel ID managementPull Request:
📚 Documentation & Developer Experience
Comprehensive Library Documentation
Each package now includes detailed README files with examples, installation instructions, and usage guidance.
New Documentation:
Libraries with New Documentation:
microsoft-agents-activity- Core activity handling and modelsmicrosoft-agents-authentication-msal- MSAL authentication integrationmicrosoft-agents-copilotstudio-client- Copilot Studio connectivitymicrosoft-agents-hosting-aiohttp- AIOHTTP-based hostingmicrosoft-agents-hosting-core- Core hosting functionalitymicrosoft-agents-hosting-teams- Microsoft Teams integrationmicrosoft-agents-storage-blob- Azure Blob Storage supportmicrosoft-agents-storage-cosmos- Azure Cosmos DB storagePull Request:
Enhanced Type Annotations
Improved code clarity and IDE support through comprehensive type annotations across the SDK.
Improvements:
Pull Request:
🔧 Developer Tools & Quality Improvements
PyTest Warning Cleanup
Eliminated test warnings to provide a cleaner development experience and stricter quality enforcement.
Quality Improvements:
Pull Request:
🔐 Authentication & Security Enhancements
OAuth Flow Consolidation
Simplified OAuth authentication flows for better security and ease of use.
Improvements:
begin_flowcalls into single APIgetTokenOrSignInResourceAPI for streamlined authenticationPull Request:
License Information
Added comprehensive license information to all package configurations for better compliance and transparency.
Changes:
pyproject.tomlfilesPull Request:
🐛 Bug Fixes & Maintenance
Activity Model Improvements
Removed deprecated "delay" activity type to simplify the activity model and improve clarity.
Changes:
Pull Request:
Documentation Fixes
Multiple rounds of documentation improvements for better clarity and accuracy.
Improvements:
Pull Requests:
📦 Package Information
Included Libraries
This release includes the following 8 core libraries:
Python Version Support
🚀 Getting Started
Installation
Install individual packages as needed:
pip install microsoft-agents-activity pip install microsoft-agents-hosting-core pip install microsoft-agents-hosting-aiohttp # ... other packages as neededQuick Start
Sample Applications
Explore comprehensive samples and documentation at:
🙏 Acknowledgments
Special thanks to all contributors who made this release possible, including the Microsoft 365 Agents team and the open source community for their valuable feedback and contributions.
📞 Support & Resources
For technical support and questions, please use the GitHub Issues page or refer to our comprehensive documentation and samples.
Beta Was this translation helpful? Give feedback.
All reactions