Skip to content

Bump Microsoft.Agents.AI.OpenAI from 1.0.0-rc1 to 1.11.1#65

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Microsoft.Agents.AI.OpenAI-1.11.1
Open

Bump Microsoft.Agents.AI.OpenAI from 1.0.0-rc1 to 1.11.1#65
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Microsoft.Agents.AI.OpenAI-1.11.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown

Updated Microsoft.Agents.AI.OpenAI from 1.0.0-rc1 to 1.11.1.

Release notes

Sourced from Microsoft.Agents.AI.OpenAI's releases.

1.11.1

Changes:

  • d9ec5eaab4918612ae0f7ddf11499576bdb510bf update package version (#​6752)
  • e3b64fdc4749256fa2d559be18a41f1a008dd7f6 .NET: [BREAKING] Make all AgentSkillsProvider tools require approval by default (#​6729) [ #​6727 ]
  • 3a5bbb5f8e3991d06fc3fe67fe3b01f2441cab0a .NET: Add DeclarativeWorkflowJsonOptions for AOT-safe declarative workflow checkpointing (#​6745)
  • a7332d69a8ffac3ad6039466d60761c970d7c367 .NET: Fix issue with resuming checkpoint after package version upgrade (#​6670)
  • e57e9455b367b1b83526fdaa21257125baac5d5d Build(deps): Bump hyperlight-sandbox-python-guest in /python (#​6737)
  • d97bc4fe3912cc32b99d654336e543d0ca5ff446 Build(deps): Bump huggingface-hub from 1.20.1 to 1.21.0 in /python (#​6738)
  • 5d57b10b9f2161ed765cbe4b8336604d6db7a6c2 Build(deps): Bump google-genai from 1.75.0 to 2.10.0 in /python (#​6739)
  • 8cd71dd4f62c35d2f868ac1b5d08956e9116f599 Build(deps): Bump fastapi from 0.124.4 to 0.138.0 in /python (#​6740)
  • 5e5dd87c91f0941ad69d247fe00b484644c125f6 Update .NET SDK to 10.0.301 (#​6730)
  • d0be98d649f97ee2b723730ae63ddc1567bb87dc Remove {resource_instructions} and {script_instructions} placeholder mechanism (#​6706)
See More
  • 802fe13053d379d68cb21aed108fa55aaf65ed38 Disable failing durable function integration tests (#​6731)
  • d75f2286f4c234d860919a78bcaf4040b91db0c4 Python: Add Telegram channel for agent-framework-hosting (#​6698) [ #​6588, #​6265 ]
  • ce74c84bdb1f2647fe8a484744ea359bc42e6e0f Python: Preserve OTel parent context for deferred streams (#​6709)
  • 4fb1fb615a1729f5cf1d017427f7fd12ee2ed8d2 Python: Fix Hyperlight CodeAct span parenting (#​6712)
  • 41a9c54bbee3c0724c14d4975b3f0630e0f0d28f Add Foundry project environment variables (#​6721)
  • 9f1ee23a4bcdb92dd9011a1ce778dc25d2dc5f16 Python: [BREAKING] Refactor FileSkillsSource for depth-based discovery and predicate filters (#​6488) [ #​6109 ]
  • 336a19fd326fd3e2d8c580096ca3e5d13a4e1342 .NET: .NET samples: migrate coding samples to Foundry-first AIProjectClient (#​6557)
  • 0283fd00a12af27ad0a7a72b70ce4f2fc8c34629 .NET: Fix hosted agent crash after tool call by rooting session store under $HOME (#​6231) (#​6714)
  • 5627dc0493e525e948e9985adf37baff21574569 docs: Add Python session identity ADR (#​6630)
  • 1df47667eadf0283637cd73b99cda63f13a28df5 Python: surface cache and reasoning token counts for the Bedrock and Gemini connectors (#​6640)
  • 91f639a694f9b70b79328058f284400897b2d0d3 Python: Explicitly emit available_resources and available_scripts in skill content (#​6694) [ #​6348 ]
  • a9e5f6d7985a555d042ff807995da7ca908f86d2 .NET: .NET Foundry: add CreateMcpTool projectConnectionId overload (#​6703)
  • ea7ae1cc00e02918a231cc97e2794b02fcfbb87c .NET: [BREAKING] Support archive-type skills in AgentMcpSkillsSource (#​6631)
  • e049bb569179384f11eb8a1b41d8a987fa416203 .NET: Add IncludeDetailedErrors option for skill script execution (#​6680) [ #​6304 ]
  • dd4b7ff475e467ac4490090eb2436e80b898dd5c .NET: Fix SearchDirectoriesForSkills to stop recursing after finding SKILL.md (#​6686) [ #​6683 ]
  • d5c15f2fe15f00118d818f79b1b532ee4ec52f03 .NET/Python: Purview: prefer token principal for user identity (#​6693)
  • 4cf7ace4463d0b4aa4a320d9671325485433f3a7 Python: track dependency maintenance PR creation (#​6665)
  • 5fff0df2afda58e4898f6cbe1a18ef4f054b11ff Python: Add load_dotenv to get-started samples and fix chat_response_… (#​6691)
  • acb28a63b5b739f5fdba4d8ac46d8c805f30b56a Python: Fix MCP metadata and tool name handling (#​6656)
  • f2d02e58b3b0e7f7d87353e2c9bf36a5834da665 Python: Add hosting core and Responses channel (#​6580)
  • 36420c515eb80015de1a5ff2098db5f6ce041aab Python: Align serialized tool format to OTel GenAI tool def format (#​6556)

This list of changes was auto generated.

1.11.0

Changes:

  • 1109d0bf64f3d1dd1e1f2bcaf3b38912ec7e833b Get date suffix up to date with release date (#​6690)
  • e030fb53ded912d0ce71bd80fe4c0455bc9d5478 .NET: Replace the symlink index entries with regular file entries (#​6687)
  • e6ebba1884238134628ad081249b451c0eb15df9 Add ADR 0029: Skills over MCP implementation design options (#​6679)
  • 7051a4920d87387587a32ab217a2cf35433bece8 Python: Add MCP as a hard dep in Foundry Hosting (#​6634)
  • 15df1152fc8d0617c6e6cfc439a260cfa09fea14 .NET: Add sample for per-run refreshable MCP authentication headers (#​6624) [ #​1631 ]
  • a2018b40f907c012bc5398e9ff36d69897d35d6f Python: [BREAKING] Require approval for file-access tools with read-only auto-approval (#​6599)
  • e4b89373f1cdc2fe6a047fd74d48bf9ab74b951b .NET: Explicitly emit available_resources and available_scripts in skill content (#​6672)
  • 88f0b23fb022b0adf33f5772b4b56a41289db748 .NET: Change A2A default session store to NoopAgentSessionStore (#​6635)
  • 9ba6b3a94e40dd90765719e44f5807a4aed4209e Remove unnecessary declarative logging (#​6677)
  • 2999f7416f7f171e0a8ae78a8d6c747a7174e71c Update package release version (#​6673)
See More
  • 09791533cfc5aa4b862c1d2790d91a1881b222a0 .NET: Emit execute_tool spans by placing OpenTelemetry below FunctionInvokingChatClient (#​6667)
  • 7f2e19ca2ffd2c11047099f853b7b7a3e46cf0b9 Python: Ensure spans created inside sync preparations in streaming call are correctly nested (#​6552)
  • 7b6f582b13436a034ec293d6f663f98dde772076 Python: Agent Harness blog post accompanying samples part 1 (#​6605)
  • dc60722cee1b208b7e91482d3ecc661542cbd342 .NET: Project ToolExecution events as FunctionCallContent/FunctionResultContent in GitHubCopilotAgent streaming (#​6228) [ #​4734, #​5897 ]
  • 2f5a76ab1de1bb4f4710f320bc1074240802bfc2 Fix issue with resuming checkpoint after package version upgrade (#​6636)
  • a7381d8bef5cdffe4b9417a530989616aad4e760 Python: stabilize dependency maintenance final checks (#​6662)
  • d108d4b54937346eb56fa65a7455d1f26fdbd4a7 Python: [BREAKING] Integrate looping into HarnessAgent (#​6607)
  • fd160a77824e98a50661109c12eba981c8b0f16a Python: fix dependency maintenance cutoff (#​6658)
  • ad3c1535c4cdb4b898161a1e95c4f5bab8c01917 fix: propagate EnableSensitiveData to auto-wired inner OpenTelemetryChatClient (#​6096) [ #​5873 ]
  • 10b7d08bff96502229e102f5c3f0474940871124 .NET: fix(hosting): emit url_citation annotation events from streamed AI Search responses (#​6649) [ #​6641 ]
  • fc3111c391afd5451c055a86d5cfd37ffab59617 Python: Add FoundryAgent conversation session helper (#​6623)
  • 098e52158655561c18a9e2afadea6b63374c45e3 .NET: Bring Hosted-Toolbox sample to parity with sibling hosting samples (#​6633)
  • 7435dd48d0e13811ade0f112f1a1aa2afc4b469d Python: harden Hyperlight output capture against symlinks (#​6601)
  • 148f57020aaa9aabf797cdd5f0a42249972cd7ce Python: host MAF workflows on a standalone Durable Task worker (#​6418) [ #​6608 ]
  • 89d19a23704713b1f214e3e229b800cba9ac84bd .NET: Migrate 01-get-started samples to Foundry as canonical default (#​6555)
  • c81590234413c3ece097c486ebdf9e2c6339b41b .NET: InProcessRunnerContext bugfix for workflows (#​6551)
  • 074ac68a6c284ec9532f118a6593d3a300ef1693 .NET: Harden fan-in barrier checkpoint state and extend resume coverage (#​6574)
  • d049d94b4997782c4aa59ac86eddc8dcdb22dfef Python: consolidate dependency maintenance workflow (#​6570)
  • 41995e265de4183eea07ca14a0cb74baf9337442 Build(deps): Bump anthropic from 0.80.0 to 0.107.1 in /python (#​6396)
  • 2adacb3034013de1f5bb9ccc35af34705a03a92b Bump aiohttp from 3.13.4 to 3.14.1 in /python (#​6395)
  • 6e3836698bcb67db5da4f47cd101ef5868efdcdd Bump Anthropic.Foundry from 0.5.0 to 0.6.0 (#​6057)
  • 0d3e3504f0db55b4826f9efb05cd1f4c57009847 Build(deps): Bump mistralai from 2.4.2 to 2.4.9 in /python (#​6393)
  • 2ba97ebcca7f62764ccc03f5d82f0bdc00386119 Bump openai from 2.24.0 to 2.43.0 in /python (#​6394)
  • 2d0555c5375ba42eb92fb8d783669ffe4bba4b14 Python: re-role trailing assistant message to user for Anthropic compatibility (fixes #​5008) (#​6207) [ #​5934 ]
  • 5145d50be803830e5710592b0e3879a88b264cc7 Python: Fix AG-UI tool history replay sanitization  (#​6581)
  • 7f7c88bfa5b45fd9039837e205d79e08917a3b23 Build(deps): Bump python-multipart from 0.0.26 to 0.0.32 in /python (#​6406)
  • bcef77af6a5e811380d77db731989256b2940cdb .NET: (Durable): Scope workflow status/respond endpoints to route workflow name (#​6608)
  • 54a30571aa62a3c87b1a4ed924796d5d6e553b9c Dotnet - Add support for Foundry Adaptive evals (#​6267) [ #​6101 ]
  • dc445592ed4f4776b98e0e04cff3712dceb02746 Python: [BREAKING] Port FileMemoryProvider and integrate FileMemoryProvider & FileAccess into the harness agent (#​6547)
  • 92823e9e61e6233d049fce925cf4d075f504a0cf .NET: [BREAKING] Require approval for FileAccessProvider tools with auto-approval rules (#​6521)
  • 7a491f8e766a508fef37f3189bbc0a79ff4be3aa Python: Add hosting channel ADRs and spec (#​6578)
  • 015e3bcd3b05f998b9a6a1fe5eb81ed42c2a4c2e .NET: Enabling sequential orchestration to pass entire conversation or only previous output. (#​6554)
  • 6e95517659c34623f6249a52feaf615955a0826b Python: Split type checkers by target (pyright source, 5 checkers on tests/samples) (#​6443) [ #​6275 ]
  • 97bb1d588a074437e5b264a9e98779220ebbc906 Migrate to using issue type bug instead of label bug. (#​6595)
    ... (truncated)

1.10.0

Changes:

  • dd29f9aa654257ad807ef7fdcd25fcc7ded109f6 .NET: Hosted Agent Sample - Toolbox with various Auth (#​5777) (#​6018)
  • a5f4e0078e1c0d1d8fcd580a1bcccc8836093b98 .NET: Fix .NET Copilot integration tests for SDK v1.0.0 (#​6424)
  • 3c0c12cd463601c451130884b5442dc42b12cf1e .NET: Update release version for 2026-06-10 release and switch GH.CP Agent to RC (#​6454)
  • cea83bd8d543713ae81e57513732c2a51ee1927b .NET: Bump Microsoft.Extensions.AI packages to 10.6.0, align transitive dependency floor, and update Merge Gatekeeper ignores (#​6148)
  • 7ae73a68d66423c19a1401197db824e6fa0ec9c1 Remove broken Atomic Agents docs link (#​6442)
  • 5e097276a0292c50cc00f59d3b687edf4551b3e8 .NET: Add Foundry Deployment docs to HA sample READMEs (#​6365)
See More
  • 383d551b86fb227a22cbd666c0ed0a7c7e59affc Purview: Parallelize PSPC cold-cache scope refresh (#​5832)
  • 2a345e5d3b2ba3096bde727256faa1ed544b9895 .NET: Fix Magentic to share agent replies across team (#​6222)
  • 5e6eb6f121bf3c414734fd8edc2047e1c92c86ad New logo in banner (#​6380)
  • dbfacbfc4aa676aca1c0a866e78e4da08ea2d2de New Microsoft Agent Framework logos (#​6378)
  • 96d242fa7f47abfa322b5413ec5b7cd0b9a37531 .NET: Remove required token params from HarnessAgent, make compaction opt-in (#​6409) [ #​6333 ]
  • 9486c76ef80225a1dca590eb606733a963b96719 .NET: Add Reasoning to ChatClientAgent ChatOptions merging (#​5463)
  • d222079df9b672abe96c58ba04e78f8499b7b819 .NET: fix: preserve AG-UI session history (#​5904)
  • af772997af971268ce48ce4e99d48aab4fc286e0 .NET: [BREAKING] Migrate .NET GitHub Copilot SDK to v1.0.0 (#​6381) [ #​6402, #​6404 ]
  • b343625c1ff54b344e7facdf59b51003bd787921 .NET: Add approval bypassing to harness as the default (#​6387)
  • 9bc7b27813010d60ce643c05d07c27d3b0c55821 Match AG-UI approval responses to requested arguments (#​6376)
  • 6a2efeae7ceb7ae111df76b00cd1cb9d4e25a5b8 .NET: [BREAKING] Fix hosting bugs (#​6388)
  • 331201294bfda427b44dc49cfd730a1b41e4dedf .NET: Fix single-column value unwrap in declarative workflow (#​6367)
  • fa9e08657618a6cf50818f7069ee4af3d5c725e6 fix: preserve foreach record values (#​6208)
  • 6bd2cfec03a3f4cd6599da9f0b314e9de2786f60 .NET: [BREAKING] Add auto-approval rules (heuristics) to ToolApprovalAgent (#​6335)
  • ab8ba8fc6193f907aff519f875786f5c8bfbb924 .NET: Allow storage of auto-approved functions (#​4950)
  • bbccb7c28c86a0c2712d65e367fa8029065294eb .NET: Bump ModelContextProtocol from 1.1.0 to 1.2.0 (#​3956) (#​6239)
  • bb9ed63a347b3e437106b27ff7547bd388fd5bbe .NET: Restructure skill script schemas XML and remove resources from body (#​6343)
  • bc0e65d7162e9195249b43d869c6361789d73202 fix: drop hosted MCP calls when reasoning is stripped (#​6210)
  • c3901a4ddda0c0467472de786b21aad66ff138bf Fix Observability/WorkflowAsAnAgent sampl (#​6316)
  • ba617fc3b5028605e55dc56050871ef918913f5e Don't count dependabot prs as part of the limit (#​6317)

This list of changes was auto generated.

1.9.0

Changes:

  • afa7834e2ec8a93b2224fe7ab184b97fbcaa8c9a Updating dotnet package versions for 1.9 release (#​6314)
  • c6951c21f69af4c9a5d5cbe107b36fca9f648907 Python: Add MCP-based skills discovery (McpSkillsSource) (#​6169)
  • a9824289168c5af4acc5bfc7bd227206eb942fdc .NET: Bug fixes for AGUI hosting and workflows (#​6311)
  • 90a3e5de47cf48dfdef25c00c49cf56e0c80df8e .NET: Add ILoggerFactory and IServiceProvider to HarnessAgent constructor (#​6273) [ #​6103 ]
  • 49a6e433a332f5952cad275998fa954572810c11 Python: progressive tool exposure via FunctionInvocationContext (#​6233) [ #​3877 ]
  • 6086a743023c7b8a0e8ec8dde92316e42d634c09 Python: Promote agent-framework-declarative package to RC (#​6256)
  • fa8cfb75673eb2f8f3a9870b2d95e1a435ac3dc3 Python: Fix FoundryAgent stripping model from PromptAgent requests (#​5526) [ #​5525 ]
  • 6de4c24fdda68bb991bf76c017618b89c6197d87 .NET: Promote Workflows.Declarative packages to stable versions (#​6254)
  • a5f355e04a4cc13da8ce8ddc13430d343decfa8d Python: Fix OTLP HTTP base-endpoint losing /v1/{signal} auto-append (#​5913)
  • 0cf48923cd6793f9da042c6b8b819f632a65957e .NET: Add Hosted-ToolboxMcpSkills sample (#​6175)
See More
  • cdc4809b8a503ec86d78a90051e5cc5d053ebf21 ci: harden Python test coverage workflow (#​5982)
  • 043208241a4f54769cfe499b1b24e0c3ea720fcb Python: Persist hosted MCP call/results as canonical mcp_call output (#​6070)
  • 05ebb966cf7555aa3690a9fae11188b83f68daf1 fix: skip orphan anthropic thinking signatures (#​5784)
  • c83a944e85e7615d5c12adc772310e649667f637 Fix open pr count check (#​6255)
  • 5d98beddf52dd8e3d3323d2108c9fe3461ab0c04 Python: feat(bedrock): implement native structured output support via Converse API (#​6052) [ #​5966 ]
  • e0d0ad16a06b404ef7da38e31b2bcaecf2ac6efe Python: feat(evals): Foundry Adaptive Evals integration (rubric-generation) (#​6101)
  • f36096ce1a0258d62810561df5aeedd22e2448c0 Python: Fix core observability unsafe serialization of function-call arguments containing dataclass/framework objects (#​6026) [ #​5733 ]
  • 03e14ca18703a822f8d1b209a031d65aa882d9be .NET: Update hosted agents (#​6243)
  • b298113d15cf5c7e8a7299991cea98ef0400dbbf .NET - Fix missing id on function_call_output in Foundry Hosting (#​6246)
  • 8091d052d8175e1726a2ef238affa80a381a9b8a Python: refresh dev dependencies and validate runtime bounds (#​6238)
  • 52a8045bb670918ef8c1f970dad051092893ceee Python: Add background agent support to harness agent (#​6155)
  • 78d175a1e20eb65c2b80517fa1cc911a9272cee3 Python: coalesce code interpreter history chunks (#​5801)
  • b59a854fcdb4b5588615e22bea788572db6da6df Fix integration test worker crashes in Azure Functions on Py3.13 (#​4260)
  • 8b0db48d331354867c1066c32e05e822b17b6e45 Add community PR limit workflow (#​6229)
  • 5affc9c33392b2636e5a7b860a3d9628f4cd6e1e Python: Reorganize A2A samples and use package A2AExecutor (#​6165)
  • edcc786651ca3741ba005d7e5aef971ad24602cc .NET: Preserve and propagate CreatedAt through workflows (#​3930)
  • 07a1e834926b496b1d48eaed6e824740e1a9037a .NET: Forward Magentic participant replies to manager (#​6156)
  • fa2a6af4434fdfc310168d1b1f65cef2561b8eae Bump Azure.AI.AgentServer.* packages and align Azure.Core/System.ClientModel (#​6178)
  • 11c8d89ab2853ce3c71f9f0b730ee73c8df4bf22 .NET: Fix InvokeMcpTool approval path for declarative workflows (#​6177)
  • 6510d6e3c89fc9dcf4c45596f24517b73196ff08 .NET: Quarantine flaky DevUI test (#​6159)
  • dd9a4b6321f8922cb4505f84ed5c3e206dfbddb7 Python: [A2A] Set message_id on AgentResponseUpdate for message-bearing paths (#​6163) [ #​5949 ]
  • e8ff541ebf07339b12585a3d4984d78a13e7e1aa Python: consolidate MCP reliability fixes (#​6145)
  • d2d5384f28b60a91771e7e70c7452da89d3c7e02 Python: Add Mistral AI embedding client package (#​5480)
  • 1fccf16f1103107186c12fb5f4ad58b8a6ba7f62 feat: Remove [Experimental] tag from .NET Orchestrations (#​6164)
  • 8ed2159c4b0b6663dc92b3469c24648a37e8e289 .NET: Workflow Outputs Overhaul: Support Tagging, Filtering Agent Outputs (#​6045)
  • b000a2cf514a025b3cb7873c05c9a282a2c287c5 Python: Adding AgentFileStore and FileAccessProvider to support file access operations. (#​6099)
  • 0578f4c9107159346756d80d0650fa0a21c315a0 Backfill chat span request model if it's unknown and response model is avaliable (#​6160)
  • e9a606344adbe5e41d9376b1f8508da593ea6c3b Python A2A: Expose supported_protocol_bindings as configurable parameter (#​6098) [ #​6057 ]
  • d2f79930d5554e39add177f46f8bc61092c0ad34 .NET: feat: Update GroupChatManager semantics to match other Orchestration patterns (#​6140)

This list of changes was auto generated.

1.8.1

[1.8.1] - 2026-06-09

Added

  • agent-framework-core: Add MCP client OTel spans per GenAI semantic conventions (#​6349)
  • agent-framework-core: Add MCP long-running task support (#​6319)

Changed

  • agent-framework-claude: Bump claude-agent-sdk to 0.2.87 (#​6248)
  • agent-framework-core: Document checkpoint storage security model and deserialization trust boundaries (#​6295)
  • agent-framework-azurefunctions: Document checkpoint storage security model and deserialization trust boundaries (#​6295)

Fixed

  • agent-framework-core: Filter MCP tool kwargs to declared params via allowlist (#​6399)
  • agent-framework-core: Fix per-service-call history persistence with server-storing clients (#​6310)
  • agent-framework-openai: Use getattr for non-OpenAI provider response compatibility (#​6270)
  • agent-framework-foundry-hosting: Refactor workflow-as-agent pending request handling (#​6259)
  • agent-framework-gemini: Make Gemini honor declarative outputSchema, not just JSON mode (#​5893)
  • agent-framework-mem0: Isolate entity retrieval and correct app_id payload (#​6242)
  • agent-framework-ag-ui: Match AG-UI approval responses to requested arguments (#​6376)

1.8.0

What's Changed

Full Changelog: microsoft/agent-framework@dotnet-1.7.0...dotnet-1.8.0

1.7.0

What's Changed

Full Changelog: microsoft/agent-framework@dotnet-1.6.2...dotnet-1.7.0

1.6.2

What's Changed

Full Changelog: microsoft/agent-framework@dotnet-1.6.1...dotnet-1.6.2

1.6.1

What's Changed

Full Changelog: microsoft/agent-framework@dotnet-1.5.0...dotnet-1.6.1

1.6.0

[1.6.0] - 2026-05-21

Added

  • agent-framework-core: Shell tool with support for local and Docker execution (#​5664)
  • agent-framework-monty: New Monty-backed CodeAct provider package (#​5915)
  • agent-framework-foundry: Add experimental hosted tool factories on FoundryChatClient (#​5958)
  • agent-framework-foundry: Include tool definitions for Foundry agent evals (#​5974)
  • agent-framework-a2a: Use non-streaming transport and return_immediately for background ops (#​5963)

Changed

  • agent-framework-core, agent-framework-foundry: [BREAKING] Enable instrumentation by default (#​5865)
  • agent-framework-foundry: Show more authentication methods in Foundry Toolbox MCP (#​5719)

Fixed

  • agent-framework-core: Skip MCP prompt loading when unsupported (#​5370)

1.5.0

What's Changed

New Contributors

Full Changelog: microsoft/agent-framework@dotnet-1.4.0...dotnet-1.5.0

1.4.0

What's Changed

Full Changelog: microsoft/agent-framework@dotnet-1.3.0...dotnet-1.4.0

1.3.0

What's Changed

Full Changelog: microsoft/agent-framework@dotnet-1.2.0...dotnet-1.3.0

1.2.2

[1.2.2] - 2026-04-29

Added

  • agent-framework-azure-contentunderstanding: New alpha package — Azure AI Content Understanding context provider that auto-analyzes file attachments (documents, images, audio, video) and injects structured results into the LLM context, with multi-document session state, configurable timeout, output filtering via AnalysisSection, and auto-registered list_documents / get_analyzed_document tools (#​4829)
  • agent-framework-foundry-hosting: Add hosted Durable Workflow support — propagate full conversation history to workflow agents and wire Workflow.as_agent() end-to-end via the foundry hosting layer (#​5531)

Changed

  • agent-framework-orchestrations: [BREAKING] Standardize orchestration terminal outputs as AgentResponse so Workflow.as_agent() returns the final answer only; aligns sequential-approval (with_request_info) and concurrent (intermediate_outputs=True) flows on the same output contract (#​5301)
  • agent-framework-core, agent-framework-declarative: Preserve Workflow.run() shared state across calls so multi-turn WorkflowAgent invocations retain context, accept list[Message] input in the declarative start executor, and coerce Enum values when serializing PowerFx symbols (#​5531)
  • dependencies: Update workspace package dependencies and preserve mcp[ws] / uvicorn[standard] extras through override-dependencies in /python (#​5555)

Fixed

  • agent-framework-core: Fix observability spans not being correctly nested when using streaming (#​5552)
  • agent-framework-openai: Fix file_search citations breaking the assistant-message history roundtrip — skip hosted_file content in the assistant role so the Responses API no longer rejects input_file (#​5557)

Full Changelog: microsoft/agent-framework@python-1.2.1...python-1.2.2

1.2.1

[1.2.1] - 2026-04-28

Added

  • agent-framework-foundry-hosting: Add file data type support to hosted-agent Responses, refresh foundry-hosted-agents samples, and add response test coverage (#​5485)
  • samples: Add requirements.txt and .env.example to the a2a/ hosting sample for pip-based setup (#​5510)

Changed

  • dependencies: Update rich requirement from <15.0.0,>=13.7.1 to >=13.7.1,<16.0.0 in /python (#​5227)
  • dependencies: Bump prek from 0.3.8 to 0.3.9 in /python (#​5228)
  • dependencies: Bump python-multipart from 0.0.22 to 0.0.26 in /python (#​5286)
  • dependencies: Bump pyasn1 from 0.6.2 to 0.6.3 in /python (#​4748)
  • dependencies: Bump pytest from 9.0.2 to 9.0.3 in /python/packages/ag-ui (#​5461)
  • dependencies: Bump pytest from 9.0.2 to 9.0.3 in /python/packages/devui (#​5492)
  • dependencies: Bump pytest from 9.0.2 to 9.0.3 in /python/packages/lab (#​5470)
  • dependencies: Bump uv from 0.11.3 to 0.11.6 in /python/packages/lab (#​5469)
  • dependencies: Bump vite from 7.1.12 to 7.3.2 in /python/packages/devui/frontend (#​5127)
  • dependencies: Bump vite from 7.1.12 to 7.3.2 in /python/samples/05-end-to-end/chatkit-integration/frontend (#​5126)
  • dependencies: Bump postcss from 8.5.6 to 8.5.10 in /python/packages/devui/frontend (#​5484)
  • dependencies: Bump postcss from 8.5.6 to 8.5.10 in /python/samples/05-end-to-end/chatkit-integration/frontend (#​5491)
  • dependencies: Bump postcss from 8.5.6 to 8.5.12 in /python/samples/05-end-to-end/ag_ui_workflow_handoff/frontend (#​5527)
  • dependencies: Bump picomatch from 4.0.3 to 4.0.4 in /python/packages/devui/frontend (#​4921)
  • dependencies: Bump picomatch from 4.0.3 to 4.0.4 in /python/samples/05-end-to-end/ag_ui_workflow_handoff/frontend (#​4936)

Fixed

  • agent-framework-core: Prevent inner_exception from being lost in AgentFrameworkException (#​5167)

Full Changelog: microsoft/agent-framework@python-1.2.0...python-1.2.1

1.2.0

Changes:

  • f2b215a2f6d4767fd37b17dd33195100ea2e498f .NET [WIP] Foundry Hosted Agents Support (#​5312) [ #​5091, #​5287, #​5278, #​5281, #​5316, #​5336, #​5341, #​5367, #​5368, #​5371, #​5374, #​5406, #​5408 ]
  • 57fa8ea9022ac9ec39fb5ececb020aa042599c8f Python: Fix OpenAIEmbeddingClient to use AsyncOpenAI for /openai/v1 endpoints (#​5137) [ #​5068 ]
  • aa582d021d69dd3b047d7664ced090dcc08b56f2 Python: feat(evals): add ground_truth support for similarity evaluator (#​5234)
  • 8f17067383154e87e3a3c8ae673c7b5f1cf71add .NET: Update .NET package version 1.2.0 (#​5364)
  • 267351b7607595cfcb2d64c739587bc50a476e2f .NET: Expand Workflow Unit Test Coverage (#​5390)
  • adcd2d33f5e32be85ea141fc8cc6fbe590aa0981 .NET: Declarative workflows - Gracefully handle agent scenarios when no response is returned (#​5376)
  • d5777bc546ba48652d85cec6093b445965533a4a fix: Duplicate CallIds cause Handoff Message Filtering to fail (#​5359)
  • b6b191ad9c2ddaaa8a647419135f01a2d3fce73a Python: Add second approval-required tool (set_stop_loss) to concurrent_builder_tool_approval sample (#​4875) [ #​4874 ]
  • 2c8036779c20e5fa2feb6304c01e28c594e801a9 Python: Bump versions for a release. Update CHANGELOG (#​5385)
  • ce8b6305d8e7280ac9d22226a17e2e4f0828ef97 Python: Foundry hosted agent V2 (#​5379) [ #​5177, #​5215, #​5235, #​5261, #​5281, #​5284, #​5298, #​5372, #​5378 ]
See More
  • 07f4c8a8d66d2fba40bdd086f16cc6dca059d054 Python: Expose forwardedProps to agents and tools via session metadata (#​5264) [ #​5239 ]
  • 04aaf0c1fe6023a579a334f9d2afe5b79ca497f0 Python: Add support for Foundry Toolboxes (#​5346)
  • 3e54a689fc96d681a072fe7e7cfc445909dac74b Python: Add search tool content for OpenAI responses (#​5302)
  • 60af59ba8b3c871065d0a288f21bfd7f0d6be3c1 .NET: Features/3768-devui-aspire-integration (#​3771)
  • 69894eded89d6e8ebf7bdb75cd0d9da54ade8b21 Python: Flatten hyperlight execute_code output (#​5333)
  • 495e1dad6bf3c62b14929805cfd5f0409c897876 Python: Fix CopilotStudioAgent to reuse conversation ID from existing session (#​5299) [ #​5285 ]
  • 5777ed26e62e721375f78c404b8df1dfbc322560 .NET: fix: Add session support for Handoff-hosted Agents (#​5280)
  • 52303a8d07e8f9f2c3f056d969d99a9062c06219 .NET: Add Code Interpreter container file download samples (#​5014) [ #​3081 ]
  • c85d24da440ebe5266852f6356aecdadc41379c6 .NET: Fix declarative resume edge predicates to recognize both direct and PortableValue-wrapped forms after checkpoint restore (#​5323)
  • b03cb324d5cc5e91a55b5eb9045b8ead244aaf11 Python: Add Hyperlight CodeAct package and docs (#​5185)
  • dbf935b4e30cf9ae2553cad54f6bc09668f7eb62 .NET: fix: Foundry Agents without description in Handoff (#​5311)
  • ca580a8316a904e947e48aaba8f3c00eb738ae36 .NET: Add error checking to workflow samples (#​5175)
  • 101e07b0610e2a73e0c369be7e81907a44fb243f .NET: Add Handoff sample (#​5245)
  • aee1acbf8baeb9fb3b3f196975aae9e7f7481096 .NET: Foundry Evals integration for .NET (#​4914) [ #​5269 ]
  • 91e34358eb4f2643b13537b470d8ea0aeaec7307 Python: Feat: Add finish_reason support to AgentResponse and AgentResponseUpdate (#​5211) [ #​4622 ]
  • 90a633967ca60601fc696d335d770f9f05e236e2 Python: Fix Gemini client support for Gemini API and Vertex AI (#​5258)
  • c14beedb3af8bdee168e3a06a245a5b9d8fa5f75 test: Add Handoff composability test (#​5208)
  • 43d98974d3994486a35602467efcffb85839ce66 fix: propagate A2A metadata with namespaced key in additional_properties (#​5240) (#​5256)
  • 60da0ffb4803e0db18d3d3bde8e008eb4277882c .NET: Improve local release build perf by only formatting for one build target framework (#​5266)
  • a2044829b13659ac40f7f4112f74efcce15397cc .NET: Update Microsoft.Extensions.AI to 10.5.0 and OpenAI to 2.10.0 and remove unused refs (#​5269)
  • 435c66e9c9f215fdea4b041da35e6ca774b63094 Python: Handle url_citation annotations in FoundryChatClient streaming responses (#​5071) [ #​5029 ]
  • 52d50be9e06456aa8dc4adb2525b0bbd4f60d4d3 Bump Anthropic SDK to 12.13.0 and Anthropic.Foundry to 0.5.0 (#​5279)
  • d20f9b5f973b0b8f693f530a8e3c0f9d9c99bb94 Add AgentExecutorResponse.with_text() to preserve conversation history through custom executors (#​5255) [ #​5246 ]
  • 87a8fa2a9d0ffd3d0b4b31882e70c4f60462bb29 .NET: Fix intermittent checkpoint-restore race in in-process workflow runs (#​5134)
  • 8f7fd9525d1bf24f9606779ba7f8d41b66ce2ff1 Python: Add OpenAI types to default checkpoint encoding allow list (#​5297)
  • 69697065ab78502c5e58a7e6bc90ae14fdc46c20 Python: Add context_providers and description to workflow.as_agent() (#​4651)
  • fe4cd3cddc99f157710296dad892bec427cae991 Revert to public MCP server and skip on transient upstream errors (#​5296)
  • 611230cc8ebde031d6c15dbc15d7053ddf56b40c Python: improve misc-integration test robustness (#​5295)
  • f112150cfbc4d514b21b60a81bbe5239b4b2c81f Python: bump misc-integration retry delay to 30s (#​5293)
  • ff05c22c5853a51b83c05b6fdb3b8e982bbf3b31 Python: add experimental file history provider (#​5248)
  • eab7f09d03387a2b393f9785963353c1a09e8b6b Forward provider config to SessionConfig in GitHubCopilotAgent (fixes #​5190) (#​5195)
  • 68b93641b6802abd2d00a5191cb16c6074d39fe1 Python: Bump agent-framework-devui to 1.0.0b260414 for release (#​5259)
  • 2b251d904f1cb045ec3b7e13411cac3c1aa1e019 Python: Fix reasoning replay when store=False (#​5250)
  • 485af07b8c21896b7f24a0313b5a226b3bd711f8 Python: Add GeminiChatClient (#​4847)
    ... (truncated)

1.1.1

[1.1.1] - 2026-04-23

Added

  • agent-framework-core: Add expected_output ground-truth support to evaluate_workflow for similarity evaluators (#​5234)
  • agent-framework-ag-ui, agent-framework-a2a: Propagate thread_id and forwarded_props through AG-UI to A2A context_id (#​5383)
  • samples: Add second approval-required tool (set_stop_loss) to concurrent_builder_tool_approval sample (#​4875)
  • agent-framework-core: Add SKIP_PARSING sentinel for FunctionTool.invoke to bypass Content-wrapping and return raw function results (#​5424)

Changed

  • agent-framework-foundry-hosting: Correct Development Status classifier from Beta (4) to Alpha (3) to match the package's lifecycle stage (#​5387)
  • tests: Add Python flaky test report workflow (#​5342)
  • agent-framework-hyperlight: Simplify host callback to pass raw Python results via SKIP_PARSING, switch execute_code input schema to a plain JSON-schema dict, and tighten public API
    surface (#​5424)

Fixed

  • agent-framework-openai: Fix OpenAI Responses streaming to propagate created_at from the final response.completed event (#​5382)
  • agent-framework-openai: Fix OpenAIEmbeddingClient to use AsyncOpenAI for /openai/v1 endpoints (#​5137)
  • agent-framework-openai: Exclude null file_id from input_image payload to prevent schema 400 errors (#​5125)
  • agent-framework-foundry: Reconcile Toolbox hosted-tool payloads with the Responses API (#​5414)
  • agent-framework-ag-ui: Pass client thread_id as session_id when constructing AgentSession (#​5384)
  • agent-framework-hyperlight: Thread-confine WasmSandbox interactions via per-entry ThreadPoolExecutor to eliminate the PyO3 unsendable panic when touched from asyncio worker threads
    (#​5424)

Full Changelog: microsoft/agent-framework@python-1.1.0...python-1.1.1

1.1.0

Changes:

  • 3e864cdb4c6031cf93096fa6af4d927b31126d8a .NET: Update version to 1.1.0 (#​5204)
  • 14d2ab3262580a383472b406d97b36cfd86b2787 Standardize file skills terminology on 'directory' (#​5205)
  • e5f7b9c260961916e108ca10780988aeefd51662 .NET: Support reflection for discovery of resources and scripts in class-based skills (#​5183)
See More
  • 1dd828d25502a1d4b4facff8e278da0668b40d28 CHANGELOG Update with V1.0.0 Release (#​5069)
  • 8348584ac29f91a2c5e5e3db05166add1bb7b2af VerifySamples: Filter projects to net10 only (#​5184)
  • 6d6cb840aec8b85c6bb5e95dc680c8fdd6110394 .NET: Improve resilience of verify-samples by building separately and improving evaluation instructions (#​5151)
  • 79afda1a6c4103baa5ae3a42b3004a9e1d28f892 Samples fixes (#​5169)
  • a7a02c1abd87cdb69637aa6f51b98632b9b980c4 Fix test compat for entity key validation (#​5179)
  • 7010dd7439d1fd8f377ad062c7483edb1da60118 .NET: Support custom types in skill resource and script functions (#​5152)
  • e10d448ae29417f3aa107973ab7f7c2745cf7993 Fix handoff workflow context management and improve AG-UI demo (#​5136)
  • 942cb04ccb5adb3726f292659a7b61b5d67681b6 .NET: Fix compaction chat history duplication bug (#​5149)
  • e224f06e601a8ae16ea78c28f434848f332595a3 .NET: Update models used in dotnet samples to gpt-5.4-mini (#​5080)
  • 826d8db84c25389defa7aa13caa2016689c1b975 .NET: fix: Concurrent Workflow Sample (#​5090)
  • 4134c74060d37db60c600a5b748a4f7bfeb2ae41 Add CreateSessionAsync(conversationId) to FoundryAgent (#​5144) [ #​5138 ]
  • 86b49d800e9dc37df9d07f7924c9445ba5b8d2c2 Fix and simplify ComputerUse sample (#​5075)
  • d73c06fa8c1bcb9dc3351d3c80f023d4192765b7 .NET: Align skill folder discovery with spec (#​5078)
  • 746c7da216b9cf8d8affbfe40445fd6bcd3ae291 Revise agent examples in README.md (#​5067)
  • d30103fee6b03e2322dc13d590ef43661692b7c9 .NET: Fix input signal issue during checkpoint restoration (#​5085)
  • 55ae57c0ed403c10fc3520505198ca32e71e76d8 .NET: Add Message Delivery Callback Overloads to Executor (#​5081)
  • d284d96a9ed6cbe9220837e139ccb7202e5b5659 fix: 04_MultiModelService sample (#​5074)
  • d1a81159de1b51113c7a0357fdde14aebf1afb79 Bump Anthropic from 12.8.0 to 12.11.0 (#​5055)
  • 9f0dbe5f8dc0c22861e761a26c4c6ed6e2436581 .NET: Improve workflow unit test coverage (#​5072)
  • 3fc1d000265e0db1f434fa5617d6e641b58c61a7 .NET: skill as class (#​5027)
  • e4defadc799cea13efa912e7ee21ce833a5a5c92 .NET: Add github actions workflow for verify-samples (#​5034)

This list of changes was auto generated.

1.0.1

1.0.1 - 2026-04-09

[!IMPORTANT]
Security hardening for FileCheckpointStorage: Checkpoint deserialization now flows through a restricted unpickler by default, which only permits a built-in set of safe Python types and all agent_framework framework types. If your application stores custom types in checkpoints, pass their "module:qualname" identifiers via the new allowed_checkpoint_types constructor parameter — otherwise loads will raise WorkflowCheckpointException. See Security Considerations for details and the opt-in format.

Added

  • samples: Add sample documentation for two separate Neo4j context providers for retrieval and memory (#​4010)
  • agent-framework-azure-cosmos: Add Cosmos DB NoSQL checkpoint storage for Python workflows (#​4916)

Changed

  • docs: Remove pre-release flag from agent-framework installation instructions (#​5082)
  • samples: Revise agent examples in README.md (#​5067)
  • repo: Update CHANGELOG with v1.0.0 release (#​5069)
  • agent-framework-core: [BREAKING] Fix handoff workflow context management and improve AG-UI demo (#​5136)
  • agent-framework-core: Restrict persisted checkpoint deserialization by default (#​4941)
  • samples: Bump vite from 7.3.1 to 7.3.2 in /python/samples/05-end-to-end/ag_ui_workflow_handoff/frontend (#​5132)
  • python: Bump cryptography from 46.0.6 to 46.0.7 (#​5176)
  • python: Bump mcp from 1.26.0 to 1.27.0 (#​5117)
  • python: Bump mcp[ws] from 1.26.0 to 1.27.0 (#​5119)

Fixed

  • agent-framework-core: Raise clear handler registration error for unresolved TypeVar annotations (#​4944)
  • agent-framework-openai: Fix response_format crash on background polling with empty text (#​5146)
  • agent-framework-foundry: Strip tools from FoundryAgent request when agent_reference is present (#​5101)
  • agent-framework-core: Fix test compatibility for entity key validation (#​5179)
  • agent-framework-openai: Stop emitting duplicate reasoning content from response.reasoning_text.done and response.reasoning_summary_text.done events (#​5162)

Full Changelog: microsoft/agent-framework@python-1.0.0...python-1.0.1

1.0.0

Changes:

  • c798cb7a2ecd675c898db84931fb700060bceb77 release: Mark Handoff Orchestrations Experimental (#​5065)
  • 524c0216e45a1b6e09b3e2816321c23a4ef57962 .NET: Update release versions (#​5059)
  • 281661e4097868f75cef5219353b1ddb3106a081 .NET: Remove timeout from InputWait in OffThread execution (#​4996)
  • b0613a8cebdee0e67f81acb1553d9cc1f9318c2b .NET: Bump Azure.AI.Projects to 2.0.0 GA (#​5060)
  • 79b38040e8193aa9abf06a7b2f31d69f551af0af fix: Update Google.GenAI to verison compatible with M.E.AI 10.4.0+ (#​5061)
  • a356a165681d0ecd3583250aeff2159820269ce8 .NET: Remove OpenAIAssistantClientExtensions class (#​5058)
See More
  • 628bb1af48ea264d17147f30190c1e745da309f7 .NET: Rename Microsoft.Agents.AI.AzureAI to Microsoft.Agents.AI.Foundry and consolidate FoundryMemory (#​5042)
  • 15e435b47237b2d5f246df1cae28701e2d3780fa Fix telemetry sample bug (#​5037)
  • 38de9914815833f7e06644c516dfef53853b3785 .NET: Fix RequestInfoEvent lost when resuming workflow from checkpoint (#​4955)
  • 25696a72dca5f1c07917076b5ad2d0520f89b3bb .NET: Replace Azure Foundry/Azure AI Foundry with Microsoft Foundry in .NET samples (#​5032)
  • 2cb78ea12e20ffcd102b00c0f42a23f53a32df21 fix and unify devui samples (#​5025)
  • acaadc9c45702325b0ffb71009f8a558b114a9c9 .NET: Add a verify-samples tool and skill (#​5005)
  • 34329840e1db8bb67c5bc010fedca2426dddacae Add Neo4j GraphRAG samples (#​4994)
  • 2a8c3e2dcf4b7c90df844c18c5b8190b63e48b82 fixes to azure ai search init, samples (#​5021)
  • 9c9d81d8b6bc2189fbfc6241f0cad81ad04c0848 .NET: Improve README: architecture overview, troubleshooting, and sample links (#​5002)
  • 47a8a305d216f17255279d0a51a488addbb2e676 Fix environment variable set statement in py DEV_SETUP (#​5006)
  • 6e7254bba7abbee9b89b73df869074492f7d63df .NET: [BREAKING] Rename from ServiceStoredSimulatingChatClient to PerServiceCallChatHistoryPersistingChatClient (#​4993)
  • 3d09337446c61fc97dbcf1c52dd7abf021c10669 Update project name from 'Semantic Kernel' to 'Agent Framework' (#​5001)
  • 3c727b5b71298a0971a97a22500dac65318bccf1 Improve CONTRIBUTING.md with dev setup links and docs guidance (#​5000)
  • 3f964c4cdb00766bfdaed24311d67611302399c5 Removing old code-gen docs from dotnet root (#​4997)

This list of changes was auto generated.

1.0.0-rc5

What's Changed

Description has been truncated

---
updated-dependencies:
- dependency-name: Microsoft.Agents.AI.OpenAI
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: backend, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants