Skip to content

Bump ClosedXML and 33 others - #607

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/core/src/Dignite.Vault.Extract.Application/others-9c39ef0b04
Closed

Bump ClosedXML and 33 others#607
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/core/src/Dignite.Vault.Extract.Application/others-9c39ef0b04

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor

Updated ClosedXML from 0.105.0 to 0.105.1.

Release notes

Sourced from ClosedXML's releases.

0.105.1

  • fix: bound SixLabors.Fonts to version range [1.0.0,3.0.0) by @​igitur in #​2870

Full Changelog: ClosedXML/ClosedXML@0.105.0...0.105.1

Commits viewable in compare view.

Updated ConfigureAwait.Fody from 3.3.1 to 3.4.1.

Release notes

Sourced from ConfigureAwait.Fody's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned DocumentFormat.OpenXml at 3.5.1.

Release notes

Sourced from DocumentFormat.OpenXml's releases.

3.5.1

Added

  • Added DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Offset class
  • Added Version attribute to DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace
  • Added FeatureList attribute to DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace
  • Added FalbackImg attribute to DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace
  • Added DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionDropMode enum

3.4.1

Added

  • Added MediaDataPartType.Mp4 to support MP4 video media parts in presentations and documents (#​1866)
  • Updated bundled Open XML schemas to the Q3 2025 Office release, enabling newer document and presentation features (#​1963)

Changed

  • Reduced JIT and AOT size and improved document load performance by removing the generic builder pattern from element metadata creation (#​1842, #​1843)
  • Optimized FromChunkedBase64String to significantly reduce allocations and improve throughput when decoding chunked base64 content (≈2.4× faster, ≈70% less memory) (#​1868)

Fixed

  • Switched to XmlDOMTextWriter instead of XmlWriter.Create to correctly handle serialization of certain XML content (#​1869, #​1961)
  • Added a clear error when attempting to open encrypted documents that the SDK cannot process (#​1635, #​1969)
  • Improved exception messages when required package parts are missing by including the name of the missing part (#​1971, #​1974)

Documentation

  • Clarified the README SDK description and simplified the note on 3.0.0 breaking changes (#​1858)
  • Documented that disposing a package with AutoSave set to false does not persist changes (#​1873)
  • Removed the PowerPoint modern comments sample, which now lives on learn.microsoft.com (#​1861)

Thanks to the following for their contributions:

@​QuocDatHoang
@​Varorbc

3.3.0

Added

  • Added DocumentFormat.OpenXml.Office.SpreadSheetML.Y2024.WorkbookCompatibilityVersion namespace

Fixed

  • Performance of .ToFlatOpc(...) has been greatly improved for large parts (#​1863)

Thanks to the following for their contributions:

@​QuocDatHoang

3.2.0

Added

  • Added DocumentFormat.OpenXml.Office.SpreadSheetML.Y2022.PivotRichData namespace
  • Added DocumentFormat.OpenXml.Office.SpreadSheetML.Y2024.PivotDynamicArrays namespace

Changed

  • Updated Nuget badge on README

Fixed

  • Fixed issue where a disposed object (DeflateStream) cannot be accessed after recovering from malformed url (#​1802)
  • Fixed issue with relationships not being created when cloning Flat OPC (#​1814)
  • Fixed issue with corrupt files remaining locked after attempting to open with WordprocessingDocument.Open (#​1681)
  • Fixed issue with changes not applied after .Save() (#​1771)
  • Fixed AddWorkbookPart throws exception if no main part is available (#​1745)
  • Fixed issue with base classes not included with LINQ generation (#​1838)

Thanks to the following for their contributions:

@​WeihanLi

Commits viewable in compare view.

Pinned DocumentFormat.OpenXml at 3.5.1.

Release notes

Sourced from DocumentFormat.OpenXml's releases.

3.5.1

Added

  • Added DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Offset class
  • Added Version attribute to DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace
  • Added FeatureList attribute to DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace
  • Added FalbackImg attribute to DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace
  • Added DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionDropMode enum

3.4.1

Added

  • Added MediaDataPartType.Mp4 to support MP4 video media parts in presentations and documents (#​1866)
  • Updated bundled Open XML schemas to the Q3 2025 Office release, enabling newer document and presentation features (#​1963)

Changed

  • Reduced JIT and AOT size and improved document load performance by removing the generic builder pattern from element metadata creation (#​1842, #​1843)
  • Optimized FromChunkedBase64String to significantly reduce allocations and improve throughput when decoding chunked base64 content (≈2.4× faster, ≈70% less memory) (#​1868)

Fixed

  • Switched to XmlDOMTextWriter instead of XmlWriter.Create to correctly handle serialization of certain XML content (#​1869, #​1961)
  • Added a clear error when attempting to open encrypted documents that the SDK cannot process (#​1635, #​1969)
  • Improved exception messages when required package parts are missing by including the name of the missing part (#​1971, #​1974)

Documentation

  • Clarified the README SDK description and simplified the note on 3.0.0 breaking changes (#​1858)
  • Documented that disposing a package with AutoSave set to false does not persist changes (#​1873)
  • Removed the PowerPoint modern comments sample, which now lives on learn.microsoft.com (#​1861)

Thanks to the following for their contributions:

@​QuocDatHoang
@​Varorbc

Commits viewable in compare view.

Updated ElBruno.MarkItDotNet from 0.6.0 to 0.9.2.

Release notes

Sourced from ElBruno.MarkItDotNet's releases.

0.9.2

What's Changed

Full Changelog: elbruno/ElBruno.MarkItDotNet@v0.9.1...v0.9.2

0.9.1

⚠️ Breaking Change — CLI command renamed

The global tool command has been renamed from \markitdown\ to \markitdown-dotnet\ to avoid PATH collision with the Microsoft Python markitdown CLI.

Migration

If you have the previous version installed:
\\�ash
dotnet tool update -g ElBruno.MarkItDotNet.Cli
\
Then replace \markitdown\ with \markitdown-dotnet\ in all your scripts.

What changed

  • \ToolCommandName: \markitdown\ → \markitdown-dotnet\
  • All CLI docs and README examples updated
  • New regression test (\ToolShimTests) guards the command name going forward

No other breaking changes

  • NuGet package IDs unchanged (\ElBruno.MarkItDotNet.Cli)
  • Library APIs unchanged
  • All tests pass

0.9.0

What's new in v0.9.0

Security Policy Engine — Phase C: MarkdownService + Connector Integration

Completes issue #​18 with full \MarkdownService\ and connector pipeline integration.

New types in ElBruno.MarkItDotNet.Security

  • *\PolicyConversionResult* — combines \ConversionResult\ and \PolicyResult, exposes \IsClean\ and \EffectiveMarkdown\
  • *\MarkdownServiceSecurityExtensions* — \ConvertWithPolicyAsync()\ overloads for file path and stream
  • *\PolicyFilteredDocumentSource* — wraps any \IDocumentSource\ with metadata predicate and/or content policy gate
  • \ISecurityPolicy, \PolicyResult, \PolicyViolation, \PiiDetector, \GuardrailsPolicy\
  • \ContentPolicyEngine, \SecurityPolicyChain, \SecurityAuditLog, \SecurityPoliciesBuilder\

Fixes

  • Cross-platform path fix in \ConnectorsIntegrationTests\ (backslash → \Path.Combine)
  • Added
    et10.0\ target to 4 test projects missing it — CI now green on both frameworks

0.8.0

What's New in v0.8.0

Phase 3: End-to-End Samples & Integration (closes #​20)

Phase 3: Connectors Foundation (closes #​19)

New Libraries

  • ElBruno.MarkItDotNet.Connectors — IDocumentSource, FileSystemConnector with recursive discovery, include/exclude patterns, and metadata enrichment
  • ElBruno.MarkItDotNet.Connectors.AzureBlob — Optional Azure Blob Storage source connector

New Samples

  • ConnectorsDemo — Multi-source ingestion (filesystem + optional Azure Blob), per-source output folders, config/CLI/dry-run
  • SecurityPoliciesDemo — Policy chain with deny-keywords, content guardrail, PII detect/redact, JSONL audit output
  • EvaluationDemo — Benchmark-style strategy comparison (baseline/normalized/heading-boost) with latency/memory metrics and JSON/CSV export
  • IngestionWorkflow — Full end-to-end pipeline: discovery → conversion → security → evaluation → chunking → citation propagation → optional Azure AI Search upload

New Test Projects

  • ElBruno.MarkItDotNet.Connectors.Tests
  • ElBruno.MarkItDotNet.ConnectorsDemo.Tests
  • ElBruno.MarkItDotNet.SecurityPoliciesDemo.Tests
  • ElBruno.MarkItDotNet.EvaluationDemo.Tests
  • ElBruno.MarkItDotNet.IngestionWorkflow.Tests

New Documentation

  • docs/connectors-guide.md
  • docs/security-policies-guide.md
  • docs/evaluation-guide.md
  • docs/ingestion-workflows.md

All packages updated to v0.8.0

0.7.3

What's Changed

Full Changelog: elbruno/ElBruno.MarkItDotNet@v0.7.2...v0.7.3

0.7.2

NuGet release 0.7.2

0.7.1

Full Changelog: elbruno/ElBruno.MarkItDotNet@v0.7.0...v0.7.1

0.7.0

Release v0.7.0 - Squad Configuration Update

Changes

  • Initialize squad team configuration and automation
  • Update GitHub Actions workflows for squad integration
  • Add new squad-related CI/CD workflows (squad-ci, squad-docs, squad-release)
  • Update project dependencies and configuration
  • Add Foundry Hosted Agent sample project
  • Update project documentation and samples

What's New

  • Squad team-based development workflow integration
  • Enhanced CI/CD pipeline with squad automation
  • New Foundry Hosted Agent sample
  • Documentation and dependency baseline improvements

Packages Published

All ElBruno.MarkItDotNet packages have been updated to v0.7.0 on NuGet.org

0.6.1

What's Changed

New Features

  • Added public async overloads to the MarkdownConverter facade:
    • ConvertAsync(string filePath, CancellationToken)
    • ConvertAsync(Stream stream, string fileExtension, CancellationToken)
  • These overloads make async file and stream conversion available directly from MarkdownConverter for simple non-DI scenarios.

Improvements

  • Normalized JSON, XML, and YAML converter output line endings to LF for consistent cross-platform golden snapshots.
  • Updated README examples and API reference for async MarkdownConverter usage.

Packages

All packable packages are released as version 0.6.1.

Fixes #​11.

Commits viewable in compare view.

Updated ElBruno.MarkItDotNet.Excel from 0.6.0 to 0.9.2.

Release notes

Sourced from ElBruno.MarkItDotNet.Excel's releases.

0.9.2

What's Changed

Full Changelog: elbruno/ElBruno.MarkItDotNet@v0.9.1...v0.9.2

0.9.1

⚠️ Breaking Change — CLI command renamed

The global tool command has been renamed from \markitdown\ to \markitdown-dotnet\ to avoid PATH collision with the Microsoft Python markitdown CLI.

Migration

If you have the previous version installed:
\\�ash
dotnet tool update -g ElBruno.MarkItDotNet.Cli
\
Then replace \markitdown\ with \markitdown-dotnet\ in all your scripts.

What changed

  • \ToolCommandName: \markitdown\ → \markitdown-dotnet\
  • All CLI docs and README examples updated
  • New regression test (\ToolShimTests) guards the command name going forward

No other breaking changes

  • NuGet package IDs unchanged (\ElBruno.MarkItDotNet.Cli)
  • Library APIs unchanged
  • All tests pass

0.9.0

What's new in v0.9.0

Security Policy Engine — Phase C: MarkdownService + Connector Integration

Completes issue #​18 with full \MarkdownService\ and connector pipeline integration.

New types in ElBruno.MarkItDotNet.Security

  • *\PolicyConversionResult* — combines \ConversionResult\ and \PolicyResult, exposes \IsClean\ and \EffectiveMarkdown\
  • *\MarkdownServiceSecurityExtensions* — \ConvertWithPolicyAsync()\ overloads for file path and stream
  • *\PolicyFilteredDocumentSource* — wraps any \IDocumentSource\ with metadata predicate and/or content policy gate
  • \ISecurityPolicy, \PolicyResult, \PolicyViolation, \PiiDetector, \GuardrailsPolicy\
  • \ContentPolicyEngine, \SecurityPolicyChain, \SecurityAuditLog, \SecurityPoliciesBuilder\

Fixes

  • Cross-platform path fix in \ConnectorsIntegrationTests\ (backslash → \Path.Combine)
  • Added
    et10.0\ target to 4 test projects missing it — CI now green on both frameworks

0.8.0

What's New in v0.8.0

Phase 3: End-to-End Samples & Integration (closes #​20)

Phase 3: Connectors Foundation (closes #​19)

New Libraries

  • ElBruno.MarkItDotNet.Connectors — IDocumentSource, FileSystemConnector with recursive discovery, include/exclude patterns, and metadata enrichment
  • ElBruno.MarkItDotNet.Connectors.AzureBlob — Optional Azure Blob Storage source connector

New Samples

  • ConnectorsDemo — Multi-source ingestion (filesystem + optional Azure Blob), per-source output folders, config/CLI/dry-run
  • SecurityPoliciesDemo — Policy chain with deny-keywords, content guardrail, PII detect/redact, JSONL audit output
  • EvaluationDemo — Benchmark-style strategy comparison (baseline/normalized/heading-boost) with latency/memory metrics and JSON/CSV export
  • IngestionWorkflow — Full end-to-end pipeline: discovery → conversion → security → evaluation → chunking → citation propagation → optional Azure AI Search upload

New Test Projects

  • ElBruno.MarkItDotNet.Connectors.Tests
  • ElBruno.MarkItDotNet.ConnectorsDemo.Tests
  • ElBruno.MarkItDotNet.SecurityPoliciesDemo.Tests
  • ElBruno.MarkItDotNet.EvaluationDemo.Tests
  • ElBruno.MarkItDotNet.IngestionWorkflow.Tests

New Documentation

  • docs/connectors-guide.md
  • docs/security-policies-guide.md
  • docs/evaluation-guide.md
  • docs/ingestion-workflows.md

All packages updated to v0.8.0

0.7.3

What's Changed

Full Changelog: elbruno/ElBruno.MarkItDotNet@v0.7.2...v0.7.3

0.7.2

NuGet release 0.7.2

0.7.1

Full Changelog: elbruno/ElBruno.MarkItDotNet@v0.7.0...v0.7.1

0.7.0

Release v0.7.0 - Squad Configuration Update

Changes

  • Initialize squad team configuration and automation
  • Update GitHub Actions workflows for squad integration
  • Add new squad-related CI/CD workflows (squad-ci, squad-docs, squad-release)
  • Update project dependencies and configuration
  • Add Foundry Hosted Agent sample project
  • Update project documentation and samples

What's New

  • Squad team-based development workflow integration
  • Enhanced CI/CD pipeline with squad automation
  • New Foundry Hosted Agent sample
  • Documentation and dependency baseline improvements

Packages Published

All ElBruno.MarkItDotNet packages have been updated to v0.7.0 on NuGet.org

0.6.1

What's Changed

New Features

  • Added public async overloads to the MarkdownConverter facade:
    • ConvertAsync(string filePath, CancellationToken)
    • ConvertAsync(Stream stream, string fileExtension, CancellationToken)
  • These overloads make async file and stream conversion available directly from MarkdownConverter for simple non-DI scenarios.

Improvements

  • Normalized JSON, XML, and YAML converter output line endings to LF for consistent cross-platform golden snapshots.
  • Updated README examples and API reference for async MarkdownConverter usage.

Packages

All packable packages are released as version 0.6.1.

Fixes #​11.

Commits viewable in compare view.

Updated Fody from 6.5.3 to 6.9.3.

Release notes

Sourced from Fody's releases.

6.9.3

What's Changed

Full Changelog: Fody/Fody@6.9.2...6.9.3

6.9.2

What's Changed

New Contributors

Full Changelog: Fody/Fody@6.9.1...6.9.2

6.9.1

What's Changed

Full Changelog: Fody/Fody@6.9.0...6.9.1

6.9.0

What's Changed

Full Changelog: Fody/Fody@6.8.2...6.9.0

6.8.2

What's Changed

Full Changelog: Fody/Fody@6.8.1...6.8.2

6.8.1

What's Changed

Full Changelog: Fody/Fody@6.8.0...6.8.1

6.8.0

As part of this release we had 16 commits which resulted in 1 issue being closed.

Feature

6.7.0

As part of this release we had 35 commits which resulted in 1 issue being closed.

Bug

  • #​1167 "The assembly has already been processed by Fody" in nuke

6.6.4

As part of this release we had 17 commits which resulted in 2 issues being closed.

Improvements

  • #​1129 Update Cecil
  • #​1130 update to cecil e052ab52e44fd2a6564964e47e79929068731916

6.6.3

As part of this release we had 4 commits which resulted in 1 issue being closed.

Bug

  • #​1110 After updating Fody debugging is no longer possible

6.6.2

As part of this release we had 9 commits which resulted in 1 issue being closed.

Improvement

6.6.1

As part of this release we had 46 commits which resulted in 1 issue being closed.

Bug

  • #​1090 Cleaned library references are not removed from the deps.json file

6.5.5

As part of this release we had 3 commits which resulted in 2 issues being closed.

Bug

  • #​1037 BuildingForLiveUnitTesting property inclusion supersedes DesignTimeBuild exclusion on FodyTarget

Improvement

  • #​1034 FodyTarget condition excluding use during 'DesignTimeBuild' breaks use with Live Unit Testing

6.5.4

As part of this release we had 13 commits which resulted in 1 issue being closed.

Feature

  • #​1036 Update cecil to jbevain/cecil@​a0a6ce4

Commits viewable in compare view.

Updated KubernetesClient from 18.0.5 to 19.0.2.

Release notes

Sourced from KubernetesClient's releases.

19.0.2

What's Changed

Full Changelog: kubernetes-client/csharp@v18.0.13...v19.0.2

18.0.13

What's Changed

New Contributors

Full Changelog: kubernetes-client/csharp@v18.0.5...v18.0.13

Commits viewable in compare view.

Updated Markdig from 1.1.3 to 1.3.2.

Release notes

Sourced from Markdig's releases.

1.3.2

Changes

🐛 Bug Fixes

  • Fix emoji table alignment regression (#​943) (fc705234)

Full Changelog: 1.3.1...1.3.2

Published with dotnet-releaser

1.3.1

Changes

🐛 Bug Fixes

  • Fix LinkHelper non-ASCII urilize (#​942) (50061841)
  • Fix plus superscript parsing (#​791) (25506f20)

Full Changelog: 1.3.0...1.3.1

Published with dotnet-releaser

1.3.0

Changes

🐛 Bug Fixes

  • Fix CJK emphasis after HTML entity newlines (#​941) (fcbf8170)
  • Fix pipe table cells with unmatched subscript (#​932) (0f98267a)
  • Fix roundtrip autolink URLs (#​919) (b8364135)
  • Fix configurable nesting depth limit (#​892) (d7f13b03)
  • Fix NormalizeRenderer auto identifiers output (#​930) (9dffce52)
  • Fix blockquote ordered list parsing (#​887) (bc4e3990)

📚 Documentation

  • add InferColumnWidthsFromSeparator docs (PR #​939) by @​SimonCropp

🧰 Misc

  • Update readme with Alert extension details (PR #​940) by @​AndrewTriesToCode
  • Update AGENTS.md (5dca4149)

Full Changelog: 1.2.0...1.3.0

Published with dotnet-releaser

1.2.0

Changes

🚀 Enhancements

  • Add opt-in support for nested alert blocks (PR #​938) by @​kapsiR

🧰 Misc

  • Remove old changelog.md (be4da8b4)

Full Changelog: 1.1.3...1.2.0

Published with dotnet-releaser

Commits viewable in compare view.

Updated Microsoft.Agents.AI from 1.8.0 to 1.20.0.

Release notes

Sourced from Microsoft.Agents.AI's releases.

1.20.0

What's Changed

New Contributors

Full Changelog: microsoft/agent-framework@dotnet-1.19.0...dotnet-1.20.0

1.19.0

What's Changed

New Contributors

Full Changelog: microsoft/agent-framework@dotnet-1.18.0...dotnet-1.19.0

1.18.0

What's Changed

New Contributors

Full Changelog: microsoft/agent-framework@dotnet-1.17.0...dotnet-1.18.0

1.17.0

What's Changed

1.16.0

What's Changed

New Contributors

Full Changelog: microsoft/agent-framework@python-github-copilot-1.0.0...dotnet-1.16.0

1.15.0

What's Changed

New Contributors

Full Changelog: microsoft/agent-framework@python-1.12.0...dotnet-1.15.0

1.14.0

What's Changed

Full Changelog: microsoft/agent-framework@python-1.11.0...dotnet-1.14.0

1.13.0

What's Changed

New Contributors

Full Changelog: microsoft/agent-framework@dotnet-1.12.0...dotnet-1.13.0

1.12.1

[1.12.1] - 2026-07-22

Added

  • agent-framework-openai: Add explicit prompt cache breakpoints for GPT-5.6 models and a usage sample (#​7163)

Changed

  • agent-framework-ag-ui: Promote the package from release candidate to stable
  • agent-framework-core: Add security guidance for custom MCP Streamable HTTP clients (#​7245)

Fixed

  • agent-framework-gemini: Preserve Gemini 3 thought signatures across function-call replays (#​7095)
  • agent-framework-core, agent-framework-foundry, agent-framework-foundry-hosting, agent-framework-openai: Fix stateless replay of reasoning-paired tool calls (#​7233)

Full Changelog: microsoft/agent-framework@python-1.12.0...python-1.12.1

1.12.0

What's Changed

New Contributors

Full Changelog: microsoft/agent-framework@dotnet-1.11.1...dotnet-1.12.0

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 - ...

_D...

Description has been truncated

Bumps ClosedXML from 0.105.0 to 0.105.1
Bumps ConfigureAwait.Fody from 3.3.1 to 3.4.1
Bumps DocumentFormat.OpenXml to 3.5.1
Bumps ElBruno.MarkItDotNet from 0.6.0 to 0.9.2
Bumps ElBruno.MarkItDotNet.Excel from 0.6.0 to 0.9.2
Bumps Fody from 6.5.3 to 6.9.3
Bumps KubernetesClient from 18.0.5 to 19.0.2
Bumps Markdig from 1.1.3 to 1.3.2
Bumps Microsoft.Agents.AI from 1.8.0 to 1.20.0
Bumps Microsoft.AspNetCore.TestHost to 10.0.11
Bumps Microsoft.EntityFrameworkCore.InMemory from 10.0.2 to 10.0.11
Bumps Microsoft.EntityFrameworkCore.Proxies from 10.0.2 to 10.0.11
Bumps Microsoft.EntityFrameworkCore.Tools from 10.0.2 to 10.0.11
Bumps Microsoft.Extensions.AI from 10.6.0 to 10.9.0
Bumps Microsoft.Extensions.AI.Abstractions to 10.9.0
Bumps Microsoft.Extensions.AI.OpenAI from 10.6.0 to 10.9.0
Bumps Microsoft.Extensions.FileProviders.Embedded to 10.0.11
Bumps Microsoft.Extensions.Http from 10.0.7 to 10.0.11
Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.9.0
Bumps Microsoft.SourceLink.GitHub from 10.0.300 to 10.0.400
Bumps ModelContextProtocol.AspNetCore from 1.3.0 to 2.2.0
Bumps NSubstitute from 5.3.0 to 6.2.0
Bumps OpenTelemetry.Exporter.Console from 1.15.0 to 1.18.0
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.0 to 1.18.0
Bumps OpenTelemetry.Extensions.Hosting from 1.15.0 to 1.18.0
Bumps OpenTelemetry.Instrumentation.AspNetCore from 1.13.0 to 1.18.0
Bumps OpenTelemetry.Instrumentation.Http from 1.13.0 to 1.18.0
Bumps PdfPig from 0.1.14 to 0.1.16
Bumps PDFtoImage from 5.2.1 to 5.4.0
Bumps Serilog.AspNetCore from 9.0.0 to 10.0.0
Bumps SkiaSharp.NativeAssets.Linux from 3.119.2 to 4.151.2
Bumps UTF.Unknown from 2.6.0 to 2.7.0
Bumps Volo.Abp.Studio.Client.AspNetCore from 2.2.6 to 2.2.7
Bumps xunit.runner.visualstudio from 3.1.4 to 4.0.0

---
updated-dependencies:
- dependency-name: ClosedXML
  dependency-version: 0.105.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: ClosedXML
  dependency-version: 0.105.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: ConfigureAwait.Fody
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: Fody
  dependency-version: 6.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: DocumentFormat.OpenXml
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: DocumentFormat.OpenXml
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: ElBruno.MarkItDotNet
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: ElBruno.MarkItDotNet.Excel
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: KubernetesClient
  dependency-version: 19.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: others
- dependency-name: Markdig
  dependency-version: 1.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: Microsoft.Agents.AI
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: Microsoft.Extensions.AI
  dependency-version: 10.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: Microsoft.AspNetCore.TestHost
  dependency-version: 10.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: Microsoft.AspNetCore.TestHost
  dependency-version: 10.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-version: 10.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: Microsoft.EntityFrameworkCore.Proxies
  dependency-version: 10.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: Microsoft.EntityFrameworkCore.Tools
  dependency-version: 10.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: Microsoft.Extensions.AI.Abstractions
  dependency-version: 10.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: Microsoft.Extensions.AI.Abstractions
  dependency-version: 10.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: Microsoft.Extensions.AI.OpenAI
  dependency-version: 10.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: Microsoft.Extensions.FileProviders.Embedded
  dependency-version: 10.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: Microsoft.Extensions.FileProviders.Embedded
  dependency-version: 10.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: Microsoft.Extensions.FileProviders.Embedded
  dependency-version: 10.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 10.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: others
- dependency-name: Microsoft.SourceLink.GitHub
  dependency-version: 10.0.400
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: ModelContextProtocol.AspNetCore
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: others
- dependency-name: NSubstitute
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: others
- dependency-name: OpenTelemetry.Exporter.Console
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: PdfPig
  dependency-version: 0.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: PDFtoImage
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: Serilog.AspNetCore
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: others
- dependency-name: SkiaSharp.NativeAssets.Linux
  dependency-version: 4.151.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: others
- dependency-name: UTF.Unknown
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: Volo.Abp.Studio.Client.AspNetCore
  dependency-version: 2.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: xunit.runner.visualstudio
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: others
...

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

Copy link
Copy Markdown
Member

Superseded by #610, which takes twenty-six of these thirty-four updates. The other eight are held in three groups, each with its own issue:

Nothing here is a rejection of the upgrades; they need verification a package-graph resolution cannot provide. Re-propose them freely, they now have somewhere to land.

@duguankui duguankui closed this Sep 4, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/nuget/core/src/Dignite.Vault.Extract.Application/others-9c39ef0b04 branch September 4, 2026 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant