Skip to content

Bump the all-dependencies group with 23 updates#244

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/all-dependencies-394f369e58
Closed

Bump the all-dependencies group with 23 updates#244
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/all-dependencies-394f369e58

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Updated coverlet.collector from 6.0.4 to 8.0.0.

Release notes

Sourced from coverlet.collector's releases.

8.0.0

Special Thanks: A huge thank you to @​Bertk for driving the majority of the work in this release! 🎉

Fixed

Improvements

  • Coverlet MTP extension feature #​1788
  • Generate SBOM for nuget packages #​1752
  • Use multi targets projects for coverlet.collector, coverlet.msbuild.tasks packages #​1742
  • Use .NET 8.0 target framework for coverlet.core and remove Newtonsoft.Json #​1733
  • Use latest System.CommandLine version #​1660
  • Upgraded minimum required .NET SDK and runtime to .NET 8.0 LTS (Long Term Support) (Breaking Change)
  • Use xunit.v3 for tests and example code

Diff between 6.0.4 and 8.0.0

Commits viewable in compare view.

Updated coverlet.msbuild from 6.0.4 to 8.0.0.

Release notes

Sourced from coverlet.msbuild's releases.

8.0.0

Special Thanks: A huge thank you to @​Bertk for driving the majority of the work in this release! 🎉

Fixed

Improvements

  • Coverlet MTP extension feature #​1788
  • Generate SBOM for nuget packages #​1752
  • Use multi targets projects for coverlet.collector, coverlet.msbuild.tasks packages #​1742
  • Use .NET 8.0 target framework for coverlet.core and remove Newtonsoft.Json #​1733
  • Use latest System.CommandLine version #​1660
  • Upgraded minimum required .NET SDK and runtime to .NET 8.0 LTS (Long Term Support) (Breaking Change)
  • Use xunit.v3 for tests and example code

Diff between 6.0.4 and 8.0.0

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Mvc.Testing from 10.0.2 to 10.0.5.

Release notes

Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration from 10.0.2 to 10.0.5.

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.Binder from 10.0.2 to 10.0.5.

Release notes

Sourced from Microsoft.Extensions.Configuration.Binder's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.EnvironmentVariables from 10.0.2 to 10.0.5.

Release notes

Sourced from Microsoft.Extensions.Configuration.EnvironmentVariables's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.DependencyInjection from 10.0.2 to 10.0.5.

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Diagnostics.Testing from 10.2.0 to 10.4.0.

Release notes

Sourced from Microsoft.Extensions.Diagnostics.Testing's releases.

10.4.0

This release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.

Experimental API Changes

Now Stable

  • MCP Server Tool Content and Function Call Approval APIs are now stable (previously MEAI001) #​7299
  • FakeLogCollector.GetLogsAsync(CancellationToken) is now stable (previously EXTEXP0003) #​7332

New Experimental APIs

  • New experimental AddExtendedHttpClientLogging overloads with wrapHandlersPipeline parameter (EXTEXP0013) #​7231

Removed Experimental APIs

  • AI Tool Reduction experimental APIs removed (was experimental under MEAI001) #​7353

What's Changed

AI

  • Add IHostedFileClient and friends #​7269 by @​stephentoub
  • Add web search tool call content #​7276 by @​stephentoub (co-authored by @​Copilot)
  • Surface OpenAI-compatible reasoning_content as TextReasoningContent #​7295 by @​stephentoub
  • MCP/Approvals/Tool Contents stabilization #​7299 by @​jozkee
  • Implement time_to_first_chunk and time_per_output_chunk streaming metrics in OpenTelemetryChatClient #​7325 by @​stephentoub (co-authored by @​Copilot)
  • Add openai.api.type telemetry attribute to OpenAI IChatClient implementations #​7316 by @​stephentoub (co-authored by @​Copilot)
  • Update OpenTelemetry Gen AI semantic conventions to v1.40 #​7322 by @​stephentoub (co-authored by @​Copilot)
  • Fix tool definitions emission regardless of sensitivity setting #​7346 by @​stephentoub (co-authored by @​Copilot)
  • Honor [Required] attribute in AI function parameter JSON schema generation #​7272 by @​stephentoub (co-authored by @​Copilot)
  • AddAIContentType automatically registers content type against every base in the inheritance chain up to AIContent #​7358 by @​jozkee (co-authored by @​Copilot)
  • Auto-mark server-handled FunctionCallContent as InformationalOnly #​7314 by @​stephentoub (co-authored by @​Copilot)
  • Map ReasoningEffort.None and ExtraHigh to none and xhigh in OpenAI IChatClient implementations #​7319 by @​stephentoub (co-authored by @​Copilot)
  • Handle DynamicMethod reflection limitations in AIFunctionFactory #​7287 by @​stephentoub (co-authored by @​Copilot)
  • Fix Activity.Current nulled during streaming tool invocation #​7321 by @​flaviocdc (co-authored by @​Copilot)
  • Handle FunctionCallOutputResponseItem in streaming response conversion #​7307 by @​stephentoub (co-authored by @​Copilot)
  • Fix serialization of response continuation tokens #​7356 by @​stephentoub
  • Remove AI Tool Reduction experimental APIs #​7353 by @​stephentoub (co-authored by @​Copilot)
  • Update OpenAI to 2.9.1 #​7349 by @​stephentoub

Telemetry and Observability

  • Introduce support for the Gauge metric type #​7203 by @​rainsxng
  • Update logging source generator to support generic methods #​7331 by @​svick (co-authored by @​Copilot)
  • Update logging source generator to match runtime PR #​124589 (ref readonly/params/scoped) #​7333 by @​svick (co-authored by @​Copilot)
  • Promote FakeLogCollector.GetLogsAsync(CancellationToken) from experimental to stable #​7332 by @​Demo30
  • Remove obsolete CS1591 warning suppression from generated file preamble #​7308 by @​luissena

HTTP Resilience and Diagnostics

... (truncated)

10.3.0

Experimental API Changes

Now Stable

  • IChatReducer interface — graduated from experimental to stable. The interface is now stable; concrete implementations (MessageCountingChatReducer, SummarizingChatReducer, ReducingChatClient) remain experimental. #​7235 by @​jeffhandley
  • FunctionCallContent and FunctionResultContent unsealed — changed from sealed class to class, enabling derivation. #​7229 by @​stephentoub (co-authored by @​Copilot)

Breaking Changes to Experimental APIs

  • Experimental diagnostic ID reorganization — the blanket MEAI001 diagnostic ID was split into feature-specific constants. OpenAI-specific experimental APIs now use OPENAI001, OPENAI002, or SCME0001 instead of MEAI001. Consumers who suppressed MEAI001 for OpenAI APIs may need to suppress OPENAI001/OPENAI002 instead. #​7116 by @​jeffhandley (co-authored by @​Copilot), #​7235 by @​jeffhandley

New Experimental APIs

  • Chat reduction implementationsMessageCountingChatReducer, SummarizingChatReducer, ReducingChatClient, and UseChatReducer builder extension. #​7235 by @​jeffhandley
  • OpenAI Responses/Assistants/Realtime/Image/Audio integrations — assigned feature-specific experimental diagnostic IDs (OPENAI001, OPENAI002). #​7235 by @​jeffhandley
  • ImageGenerationToolCallContent and ImageGenerationToolResultContent — added to JSON serialization infrastructure. #​7275 by @​stephentoub (co-authored by @​Copilot)

What's Changed

AI

  • Add ReasoningOptions to ChatOptions #​7252 by @​stephentoub (co-authored by @​Copilot)
  • Add LoadFromAsync and SaveToAsync helper methods to DataContent #​7159 by @​stephentoub (co-authored by @​Copilot)
  • Add FunctionCallContent.InformationalOnly property #​7126, #​7262 by @​stephentoub (co-authored by @​Copilot)
  • Add server tool call support to OpenTelemetryChatClient per semantic conventions #​7240 by @​stephentoub (co-authored by @​Copilot)
  • Add ImageGenerationToolCallContent and ImageGenerationToolResultContent to JSON serialization infrastructure #​7275 by @​stephentoub (co-authored by @​Copilot)
  • Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control #​7228 by @​stephentoub (co-authored by @​Copilot)
  • Allow FunctionResultContent pass-through when CallId matches #​7229 by @​stephentoub (co-authored by @​Copilot)
  • Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient #​7207 by @​stephentoub (co-authored by @​Copilot)
  • Propagate CachedInputTokenCount in OpenTelemetry telemetry #​7234 by @​stephentoub (co-authored by @​Copilot)
  • Categorize MEAI001 experimental APIs #​7116 by @​jeffhandley (co-authored by @​Copilot)
  • MEAI: Update Experimental / Preview Features #​7235 by @​jeffhandley
  • ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse #​7194 by @​stephentoub (co-authored by @​Copilot)
  • Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools #​7218 by @​stephentoub (co-authored by @​Copilot)
  • Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter #​7224 by @​stephentoub (co-authored by @​Copilot)
  • Fix approval request/response correlation in FunctionInvokingChatClient #​7261 by @​stephentoub (co-authored by @​Copilot)
  • Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 #​7247 by @​stephentoub (co-authored by @​Copilot)
  • Fix NRT resolution for AIFunction parameters #​7200 by @​eiriktsarpalis
  • Preserve extra JSON schema properties in ToolJson serialization #​7250 by @​stephentoub (co-authored by @​Copilot)
  • Fix token metric unit to use UCUM format {token} #​7241 by @​stephentoub
  • Fix OpenAI responses streaming to preserve encrypted reasoning content #​7266 by @​stephentoub
  • Update OpenAIResponsesChatClient to handle streaming code interpreter content #​7267 by @​stephentoub

Diagnostics, Health Checks, and Resource Monitoring

  • [5752] FakeLogCollector waiting capabilities #​6228 by @​Demo30
  • Bring new cpu.requests formula from Kubernetes #​7239 by @​amadeuszl

Service Discovery

... (truncated)

Commits viewable in compare view.

Updated Microsoft.Extensions.Options from 10.0.2 to 10.0.5.

Release notes

Sourced from Microsoft.Extensions.Options's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Options.DataAnnotations from 10.0.2 to 10.0.5.

Release notes

Sourced from Microsoft.Extensions.Options.DataAnnotations's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.TimeProvider.Testing from 10.2.0 to 10.4.0.

Release notes

Sourced from Microsoft.Extensions.TimeProvider.Testing's releases.

10.4.0

This release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.

Experimental API Changes

Now Stable

  • MCP Server Tool Content and Function Call Approval APIs are now stable (previously MEAI001) #​7299
  • FakeLogCollector.GetLogsAsync(CancellationToken) is now stable (previously EXTEXP0003) #​7332

New Experimental APIs

  • New experimental AddExtendedHttpClientLogging overloads with wrapHandlersPipeline parameter (EXTEXP0013) #​7231

Removed Experimental APIs

  • AI Tool Reduction experimental APIs removed (was experimental under MEAI001) #​7353

What's Changed

AI

  • Add IHostedFileClient and friends #​7269 by @​stephentoub
  • Add web search tool call content #​7276 by @​stephentoub (co-authored by @​Copilot)
  • Surface OpenAI-compatible reasoning_content as TextReasoningContent #​7295 by @​stephentoub
  • MCP/Approvals/Tool Contents stabilization #​7299 by @​jozkee
  • Implement time_to_first_chunk and time_per_output_chunk streaming metrics in OpenTelemetryChatClient #​7325 by @​stephentoub (co-authored by @​Copilot)
  • Add openai.api.type telemetry attribute to OpenAI IChatClient implementations #​7316 by @​stephentoub (co-authored by @​Copilot)
  • Update OpenTelemetry Gen AI semantic conventions to v1.40 #​7322 by @​stephentoub (co-authored by @​Copilot)
  • Fix tool definitions emission regardless of sensitivity setting #​7346 by @​stephentoub (co-authored by @​Copilot)
  • Honor [Required] attribute in AI function parameter JSON schema generation #​7272 by @​stephentoub (co-authored by @​Copilot)
  • AddAIContentType automatically registers content type against every base in the inheritance chain up to AIContent #​7358 by @​jozkee (co-authored by @​Copilot)
  • Auto-mark server-handled FunctionCallContent as InformationalOnly #​7314 by @​stephentoub (co-authored by @​Copilot)
  • Map ReasoningEffort.None and ExtraHigh to none and xhigh in OpenAI IChatClient implementations #​7319 by @​stephentoub (co-authored by @​Copilot)
  • Handle DynamicMethod reflection limitations in AIFunctionFactory #​7287 by @​stephentoub (co-authored by @​Copilot)
  • Fix Activity.Current nulled during streaming tool invocation #​7321 by @​flaviocdc (co-authored by @​Copilot)
  • Handle FunctionCallOutputResponseItem in streaming response conversion #​7307 by @​stephentoub (co-authored by @​Copilot)
  • Fix serialization of response continuation tokens #​7356 by @​stephentoub
  • Remove AI Tool Reduction experimental APIs #​7353 by @​stephentoub (co-authored by @​Copilot)
  • Update OpenAI to 2.9.1 #​7349 by @​stephentoub

Telemetry and Observability

  • Introduce support for the Gauge metric type #​7203 by @​rainsxng
  • Update logging source generator to support generic methods #​7331 by @​svick (co-authored by @​Copilot)
  • Update logging source generator to match runtime PR #​124589 (ref readonly/params/scoped) #​7333 by @​svick (co-authored by @​Copilot)
  • Promote FakeLogCollector.GetLogsAsync(CancellationToken) from experimental to stable #​7332 by @​Demo30
  • Remove obsolete CS1591 warning suppression from generated file preamble #​7308 by @​luissena

HTTP Resilience and Diagnostics

... (truncated)

10.3.0

Experimental API Changes

Now Stable

  • IChatReducer interface — graduated from experimental to stable. The interface is now stable; concrete implementations (MessageCountingChatReducer, SummarizingChatReducer, ReducingChatClient) remain experimental. #​7235 by @​jeffhandley
  • FunctionCallContent and FunctionResultContent unsealed — changed from sealed class to class, enabling derivation. #​7229 by @​stephentoub (co-authored by @​Copilot)

Breaking Changes to Experimental APIs

  • Experimental diagnostic ID reorganization — the blanket MEAI001 diagnostic ID was split into feature-specific constants. OpenAI-specific experimental APIs now use OPENAI001, OPENAI002, or SCME0001 instead of MEAI001. Consumers who suppressed MEAI001 for OpenAI APIs may need to suppress OPENAI001/OPENAI002 instead. #​7116 by @​jeffhandley (co-authored by @​Copilot), #​7235 by @​jeffhandley

New Experimental APIs

  • Chat reduction implementationsMessageCountingChatReducer, SummarizingChatReducer, ReducingChatClient, and UseChatReducer builder extension. #​7235 by @​jeffhandley
  • OpenAI Responses/Assistants/Realtime/Image/Audio integrations — assigned feature-specific experimental diagnostic IDs (OPENAI001, OPENAI002). #​7235 by @​jeffhandley
  • ImageGenerationToolCallContent and ImageGenerationToolResultContent — added to JSON serialization infrastructure. #​7275 by @​stephentoub (co-authored by @​Copilot)

What's Changed

AI

  • Add ReasoningOptions to ChatOptions #​7252 by @​stephentoub (co-authored by @​Copilot)
  • Add LoadFromAsync and SaveToAsync helper methods to DataContent #​7159 by @​stephentoub (co-authored by @​Copilot)
  • Add FunctionCallContent.InformationalOnly property #​7126, #​7262 by @​stephentoub (co-authored by @​Copilot)
  • Add server tool call support to OpenTelemetryChatClient per semantic conventions #​7240 by @​stephentoub (co-authored by @​Copilot)
  • Add ImageGenerationToolCallContent and ImageGenerationToolResultContent to JSON serialization infrastructure #​7275 by @​stephentoub (co-authored by @​Copilot)
  • Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control #​7228 by @​stephentoub (co-authored by @​Copilot)
  • Allow FunctionResultContent pass-through when CallId matches #​7229 by @​stephentoub (co-authored by @​Copilot)
  • Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient #​7207 by @​stephentoub (co-authored by @​Copilot)
  • Propagate CachedInputTokenCount in OpenTelemetry telemetry #​7234 by @​stephentoub (co-authored by @​Copilot)
  • Categorize MEAI001 experimental APIs #​7116 by @​jeffhandley (co-authored by @​Copilot)
  • MEAI: Update Experimental / Preview Features #​7235 by @​jeffhandley
  • ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse #​7194 by @​stephentoub (co-authored by @​Copilot)
  • Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools #​7218 by @​stephentoub (co-authored by @​Copilot)
  • Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter #​7224 by @​stephentoub (co-authored by @​Copilot)
  • Fix approval request/response correlation in FunctionInvokingChatClient #​7261 by @​stephentoub (co-authored by @​Copilot)
  • Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 #​7247 by @​stephentoub (co-authored by @​Copilot)
  • Fix NRT resolution for AIFunction parameters #​7200 by @​eiriktsarpalis
  • Preserve extra JSON schema properties in ToolJson serialization #​7250 by @​stephentoub (co-authored by @​Copilot)
  • Fix token metric unit to use UCUM format {token} #​7241 by @​stephentoub
  • Fix OpenAI responses streaming to preserve encrypted reasoning content #​7266 by @​stephentoub
  • Update OpenAIResponsesChatClient to handle streaming code interpreter content #​7267 by @​stephentoub

Diagnostics, Health Checks, and Resource Monitoring

  • [5752] FakeLogCollector waiting capabilities #​6228 by @​Demo30
  • Bring new cpu.requests formula from Kubernetes #​7239 by @​amadeuszl

Service Discovery

... (truncated)

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.3.0

What's Changed

Internal fixes and updates

New Contributors

Commits viewable in compare view.

Updated Microsoft.PowerShell.SDK from 7.5.4 to 7.5.5.

Release notes

Sourced from Microsoft.PowerShell.SDK's releases.

7.5.5

## [7.5.5]

Engine Updates and Fixes

  • Fix up SSHConnectionInfo ssh PATH checks (#​26165) (Thanks @​jborean93!)

General Cmdlet Updates and Fixes

  • Close pipe client handles after creating the child ssh process (#​26822)
  • Fix the progress preference variable in script cmdlets (#​26791) (Thanks @​cmkb3!)

Tools

  • Add merge conflict marker detection to linux-ci workflow and refactor existing actions to use reusable get-changed-files action (#​26812)
  • Add reusable get-changed-files action and refactor existing actions (#​26811)
  • Create GitHub Copilot setup workflow (#​26807)
  • Refactor analyze job to reusable workflow and enable on Windows CI (#​26799)

Tests

  • Mark flaky Update-Help web tests as pending to unblock CI (#​26837)
  • Add GitHub Actions annotations for Pester test failures (#​26836)
  • Fix $PSDefaultParameterValues leak causing tests to skip unexpectedly (#​26823)
  • Fix merge conflict checker for empty file lists and filter *.cs files (#​26813)
  • Update the Update-Help tests to use -Force to remove read-only files (#​26788)
  • Add markdown link verification for PRs (#​26407)

Build and Packaging Improvements

Update to .NET SDK 9.0.312

We thank the following contributors!

@​kasperk81, @​RichardSlater

  • Revert change to module name ThreadJob (#​26997)
  • Update branch for release (#​26990)
  • Fix ConvertFrom-ClearlyDefinedCoordinates to handle API object coordinates (#​26987)
  • Update CGManifests (#​26981)
  • Hardcode Official templates (#​26968)
  • Split TPN manifest and Component Governance manifest (#​26967)
  • Fix a preview detection test for the packaging script (#​26966)
  • Correct the package name for .deb and .rpm packages (#​26964)
  • Bring Release Changes from v7.6.0-preview.6 (#​26963)
  • Merge the v7.6.0-preview.5 release branch back to master (#​26958)
  • Fix macOS preview package identifier detection to use version string (#​26835)
  • ... (truncated)

    Commits viewable in compare view.

Updated Microsoft.SemanticKernel from 1.69.0 to 1.73.0.

Release notes

Sourced from Microsoft.SemanticKernel's releases.

1.73.0

Changes:

  • e90102079382d3fb0ffeac29ab7c6d2994a2948f .Net: Bump SK and MEVD versions for release (#​13630)
  • b36a327d76f398346ca6267a1e25ed193cc95bea .Net: Fix input checking in Cosmos NoSQL, Redis and Weaviate providers (#​13629)
  • e9641a9106ba6b67909d65b882f5cf8c292106c7 .Net: Fix column nullability in SQL MEVD providers (#​13622) [ #​12560 ]
  • b712ffc98ef24c3df1004b9be99a3e952adbcf8a Python: Bump py version to 1.40.0 for a release (#​13619)
  • 781881a34f433ed4aa3bcc54cae78be0b565e392 .Net: Deduplicate embedding generation management (#​13615) [ #​12508 ]
  • 429dd1c4c0408415387a61dc294ed1fe2412e60b Python: support (Azure) OpenAI realtime audio models (#​13291) [ #​13267 ]
  • 74d4310fd44bbe555eeba532d6c9edc8e160a879 .Net: Handle installation of pgvector on PostgreSQL (#​13600)
  • f077655fd6bcd586a927f406fa767dacf03e8c5c .Net: [MEVD] Add validation for mismatched collection key (#​13594) [ #​11355 ]
  • f59e3952300b9dd3eb7f42d67d6d1040dc7d7b86 .Net: [MEVD] Make PG schema nullable (#​13593) [ #​10853 ]
  • ea864bf6976f60ddff52d9a2dcae4eadda784cbd .Net: [MEVD] Support DateTime/DateTimeOffset/DateOnly/TimeOnly across providers (#​13569) [ #​11286, #​11086 ]
See More
  • 889807dfda389a7c98c897d820f45c898a80da99 .Net: Update Microsoft.Extensions.AI dependencies to 10.3.0 and OpenAI SDK to 2.8.0 (#​13544)
  • c086d0944259ab3f28ba16f1f984a3ab2fe4fc7d .Net: [MEVD] SQL Server approximate vector search (#​13573) [ #​13270 ]
  • 9f2dafca484b125626fdbcdaf108250373bc0bff .Net: [TINY] [MEVD] Remove SupportsMultipleKeys (#​13572)

This list of changes was auto generated.

1.72.0

Changes:

  • cec0cba23cc0ce6754d9c95efc4f29c2653a0e37 .Net: Bump SK to 1.7.2 and MEVD to 10.0.0 (#​13567)
  • c86a59ae04d0ca1ec74e784388f4a0c2edafcf50 .Net: Update Microsoft.SemanticKernel packages to 1.71.0 (#​13571) [ #​13570 ]
  • 8513c2ac00fbbd61af714e15a3ca4803db570d5b .Net: [MEVD] Cosmos NoSQL provider work on keys, partition keys and point reads (#​13550)

This list of changes was auto generated.

1.71.0

Changes:

  • 91f795605e42f0dd03ed9cdfaf4ffd8bdb1ae553 .Net: Bumping - Version
    1.71.0 (#​13552)
  • 1b8b08b0ee72e6a26494009e2724c38010bd0ea3 Remove unused workflow (#​13545)
  • c6f07d65f498dca5bb74fcc72f2f96d96e0c2fa4 .Net: Implement SQL Server hybrid search (#​13512) [ #​11080 ]
  • e8b4862d0372478bfe9a26f86e5010f033e7a098 .Net: [MEVD] Map DateTime to timestamptz on PostgreSQL (#​13514) [ #​10641
    ]
  • 7a74a262272fb89c3761e1301626ba3d19f9f990 .Net: Update DirectoryObjects.yml URL from dev to main branch (#​13526)
  • c4d0a623f22a9a138e98759127525ce9d47d3607 .Net: Update Microsoft.SemanticKernel packages from
    1.68.0 to 1.70.0 (#​13524) [ #​13523 ]
  • b0d621f2a682f4d6915c4a9b44384353cbbfdbe9 .Net: Implement PostgreSQL hybrid search (#​13502) [ #​13501, #​11084,
    #​10359 ]
  • 7d7a6494e55b1ceb65b32bcee2e9faeb4d0c0fd8 .Net: [MEVD] Implement support for score threshold (#​13501) [ #​9566 ]
  • cbb1f219d072c1266e0acd4c7694482c9ae64a7c .Net: [MEVD] Introduce FilterTranslatorBase and remove duplication
    (#​13485)
  • a3be1fd29946a855adccba98f4360caf90273890 Bump actions/setup-dotnet from 4 to 5 (#​13137)
  • 8f301a1879591b7b849eefc768ca6498b495872a Bump mdast-util-to-hast from
    13.2.0 to 13.2.1 in /dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client (#​13409)
  • 33e58829a13b295067ed0fccd0a285a88d7d825c .Net: Bump form-data from
    4.0.2 to 4.0.4 in /dotnet/samples/Demos/ProcessFrameworkWithSignalR (#​12979)
  • 1b9d5f142ce5d8d14c15a24fc69aa6a59597309c Bump vite from
    6.2.7 to 6.4.1 in
    /dotnet/samples/Demos/ProcessFrameworkWithSignalR/src/ProcessFramework.Aspire.SignalR.ReactFrontend (#​13388)
  • d3ac002ac9c44725f0279124eb47213c726f0252 .Net: Remove old MEVD integration tests (#​13484)
  • af0761c69e4497fd759b616206899c106f0fa710 .Net: Adding copilot cli to the codespace definition (#​13479)
  • 7918395b47efba61624141f27d9848df559de79e .Net: [MEVD] Implement key auto-generation (#​13466) [ #​11485 ]
  • fe11ab6ab5452d49d5acf2a5f17a3852dab6a2e0 .Net: [MEVD] Support .Any(x => x.Contains(...)) in filters (#​13471) [
    #​13470, #​13152 ]
  • 5794549af7a6908a8ad4c957f72ad6df52efb7fa .Net: [MEVD] Ensure identifiers are properly quoted (#​13470) [ #​12161 ]
  • b0a185b7fa521cd0c0aaa2e6eade297b8909c18f .Net: ItCanReturnImageUrlAsync test is flakey so skipping (#​13472)
  • 3ce1a84d3b3b66a4a3379ce706137e68c982527a .Net: Use testcontainer for SQL Server 2025 (#​13465)
  • 4e055e8fdf065e262d924830f121617da7d237de .Net: Add agentic tool registration guide to SK -> AF migration.
    (#​13464)

1.70.0

Changes:

  • 1fe41e17a90e002aa7f4f834f7ebd9475d80803c .Net: Version 1.70.0 (#​13468)
  • 9118743eac7600c629858d25ad2ce668f3ac3b5d .Net: Add ThoughtSignature support for Gemini function calling (#​13418) [ #​13417 ]
  • e696dc7d525b5d7dc664318bbdee6d3e008a3db5 Python: Add directory allowlist configuration for SessionsPythonTool file (#​13467)
  • f9870641542af1bc0d9dc75ace8ccc5b6321027f .Net: Use official Google.GenAI IChatClient implementation (#​13404)
  • 72bc02551fdf4c00bb2315856db5548704166438 Python: added allowed_domains to HttpPlugin (#​13462)

This list of changes was auto generated.

Commits viewable in compare view.

Updated Microsoft.SemanticKernel.Abstractions from 1.69.0 to 1.73.0.

Release notes

Sourced from Microsoft.SemanticKernel.Abstractions's releases.

1.73.0

Changes:

  • e90102079382d3fb0ffeac29ab7c6d2994a2948f .Net: Bump SK and MEVD versions for release (#​13630)
  • b36a327d76f398346ca6267a1e25ed193cc95bea .Net: Fix input checking in Cosmos NoSQL, Redis and Weaviate providers (#​13629)
  • e9641a9106ba6b67909d65b882f5cf8c292106c7 .Net: Fix column nullability in SQL MEVD providers (#​13622) [ #​12560 ]
  • b712ffc98ef24c3df1004b9be99a3e952adbcf8a Python: Bump py version to 1.40.0 for a release (#​13619)
  • 781881a34f433ed4aa3bcc54cae78be0b565e392 .Net: Deduplicate embedding generation management (#​13615) [ #​12508 ]
  • 429dd1c4c0408415387a61dc294ed1fe2412e60b Python: support (Azure) OpenAI realtime audio models (#​13291) [ #​13267 ]
  • 74d4310fd44bbe555eeba532d6c9edc8e160a879 .Net: Handle installation of pgvector on PostgreSQL (#​13600)
  • f077655fd6bcd586a927f406fa767dacf03e8c5c .Net: [MEVD] Add validation for mismatched collection key (#​13594) [ #​11355 ]
  • f59e3952300b9dd3eb7f42d67d6d1040dc7d7b86 .Net: [MEVD] Make PG schema nullable (#​13593) [ #​10853 ]
  • ea864bf6976f60ddff52d9a2dcae4eadda784cbd .Net: [MEVD] Support DateTime/DateTimeOffset/DateOnly/TimeOnly across providers (#​13569) [ #​11286, #​11086 ]
See More
  • 889807dfda389a7c98c897d820f45c898a80da99 .Net: Update Microsoft.Extensions.AI dependencies to 10.3.0 and OpenAI SDK to 2.8.0 (#​13544)
  • c086d0944259ab3f28ba16f1f984a3ab2fe4fc7d .Net: [MEVD] SQL Server approximate vector search (#​13573) [ #​13270 ]
  • 9f2dafca484b125626fdbcdaf108250373bc0bff .Net: [TINY] [MEVD] Remove SupportsMultipleKeys (#​13572)

This list of changes was auto generated.

1.72.0

Changes:

  • cec0cba23cc0ce6754d9c95efc4f29c2653a0e37 .Net: Bump SK to 1.7.2 and MEVD to 10.0.0 (#​13567)
  • c86a59ae04d0ca1ec74e784388f4a0c2edafcf50 .Net: Update Microsoft.SemanticKernel packages to 1.71.0 (#​13571) [ #​13570 ]
  • 8513c2ac00fbbd61af714e15a3ca4803db570d5b .Net: [MEVD] Cosmos NoSQL provider work on keys, partition keys and point reads (#​13550)

This list of changes was auto generated.

1.71.0

Changes:

  • 91f795605e42f0dd03ed9cdfaf4ffd8bdb1ae553 .Net: Bumping - Version
    1.71.0 (#​13552)
  • 1b8b08b0ee72e6a26494009e2724c38010bd0ea3 Remove unused workflow (#​13545)
  • c6f07d65f498dca5bb74fcc72f2f96d96e0c2fa4 .Net: Implement SQL Server hybrid search (#​13512) [ #​11080 ]
  • e8b4862d0372478bfe9a26f86e5010f033e7a098 .Net: [MEVD] Map DateTime to timestamptz on PostgreSQL (#​13514) [ #​10641
    ]
  • 7a74a262272fb89c3761e1301626ba3d19f9f990 .Net: Update DirectoryObjects.yml URL from dev to main branch (#​13526)
  • c4d0a623f22a9a138e98759127525ce9d47d3607 .Net: Update Microsoft.SemanticKernel packages from
    1.68.0 to 1.70.0 (#​13524) [ #​13523 ]
  • b0d621f2a682f4d6915c4a9b44384353cbbfdbe9 .Net: Implement PostgreSQL hybrid search (#​13502) [ #​13501, #​11084,
    #​10359 ]
  • 7d7a6494e55b1ceb65b32bcee2e9faeb4d0c0fd8 .Net: [MEVD] Implement support for score threshold (#​13501) [ #​9566 ]
  • cbb1f219d072c1266e0acd4c7694482c9ae64a7c .Net: [MEVD] Introduce FilterTranslatorBase and remove duplication
    (#​13485)
  • a3be1fd29946a855adccba98f4360caf90273890 Bump actions/setup-dotnet from 4 to 5 (#​13137)
  • 8f301a1879591b7b849eefc768ca6498b495872a Bump mdast-util-to-hast from
    13.2.0 to 13.2.1 in /dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client (#​13409)
  • 33e58829a13b295067ed0fccd0a285a88d7d825c .Net: Bump form-data from
    4.0.2 to 4.0.4 in /dotnet/samples/Demos/ProcessFrameworkWithSignalR (#​12979)
  • 1b9d5f142ce5d8d14c15a24fc69aa6a59597309c Bump vite from
    6.2.7 to 6.4.1 in
    /dotnet/samples/Demos/ProcessFrameworkWithSignalR/src/ProcessFramework.Aspire.SignalR.ReactFrontend (#​13388)
  • d3ac002ac9c44725f0279124eb47213c726f0252 .Net: Remove old MEVD integration tests (#​13484)
  • af0761c69e4497fd759b616206899c106f0fa710 .Net: Adding copilot cli to the codespace definition (#​13479)
  • 7918395b47efba61624141f27d9848df559de79e .Net: [MEVD] Implement key auto-generation (#​13466) [ #​11485 ]
  • fe11ab6ab5452d49d5acf2a5f17a3852dab6a2e0 .Net: [MEVD] Support .Any(x => x.Contains(...)) in filters (#​13471) [
    #​13470, #​13152 ]
  • 5794549af7a6908a8ad4c957f72ad6df52efb7fa .Net: [MEVD] Ensure identifiers are properly quoted (#​13470) [ #​12161 ]
  • b0a185b7fa521cd0c0aaa2e6eade297b8909c18f .Net: ItCanReturnImageUrlAsync test is flakey so skipping (#​13472)
  • 3ce1a84d3b3b66a4a3379ce706137e68c982527a .Net: Use testcontainer for SQL Server 2025 (#​13465)
  • 4e055e8fdf065e262d924830f121617da7d237de .Net: Add agentic tool registration guide to SK -> AF migration.
    (#​13464)

1.70.0

Changes:

  • 1fe41e17a90e002aa7f4f834f7ebd9475d80803c .Net: Version 1.70.0 (#​13468)
  • 9118743eac7600c629858d25ad2ce668f3ac3b5d .Net: Add ThoughtSignature support for Gemini function calling (#​13418) [ #​13417 ]
  • e696dc7d525b5d7dc664318bbdee6d3e008a3db5 Python: Add directory allowlist configuration for SessionsPythonTool file (#​13467)
  • f9870641542af1bc0d9dc75ace8ccc5b6321027f .Net: Use official Google.GenAI IChatClient implementation (#​13404)
  • 72bc02551fdf4c00bb2315856db5548704166438 Python: added allowed_domains to HttpPlugin (#​13462)

This list of changes was auto generated.

Commits viewable in compare view.

Updated Microsoft.SemanticKernel.Connectors.AzureOpenAI from 1.69.0 to 1.73.0.

Release notes

Sourced from Microsoft.SemanticKernel.Connectors.AzureOpenAI's releases.

1.73.0

Changes:

  • e90102079382d3fb0ffeac29ab7c6d2994a2948f .Net: Bump SK and MEVD versions for release (#​13630)
  • b36a327d76f398346ca6267a1e25ed193cc95bea .Net: Fix input checking in Cosmos NoSQL, Redis and Weaviate providers (#​13629)
  • e9641a9106ba6b67909d65b882f5cf8c292106c7 .Net: Fix column nullability in SQL MEVD providers (#​13622) [ #​12560 ]
  • b712ffc98ef24c3df1004b9be99a3e952adbcf8a Python: Bump py version to 1.40.0 for a release (#​13619)
  • 781881a34f433ed4aa3bcc54cae78be0b565e392 .Net: Deduplicate embedding generation management (#​13615) [ #​12508 ]
  • 429dd1c4c0408415387a61dc294ed1fe2412e60b Python: support (Azure) OpenAI realtime audio models (#​13291) [ #​13267 ]
  • 74d4310fd44bbe555eeba532d6c9edc8e160a879 .Net: Handle installation of pgvector on PostgreSQL (#​13600)
  • f077655fd6bcd586a927f406fa767dacf03e8c5c .Net: [MEVD] Add validation for mismatched collection key (#​13594) [ #​11355 ]
  • f59e3952300b9dd3eb7f42d67d6d1040dc7d7b86 .Net: [MEVD] Make PG schema nullable (#​13593) [ #​10853 ]
  • ea864bf6976f60ddff52d9a2dcae4eadda784cbd .Net: [MEVD] Support DateTime/DateTimeOffset/DateOnly/TimeOnly across providers (#​13569) [ #​11286, #​11086 ]
See More
  • 889807dfda389a7c98c897d820f45c898a80da99 .Net: Update Microsoft.Extensions.AI dependencies to 10.3.0 and OpenAI SDK to 2.8.0 (#​13544)
  • c086d0944259ab3f28ba16f1f984a3ab2fe4fc7d .Net: [MEVD] SQL Server approximate vector search (#​13573) [ #​13270 ]
  • 9f2dafca484b125626fdbcdaf108250373bc0bff .Net: [TINY] [MEVD] Remove SupportsMultipleKeys (#​13572)

This list of changes was auto generated.

1.72.0

Changes:

  • cec0cba23cc0ce6754d9c95efc4f29c2653a0e37 .Net: Bump SK to 1.7.2 and MEVD to 10.0.0 (#​13567)
  • c86a59ae04d0ca1ec74e784388f4a0c2edafcf50 .Net: Update Microsoft.SemanticKernel packages to 1.71.0 (#​13571) [ #​13570 ]
  • 8513c2ac00fbbd61af714e15a3ca4803db570d5b .Net: [MEVD] Cosmos NoSQL provider work on keys, partition keys and point reads (#​13550)

This list of changes was auto generated.

1.71.0

Changes:

  • 91f795605e42f0dd03ed9cdfaf4ffd8bdb1ae553 .Net: Bumping - Version
    1.71.0 (#​13552)
  • 1b8b08b0ee72e6a26494009e2724c38010bd0ea3 Remove unused workflow (#​13545)
  • c6f07d65f498dca5bb74fcc72f2f96d96e0c2fa4 .Net: Implement SQL Server hybrid search (#​13512) [ #​11080 ]
  • e8b4862d0372478bfe9a26f86e5010f033e7a098 .Net: [MEVD] Map DateTime to timestamptz on PostgreSQL (#​13514) [ #​10641
    ]
  • 7a74a262272fb89c3761e1301626ba3d19f9f990 .Net: Update DirectoryObjects.yml URL from dev to main branch (#​13526)
  • c4d0a623f22a9a138e98759127525ce9d47d3607 .Net: Update Microsoft.SemanticKernel packages from
    1.68.0 to 1.70.0 (#​13524) [ #​13523 ]
  • b0d621f2a682f4d6915c4a9b44384353cbbfdbe9 .Net: Implement PostgreSQL hybrid search (#​13502) [ #​13501, #​11084,
    #​10359 ]
  • 7d7a6494e55b1ceb65b32bcee2e9faeb4d0c0fd8 .Net: [MEVD] Implement support for score threshold (#​13501) [ #​9566 ]
  • cbb1f219d072c1266e0acd4c7694482c9ae64a7c .Net: [MEVD] Introduce FilterTranslatorBase and remove duplication
    (#​13485)
  • a3be1fd29946a855adccba98f4360caf90273890 Bump actions/setup-dotnet from 4 to 5 (#​13137)
  • 8f301a1879591b7b849eefc768ca6498b495872a Bump mdast-util-to-hast from
    13.2.0 to 13.2.1 in /dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client (#​13409)
  • 33e58829a13b295067ed0fccd0a285a88d7d825c .Net: Bump form-data from
    4.0.2 to 4.0.4 in /dotnet/samples/Demos/ProcessFrameworkWithSignalR (#​12979)
  • 1b9d5f142ce5d8d14c15a24fc69aa6a59597309c Bump vite from
    6.2.7 to 6.4.1 in
    /dotnet/samples/Demos/ProcessFrameworkWithSignalR/src/ProcessFramework.Aspire.SignalR.ReactFrontend (#​13388)
  • d3ac002ac9c44725f0279124eb47213c726f0252 .Net: Remove old MEVD integration tests (#​13484)
  • af0761c69e4497fd759b616206899c106f0fa710 .Net: Adding copilot cli to the codespace definition (#​13479)
  • 7918395b47efba61624141f27d9848df559de79e .Net: [MEVD] Implement key auto-generation (#​13466) [ #​11485 ]
  • fe11ab6ab5452d49d5acf2a5f17a3852dab6a2e0 .Net: [MEVD] Support .Any(x => x.Contains(...)) in filters (#​13471) [
    #​13470, #​13152 ]
  • 5794549af7a6908a8ad4c957f72ad6df52efb7fa .Net: [MEVD] Ensure identifiers are properly quoted (#​13470) [ #​12161 ]
  • b0a185b7fa521cd0c0aaa2e6eade297b8909c18f .Net: ItCanReturnImageUrlAsync test is flakey so skipping (#​13472)
  • 3ce1a84d3b3b66a4a3379ce706137e68c982527a .Net: Use testcontainer for SQL Server 2025 (#​13465)
  • 4e055e8fdf065e262d924830f121617da7d237de .Net: Add agentic tool registration guide to SK -> AF migration.
    (#​13464)

1.70.0

Changes:

  • 1fe41e17a90e002aa7f4f834f7ebd9475d80803c .Net: Version 1.70.0 (#​13468)
  • 9118743eac7600c629858d25ad2ce668f3ac3b5d .Net: Add ThoughtSignature support for Gemini function calling (#​13418) [ #​13417 ]
  • e696dc7d525b5d7dc664318bbdee6d3e008a3db5 Python: Add directory allowlist configuration for SessionsPythonTool file (#​13467)
  • f9870641542af1bc0d9dc75ace8ccc5b6321027f .Net: Use official Google.GenAI IChatClient implementation (#​13404)
  • 72bc02551fdf4c00bb2315856db5548704166438 Python: added allowed_domains to HttpPlugin (#​13462)

This list of changes was auto generated.

Commits viewable in compare view.

Updated Microsoft.SemanticKernel.Connectors.OpenAI from 1.69.0 to 1.73.0.

Release notes

Sourced from Microsoft.SemanticKernel.Connectors.OpenAI's releases.

1.73.0

Changes:

  • e90102079382d3fb0ffeac29ab7c6d2994a2948f .Net: Bump SK and MEVD versions for release (#​13630)
  • b36a327d76f398346ca6267a1e25ed193cc95bea .Net: Fix input checking in Cosmos NoSQL, Redis and Weaviate providers (#​13629)
  • e9641a9106ba6b67909d65b882f5cf8c292106c7 .Net: Fix column nullability in SQL MEVD providers (#​13622) [ #​12560 ]
  • b712ffc98ef24c3df1004b9be99a3e952adbcf8a Python: Bump py version to 1.40.0 for a release (#​13619)
  • 781881a34f433ed4aa3bcc54cae78be0b565e392 .Net: Deduplicate embedding generation management (#​13615) [ #​12508 ]
  • 429dd1c4c0408415387a61dc294ed1fe2412e60b Python: support (Azure) OpenAI realtime audio models (#​13291) [ #​13267 ]
  • 74d4310fd44bbe555eeba532d6c9edc8e160a879 .Net: Handle installation of pgvector on PostgreSQL (#​13600)
  • f077655fd6bcd586a927f406fa767dacf03e8c5c .Net: [MEVD] Add validation for mismatched collection key (#​13594) [ #​11355 ]
  • f59e3952300b9dd3eb7f42d67d6d1040dc7d7b86 .Net: [MEVD] Make PG schema nullable (#​13593) [ #​10853 ]
  • ea864bf6976f60ddff52d9a2dcae4eadda784cbd .Net: [MEVD] Support DateTime/DateTimeOffset/DateOnly/TimeOnly across providers (#​13569) [ #​11286, #​11086 ]
See More
  • 889807dfda389a7c98c897d820f45c898a80da99 .Net: Update Microsoft.Extensions.AI dependencies to 10.3.0 and OpenAI SDK to 2.8.0 (#​13544)
  • c086d0944259ab3f28ba16f1f984a3ab2fe4fc7d .Net: [MEVD] SQL Server approximate vector search (#​13573) [ #​13270 ]
  • 9f2dafca484b125626fdbcdaf108250373bc0bff .Net: [TINY] [MEVD] Remove SupportsMultipleKeys (#​13572)

This list of changes was auto generated.

1.72.0

Changes:

  • cec0cba23cc0ce6754d9c95efc4f29c2653a0e37 .Net: Bump SK to 1.7.2 and MEVD to 10.0.0 (#​13567)
  • c86a59ae04d0ca1ec74e784388f4a0c2edafcf50 .Net: Update Microsoft.SemanticKernel packages to 1.71.0 (#​13571) [ #​13570 ]
  • 8513c2ac00fbbd61af714e15a3ca4803db570d5b .Net: [MEVD] Cosmos NoSQL provider work on keys, partition keys and point reads (#​13550)

This list of changes was auto generated.

1.71.0

Changes:

  • 91f795605e42f0dd03ed9cdfaf4ffd8bdb1ae553 .Net: Bumping - Version
    1.71.0 (#​13552)
  • 1b8b08b0ee72e6a26494009e2724c38010bd0ea3 Remove unused workflow (#​13545)
  • c6f07d65f498dca5bb74fcc72f2f96d96e0c2fa4 .Net: Implement SQL Server hybrid search (#​13512) [ #​11080 ]
  • e8b4862d0372478bfe9a26f86e5010f033e7a098 .Net: [MEVD] Map DateTime to timestamptz on PostgreSQL (#​13514) [ #​10641
    ]
  • 7a74a262272fb89c3761e1301626ba3d19f9f990 .Net: Update DirectoryObjects.yml URL from dev to main branch (#​13526)
  • c4d0a623f22a9a138e98759127525ce9d47d3607 .Net: Update Microsoft.SemanticKernel packages from
    1.68.0 to 1.70.0 (#​13524) [ #​13523 ]
  • b0d621f2a682f4d6915c4a9b44384353cbbfdbe9 .Net: Implement PostgreSQL hybrid search (#​13502) [ #​13501, #​11084,
    #​10359 ]
  • 7d7a6494e55b1ceb65b32bcee2e9faeb4d0c0fd8 .Net: [MEVD] Implement support for score threshold (#​13501) [ #​9566 ]
  • cbb1f219d072c1266e0acd4c7694482c9ae64a7c .Net: [MEVD] Introduce FilterTranslatorBase and remove duplication
    (#​13485)
  • a3be1fd29946a855adccba98f4360caf90273890 Bump actions/setup-dotnet from 4 to 5 (#​13137)
  • 8f301a1879591b7b849eefc768ca6498b495872a Bump mdast-util-to-hast from
    13.2.0 to 13.2.1 in /dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client (#​13409)
  • 33e58829a13b295067ed0fccd0a285a88d7d825c .Net: Bump form-data from
    4.0.2 to 4.0.4 in /dotnet/samples/Demos/ProcessFrameworkWithSignalR (#​12979)
  • 1b9d5f142ce5d8d14c15a24fc69aa6a59597309c Bump vite from
    6.2.7 to 6.4.1 in
    /dotnet/samples/Demos/ProcessFrameworkWithSignalR/src/ProcessFramework.Aspire.SignalR.ReactFrontend (#​13388)
  • d3ac002ac9c44725f0279124eb47213c726f0252 .Net: Remove old MEVD integration tests (#​13484)
  • af0761c69e4497fd759b616206899c106f0fa710 .Net: Adding copilot cli to the codespace definition (#​13479)
  • 7918395b47efba61624141f27d9848df559de79e .Net: [MEVD] Implement key auto-generation (#​13466) [ #​11485 ]
  • fe11ab6ab5452d49d5acf2a5f17a3852dab6a2e0 .Net: [MEVD] Support .Any(x => x.Contains(...)) in filters (#​13471) [
    #​13470, #​13152 ]
  • 5794549af7a6908a8ad4c957f72ad6df52efb7fa .Net: [MEVD] Ensure identifiers are properly quoted (#​13470) [ #​12161 ]
  • b0a185b7fa521cd0c0aaa2e6eade297b8909c18f .Net: ItCanReturnImageUrlAsync test is flakey so skipping (#​13472)
  • 3ce1a84d3b3b66a4a3379ce706137e68c982527a .Net: Use testcontainer for SQL Server 2025 (#​13465)
  • 4e055e8fdf065e262d924830f121617da7d237de .Net: Add agentic tool registration guide to SK -> AF migration.
    (#​13464)

1.70.0

Changes:

  • 1fe41e17a90e002aa7f4f834f7ebd9475d80803c .Net: Version 1.70.0 (#​13468)
  • 9118743eac7600c629858d25ad2ce668f3ac3b5d .Net: Add ThoughtSignature support for Gemini function calling (#​13418) [ #​13417 ]
  • e696dc7d525b5d7dc664318bbdee6d3e008a3db5 Python: Add directory allowlist configuration for SessionsPythonTool file (#​13467)
  • f9870641542af1bc0d9dc75ace8ccc5b6321027f .Net: Use official Google.GenAI IChatClient implementation (#​13404)
  • 72bc02551fdf4c00bb2315856db5548704166438 Python: added allowed_domains to HttpPlugin (#​13462)

This list of changes was auto generated.

Commits viewable in compare view.

Updated Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.22.1 to 1.23.0.

Updated Refit from 9.0.2 to 10.0.1.

Release notes

Sourced from Refit's releases.

10.0.1

🗞️ What's Changed

♻️ Refactoring

  • reactiveui/refit@​af972dd8b285db52ff21f261e2c6fec38c80e959 Refactor HttpClientFactoryExtensions to simplify code structure (#​2042) @​ChrisPulman @​zms9110750

🐛 Fixes

  • reactiveui/refit@​f1af4a56b8af1999542c1e2cdb96713529d38b58 fix: stop removing trailing single chars from query string (#​2045) @​baynezy @​ChrisPulman

🧹 General Changes

  • reactiveui/refit@​0155eeb22e0d44538a0af2ce267c0714d55220d2 chore: Bump version from 9.0 to 10.0.x @​glennawatson

📦 Dependencies

  • reactiveui/refit@​dd90c3479257bf685c1c1db7832ef43aa3a0ea45 chore(deps): update dependency microsoft.codeanalysis.csharp.sourcegenerators.testing to 1.1.3 (#​2047) @​renovate[bot]
  • reactiveui/refit@​6cd4eab8860cd9cec70c8cc760c027b8b89777c3 chore(deps): update dependency publicapigenerator to 11.5.4 (#​2031) @​renovate[bot]
  • reactiveui/refit@​52d950491fb521e9a7d13374da295bcfe3c9f1a2 chore(deps): update dependency verify.xunit to 31.8.0 (#​2028) @​renovate[bot]
  • reactiveui/refit@​1b67a8c4aa5e2c3afe0beeadd2507993d97f27a2 chore(deps): update dependency verify.xunit to 31.10.0 (#​2048) @​renovate[bot]
  • reactiveui/refit@​49a6731be670927c3b053d32467c88878de22e24 chore(deps): update dependency verify.xunit to 31.9.3 (#​2039) @​renovate[bot]
  • reactiveui/refit@​bce9ae05983dc0e4f3b27eee4f8a7344a0a0099a chore(deps): update dependency verify.xunit to 31.9.2 (#​2038) @​renovate[bot]
  • reactiveui/refit@​ea1ff780bf2727b8e69ac8caf3dee6aa82798d36 chore(deps): update dependency verify.xunit to 31.9.0 (#​2037) @​renovate[bot]
  • reactiveui/refit@​7f9c7a607a0e5aa197add4db8694ead95e09306b chore(deps): update dessant/lock-threads action to v6 (#​2035) @​renovate[bot]
  • reactiveui/refit@​55783dd6ebfa566fa7109d6d68471cb57aa58ffe chore(deps): update dependency serilog.sinks.console to 6.1.1 (#​2023) @​renovate[bot]
  • reactiveui/refit@​e50bf6117270bcbe67cf8f7c6b0c562bd23914d6 chore(deps): update dependency publicapigenerator to 11.5.3 (#​2027) @​renovate[bot]

🔗 Full Changelog: reactiveui/refit@9.0.2...10.0.1

🙌 Contributions

🌱 New contributors since the last release: @​baynezy, @​zms9110750
💖 Thanks to all the contributors: @​baynezy, @​ChrisPulman, @​glennawatson, @​zms9110750

🤖 Automated services that contributed: @​renovate[bot]

Commits viewable in compare view.

Updated Refit.HttpClientFactory from 9.0.2 to 10.0.1.

Release notes

Sourced from Refit.HttpClientFactory's releases.

10.0.1

🗞️ What's Changed

♻️ Refactoring

  • reactiveui/refit@​af972dd8b285db52ff21f261e2c6fec38c80e959 Refactor HttpClientFactoryExtensions to simplify code structure (#​2042) @​ChrisPulman @​zms9110750

🐛 Fixes

  • reactiveui/refit@​f1af4a56b8af1999542c1e2cdb96713529d38b58 fix: stop removing trailing single chars from query string (#​2045) @​baynezy @​ChrisPulman

🧹 General Changes

  • reactiveui/refit@​0155eeb22e0d44538a0af2ce267c0714d55220d2 chore: Bump version from 9.0 to 10.0.x @​glennawatson

📦 Dependencies

  • reactiveui/refit@​dd90c3479257bf685c1c1db7832ef43aa3a0ea45 chore(deps): update dependency microsoft.codeanalysis.csharp.sourcegenerators.testing to 1.1.3 (#​2047) @​renovate[bot]
  • reactiveui/refit@​6cd4eab8860cd9cec70c8cc760c027b8b89777c3 chore(deps): update dependency publicapigenerator to 11.5.4 (#​2031) @​renovate[bot]
  • reactiveui/refit@​52d950491fb521e9a7d13374da295bcfe3c9f1a2 chore(deps): update dependency verify.xunit to 31.8.0 (#​2028) @​renovate[bot]
  • reactiveui/refit@​1b67a8c4aa5e2c3afe0beeadd2507993d97f27a2 chore(deps): update dependency verify.xunit to 31.10.0 (#​2048) @​renovate[bot]
  • reactiveui/refit@​49a6731be670927c3b053d32467c88878de22e24 chore(deps): update dependency verify.xunit to 31.9.3 (#​2039) @​renovate[bot]
  • reactiveui/refit@​bce9ae05983dc0e4f3b27eee4f8a7344a0a0099a chore(deps): update dependency verify.xunit to 31.9.2 (#​2038) @​renovate[bot]
  • reactiveui/refit@​ea1ff780bf2727b8e69ac8caf3dee6aa82798d36 chore(deps): update dependency verify.xunit to 31.9.0 (#​2037) @​renovate[bot]
  • reactiveui/refit@​7f9c7a607a0e5aa197add4db8694ead95e09306b chore(deps): update dessant/lock-threads action to v6 (#​2035) @​renovate[bot]
  • reactiveui/refit@​55783dd6ebfa566fa7109d6d68471cb57aa58ffe chore(deps): update dependency serilog.sinks.console to 6.1.1 (#​2023) @​renovate[bot]
  • reactiveui/refit@​e50bf6117270bcbe67cf8f7c6b0c562bd23914d6 chore(deps): update dependency publicapigenerator to 11.5.3 (#​2027) @​renovate[bot]

🔗 Full Changelog: reactiveui/refit@9.0.2...10.0.1

🙌 Contributions

🌱 New contributors since the last release: @​baynezy, @​zms9110750
💖 Thanks to all the contributors: @​baynezy, @​ChrisPulman, @​glennawatson, @​zms9110750

🤖 Automated services that contributed: @​renovate[bot]

Commits viewable in compare view.

Updated Serilog from 4.3.0 to 4.3.1.

Release notes

Sourced from Serilog's releases.

4.3.1

What's Changed

New Contributors

Full Changelog: serilog/serilog@v4.3.0...v4.3.1

Commits viewable in compare view.

Updated SonarAnalyzer.CSharp from 10.18.0.131500 to 10.21.0.135717.

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

10.21

### Bug

  • NET-3376 - Fix S6930 AD0001: Issue on template / code files for blazor
  • NET-3367 - Fix S4830 AD0001: CertificateValidationCheck Syntax node is not within syntax tree

Feature

  • NET-3260 - Fix broken links in S6960 RSPEC

False Positive

  • NET-2886 - Fix T0015 FP: In constructor
  • NET-1678 - Fix S4275 FP: with property overload

10.20

This release brings 9 precision improvements — 7 false positive fixes and 2 false negative fixes — across rules S1116, S1144, S1210, S1643, S1854, S2365, S3254, S3265, and S127. It also promotes S2068 and S6418 from Security Hotspot to Vulnerability, making them visible directly in the IDE, and removes S3256 from the Sonar Way quality profile.

Changes

  • NET-3227 - Remove S3256 from "Sonar Way" quality profile
  • NET-3208 - S6418: Rule type changed from Security Hotspot to Vulnerability
  • NET-3207 - S2068: Rule type changed from Security Hotspot to Vulnerability
  • NET-3206 - Remove links to rules.sonarsource.com

False Positive

  • NET-3215 - Fix FP on S127: Should only raise on stop condition variables
  • NET-3212 - Fix FP on S3254: Don't raise if the parameter isn't last
  • NET-3053 - Fix FP on S1210: Implementing comparable operators for private types
  • NET-2984 - Fix FP on S3265: BCL enums with [Flags] not recognized due to metadata resolution
  • NET-2976 - Fix FP on S1854: Default value initializations flagged despite exemptions
  • NET-2966 - Fix FP on S1144: Constructors in MEF-exported types
  • NET-2956 - Fix FP on S1116: Empty loop body with side effects in condition

False Negative

  • NET-1261 - Fix FN on S2365: Rule should report on new collection
  • NET-1259 - Fix FN on S1643: Concatenation for parameters, fields and properties are not detected

Rule specification

  • NET-3246 - Modify Rule S127: Update Description
  • NET-3218 - Modify Rule S3265: Add exception for MethodImplAttributes
  • NET-3086 - Modify Rule S1116: Add loop exception

Maintenance

  • NET-3047 - Update RSPEC before 10.20 release

10.19



Documentation

  • NET-3012 - Modify Rule S3903: Update description for C#​10

False Positive

  • NET-3004 - Fix S2696 FP: New extension method format triggers FP when accessing static fields

False Negative

  • NET-3011 - Fix S4790 FN: Support Using statement

Task

  • NET-2948 - Update RSPEC before 10.19 release

Bug

  • NET-1866 - Support future VS versions in NuGet package

Commits viewable in compare view.

Updated Testcontainers from 4.10.0 to 4.11.0.

Release notes

Sourced from Testcontainers's releases.

4.11.0

What's Changed

Thanks to all contributors. Once again, really great contributions from everyone 🤝.

The NuGet packages for this release have been attested for supply chain security using actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #​21198535.

Please be aware that we have changed the supported and underlying image used for the Cosmos DB module. The latest tag only supports certain environments and provides a limited set of features. Microsoft has introduced a new implementation, vnext-preview, which receives more updates and features. Due to the limitations of the latest tag, we decided to replace it with vnext-preview. You find more information about the image here: https://github.com/Azure/azure-cosmos-db-emulator-docker.

⚠️ Breaking Changes

  • feat(CosmosDb): Update base image from latest to vnext-preview...

_Description has...

Description has been truncated

Bumps coverlet.collector from 6.0.4 to 8.0.0
Bumps coverlet.msbuild from 6.0.4 to 8.0.0
Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.2 to 10.0.5
Bumps Microsoft.Extensions.Configuration from 10.0.2 to 10.0.5
Bumps Microsoft.Extensions.Configuration.Binder from 10.0.2 to 10.0.5
Bumps Microsoft.Extensions.Configuration.EnvironmentVariables from 10.0.2 to 10.0.5
Bumps Microsoft.Extensions.DependencyInjection from 10.0.2 to 10.0.5
Bumps Microsoft.Extensions.Diagnostics.Testing from 10.2.0 to 10.4.0
Bumps Microsoft.Extensions.Options from 10.0.2 to 10.0.5
Bumps Microsoft.Extensions.Options.DataAnnotations from 10.0.2 to 10.0.5
Bumps Microsoft.Extensions.TimeProvider.Testing from 10.2.0 to 10.4.0
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0
Bumps Microsoft.PowerShell.SDK from 7.5.4 to 7.5.5
Bumps Microsoft.SemanticKernel from 1.69.0 to 1.73.0
Bumps Microsoft.SemanticKernel.Abstractions from 1.69.0 to 1.73.0
Bumps Microsoft.SemanticKernel.Connectors.AzureOpenAI from 1.69.0 to 1.73.0
Bumps Microsoft.SemanticKernel.Connectors.OpenAI from 1.69.0 to 1.73.0
Bumps Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.22.1 to 1.23.0
Bumps Refit from 9.0.2 to 10.0.1
Bumps Refit.HttpClientFactory from 9.0.2 to 10.0.1
Bumps Serilog from 4.3.0 to 4.3.1
Bumps SonarAnalyzer.CSharp from 10.18.0.131500 to 10.21.0.135717
Bumps Testcontainers from 4.10.0 to 4.11.0

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: coverlet.msbuild
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Diagnostics.Testing
  dependency-version: 10.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Options
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.Options.DataAnnotations
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Extensions.TimeProvider.Testing
  dependency-version: 10.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.PowerShell.SDK
  dependency-version: 7.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.SemanticKernel
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.SemanticKernel.Abstractions
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.SemanticKernel.Connectors.AzureOpenAI
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.SemanticKernel.Connectors.OpenAI
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.VisualStudio.Azure.Containers.Tools.Targets
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Refit
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Refit.HttpClientFactory
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: SonarAnalyzer.CSharp
  dependency-version: 10.21.0.135717
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Testcontainers
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 16, 2026
@sonarqubecloud
Copy link

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2026

Superseded by #245.

@dependabot dependabot bot closed this Mar 17, 2026
@dependabot dependabot bot deleted the dependabot/nuget/all-dependencies-394f369e58 branch March 17, 2026 13:06
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.

0 participants