Tags: microsoft/Agents-for-python
Tags
Add release notes for version 0.7.0 (#306) 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 <noreply@anthropic.com>
Fix ChannelServiceAdapter.create_conversation implementation (#233) * Beginning for channel adapter unit tests * Adjusting create_connector_client to not necessitate context * Sketch of RestChannelServiceClientFactory test * Adding create_connector_client tests for non agentic scenarios * Another commit * TestChannelServiceAdapter outline * First pass at create_conversation unit test * adding more assertions to test * Formatting * Adding create_connector_client calls that use agentic identity * Small change to error message