Skip to content

Bump the all-dependencies group with 23 updates#246

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

Bump the all-dependencies group with 23 updates#246
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/all-dependencies-9fbf55922a

Conversation

@dependabot
Copy link
Contributor

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

Updated coverlet.collector from 6.0.4 to 8.0.1.

Release notes

Sourced from coverlet.collector's releases.

8.0.1

Fixed

  • Fix [BUG] TypeInitializationException when targeting .NET Framework #​1818
  • Fix [BUG] coverlet.MTP build fails with CS0400 due to developmentDependency=true #​1827

Improvements

  • Additional improvements needed for .NET Framework instrumentation type import #​1825

Diff between 8.0.0 and 8.0.1

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

Release notes

Sourced from coverlet.msbuild's releases.

8.0.1

Fixed

  • Fix [BUG] TypeInitializationException when targeting .NET Framework #​1818
  • Fix [BUG] coverlet.MTP build fails with CS0400 due to developmentDependency=true #​1827

Improvements

  • Additional improvements needed for .NET Framework instrumentation type import #​1825

Diff between 8.0.0 and 8.0.1

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

Release notes

Sourced from Microsoft.PowerShell.SDK's releases.

7.6.0

## 7.6.0 - 2026-03-12

General Cmdlet Updates and Fixes

  • Update PowerShell Profile DSC resource manifests to allow null for content (#​26973)

Tests

  • Add GitHub Actions annotations for Pester test failures (#​26969)
  • Fix Import-Module.Tests.ps1 to handle Arm32 platform (#​26888)

Build and Packaging Improvements

Update to .NET SDK 10.0.201

  • Update v7.6 release branch to use .NET SDK 10.0.201 (#​27041)
  • Create LTS package and non-LTS package for macOS for LTS releases (#​27040)
  • Fix the container image for package pipelines (#​27020)
  • Update Microsoft.PowerShell.PSResourceGet version to 1.2.0 (#​27007)
  • Update LTS and Stable release settings in metadata (#​27006)
  • Update branch for release (#​26989)
  • Fix ConvertFrom-ClearlyDefinedCoordinates to handle API object coordinates (#​26986)
  • Update NuGet package versions in cgmanifest.json to actually match the branch (#​26982)
  • Bump actions/upload-artifact from 6 to 7 (#​26979)
  • Split TPN manifest and Component Governance manifest (#​26978)
  • Bump github/codeql-action from 4.32.4 to 4.32.6 (#​26975)
  • Bump actions/dependency-review-action from 4.8.3 to 4.9.0 (#​26974)
  • Hardcode Official templates (#​26972)
  • Fix a preview detection test for the packaging script (#​26971)
  • Add PMC packages for debian13 and rhel10 (#​26917)
  • Add version in description and pass store task on failure (#​26889)
  • Exclude .exe packages from publishing to GitHub (#​26887)
  • Correct the package name for .deb and .rpm packages (#​26884)

SHA256 Hashes of the release artifacts

  • hashes.sha256
    ... (truncated)

7.6.0-rc.1

## 7.6.0-rc.1 - 2026-02-19

Tests

  • Fix $PSDefaultParameterValues leak causing tests to skip unexpectedly (#​26705)

Build and Packaging Improvements

Expand to see details.

  • Update branch for release (#​26779)
  • Update Microsoft.PowerShell.PSResourceGet version to 1.2.0-rc3 (#​26767)
  • Update Microsoft.PowerShell.Native package version (#​26748)
  • Move PowerShell build to depend on .NET SDK 10.0.102 (#​26717)
  • Fix buildinfo.json uploading for preview, LTS, and stable releases (#​26715)
  • Fix macOS preview package identifier detection to use version string (#​26709)
  • Update metadata.json to update the Latest attribute with a better name (#​26708)
  • Remove unused runCodesignValidationInjection variable from pipeline templates (#​26707)
  • Update Get-ChangeLog to handle backport PRs correctly (#​26706)
  • Bring release changes from the v7.6.0-preview.6 release (#​26626)
  • Fix the DSC test by skipping AfterAll cleanup if the initial setup in BeforeAll failed (#​26622)

SHA256 Hashes of the release artifacts

  • hashes.sha256
    • DE5F1D117891550719C7CCDEB0A26BD9C7989F2C1B6E8D0D3C2209B36666F1B5
  • powershell-7.6.0-rc.1-linux-arm32.tar.gz
    • ED25EE0218FDB0A65A53FAB3A6E100D0E95D3F7C5835D4295C7DBE1C67DA8522
  • powershell-7.6.0-rc.1-linux-arm64.tar.gz
    • 055A6220F6FEFAE630801CC6A563F4B05341F75D95000D1729158E9E0E09B2B4
  • powershell-7.6.0-rc.1-linux-musl-x64.tar.gz
    • 814978596B472F9C7442BA9D352DCD41C0641DD6A082CA3E6261782E7529BB5B
  • powershell-7.6.0-rc.1-linux-x64-fxdependent.tar.gz
    • 000424060E5481ADEB620FF6CBA3C2187915D72C2266D6D3C1B7B03D54BFA538
  • powershell-7.6.0-rc.1-linux-x64-musl-noopt-fxdependent.tar.gz
    • 5DC52CA807ABE01349D09EE9EC7933674FD827E02986144E36FFF6A7E35AEB73
  • powershell-7.6.0-rc.1-linux-x64.tar.gz
    ... (truncated)

7.6.0-preview.6

## [7.6.0-preview.6] - 2025-12-11

Known Issues

The current release is unavailable on both NuGet and the Linux package repositories hosted on packages.microsoft.com.

Engine Updates and Fixes

  • Properly expand aliases to their actual resolved commands (#​26571) (Thanks @​kilasuit!)

General Cmdlet Updates and Fixes

  • Update Microsoft.PowerShell.PSResourceGet to v1.2.0-preview5 (#​26590)
  • Make the experimental feature PSFeedbackProvider stable (#​26502)
  • Fix a regression in the API CompletionCompleters.CompleteFilename() that causes null reference exception (#​26487)
  • Add Delimiter parameter to Get-Clipboard (#​26572) (Thanks @​MartinGC94!)
  • Close pipe client handles after creating the child ssh process (#​26564)
  • Make some experimental features stable (#​26490)
  • DSC v3 resource for PowerShell Profile (#​26447)

Tools

  • Add merge conflict marker detection to linux-ci workflow and refactor existing actions to use reusable get-changed-files action (#​26530)
  • Add reusable get-changed-files action and refactor existing actions (#​26529)
  • Refactor analyze job to reusable workflow and enable on Windows CI (#​26494)

Tests

  • Fix merge conflict checker for empty file lists and filter *.cs files (#​26556)
  • Add markdown link verification for PRs (#​26445)

Build and Packaging Improvements

Expand to see details.

  • Fix template path for rebuild branch check in package.yml (#​26560)
  • Update the macos package name for preview releases to match the previous pattern (#​26576)
  • Add rebuild branch support with conditional MSIX signing (#​26573)
  • Update the WCF packages to the latest version that is compatible with v4.10.3 (#​26503)
  • Improve ADO package build and validation across platforms (#​26532)
  • Mirror .NET/runtime ICU version range in PowerShell (#​26563) (Thanks @​kasperk81!)
  • Update the macos package name for preview releases to match the previous pattern (#​26562)
  • Fix condition syntax for StoreBroker package tasks in MSIX pipeline (#​26561)
  • ... (truncated)

    7.6.0-preview.5

    ## 7.6.0-preview.5

    Engine Updates and Fixes

    • Allow opt-out of the named-pipe listener using the environment variable POWERSHELL_DIAGNOSTICS_OPTOUT (#​26086)
    • Ensure that socket timeouts are set only during the token validation (#​26066)
    • Fix race condition in RemoteHyperVSocket (#​26057)
    • Fix stderr output of console host to respect NO_COLOR (#​24391)
    • Update PSRP protocol to deprecate session key exchange between newer client and server (#​25774)
    • Fix the ssh PATH check in SSHConnectionInfo when the default Runspace is not available (#​25780) (Thanks @​jborean93!)
    • Adding hex format for native command exit codes (#​21067) (Thanks @​sba923!)
    • Fix infinite loop crash in variable type inference (#​25696) (Thanks @​MartinGC94!)
    • Add PSForEach and PSWhere as aliases for the PowerShell intrinsic methods Where and Foreach (#​25511) (Thanks @​powercode!)

    General Cmdlet Updates and Fixes

    • Remove IsScreenReaderActive() check from ConsoleHost (#​26118)
    • Fix ConvertFrom-Json to ignore comments inside array literals (#​14553) (#​26050) (Thanks @​MatejKafka!)
    • Fix -Debug to not trigger the ShouldProcess prompt (#​26081)
    • Add the parameter Register-ArgumentCompleter -NativeFallback to support registering a cover-all completer for native commands (#​25230)
    • Change the default feedback provider timeout from 300ms to 1000ms (#​25910)
    • Update PATH environment variable for package manager executable on Windows (#​25847)
    • Fix Write-Host to respect OutputRendering = PlainText (#​21188)
    • Improve the $using expression support in Invoke-Command (#​24025) (Thanks @​jborean93!)
    • Use parameter HelpMessage for tool tip in parameter completion (#​25108) (Thanks @​jborean93!)
    • Revert "Never load a module targeting the PSReadLine module's SessionState" (#​25792)
    • Fix debug tracing error with magic extents (#​25726) (Thanks @​jborean93!)
    • Add MethodInvocation trace for overload tracing (#​21320) (Thanks @​jborean93!)
    • Improve verbose and debug logging level messaging in web cmdlets (#​25510) (Thanks @​JustinGrote!)
    • Fix quoting in completion if the path includes a double quote character (#​25631) (Thanks @​MartinGC94!)
    • Fix the common parameter -ProgressAction for advanced functions (#​24591) (Thanks @​cmkb3!)
    • Use absolute path in FileSystemProvider.CreateDirectory (#​24615) (Thanks @​Tadas!)
    • Make inherited protected internal instance members accessible in PowerShell class scope (#​25245) (Thanks @​mawosoft!)
    • Treat -Target as literal in New-Item (#​25186) (Thanks @​GameMicrowave!)
    • Remove duplicate modules from completion results (#​25538) (Thanks @​MartinGC94!)
    • Add completion for variables assigned in ArrayLiteralAst and ParenExpressionAst (#​25303) (Thanks @​MartinGC94!)
    • Add support for thousands separators in [bigint] casting (#​25396) (Thanks @​AbishekPonmudi!)
    • Add internal methods to check Preferences (#​25514) (Thanks @​iSazonov!)
    • Improve debug logging of Web cmdlet request and response (#​25479) (Thanks @​JustinGrote!)
    • Revert "Allow empty prefix string in 'Import-Module -Prefix' to override default prefix in manifest (#​20409)" (#​25462) (Thanks @​MartinGC94!)
    • Fix the NullReferenceException when writing progress records to console from multiple threads (#​25440) (Thanks @​kborowinski!)
    • Update Get-Service to ignore common errors when retrieving non-critical properties for a service (#​24245) (Thanks @​jborean93!)
    • Add single/double quote support for Join-String Argument Completer (#​25283) (Thanks @​ArmaanMcleod!)
    • Fix tab completion for env/function variables (#​25346) (Thanks @​jborean93!)
    • Fix Out-GridView by replacing use of obsolete BinaryFormatter with custom implementation (#​25497) (Thanks @​mawosoft!)
    • Remove the use of Windows PowerShell ETW provider id from code base and update the PSDiagnostics module to work for PowerShell 7 (#​25590)

    Code Cleanup

    ... (truncated)

    7.6.0-preview.4

    [7.6.0-preview.4]

    Breaking Changes

    • Fix WildcardPattern.Escape to escape lone backticks correctly (#​25211) (Thanks @​ArmaanMcleod!)
    • Convert -ChildPath parameter to string[] for Join-Path cmdlet (#​24677) (Thanks @​ArmaanMcleod!)

    PowerShell 7.6-preview.4 includes the following updated modules:

    • Microsoft.PowerShell.ThreadJob v2.2.0
    • ThreadJob v2.1.0
      The ThreadJob module was renamed to Microsoft.PowerShell.ThreadJob. There is no difference
      in the functionality of the module. To ensure backward compatibility for scripts that use the old
      name, the ThreadJob v2.1.0 module is a proxy module that points to the
      Microsoft.PowerShell.ThreadJob v2.2.0.

    Engine Updates and Fixes

    • Add PipelineStopToken to Cmdlet which will be signaled when the pipeline is stopping (#​24620) (Thanks @​jborean93!)
    • Fallback to AppLocker after WldpCanExecuteFile (#​24912)
    • Move .NET method invocation logging to after the needed type conversion is done for method arguments (#​25022)
    • Fix share completion with provider and spaces (#​19440) (Thanks @​MartinGC94!)

    General Cmdlet Updates and Fixes

    • Exclude -OutVariable assignments within the same CommandAst when inferring variables (#​25224) (Thanks @​MartinGC94!)
    • Fix infinite loop in variable type inference (#​25206) (Thanks @​MartinGC94!)
    • Update Microsoft.PowerShell.PSResourceGet version in PSGalleryModules.csproj (#​25135)
    • Add tooltips for hashtable key completions (#​17864) (Thanks @​MartinGC94!)
    • Fix type inference of parameters in classic functions (#​25172) (Thanks @​MartinGC94!)
    • Improve assignment type inference (#​21143) (Thanks @​MartinGC94!)
    • Fix TypeName.GetReflectionType() to work when the TypeName instance represents a generic type definition within a GenericTypeName (#​24985)
    • Remove the old fuzzy suggestion and fix the local script filename suggestion (#​25177)
    • Improve variable type inference (#​19830) (Thanks @​MartinGC94!)
    • Fix parameter completion when script requirements fail (#​17687) (Thanks @​MartinGC94!)
    • Improve the completion for attribute arguments (#​25129) (Thanks @​MartinGC94!)
    • Fix completion that relies on pseudobinding in script blocks (#​25122) (Thanks @​MartinGC94!)
    • Don't complete duplicate command names (#​21113) (Thanks @​MartinGC94!)
    • Make SystemPolicy public APIs visible but non-op on Unix platforms so that they can be included in PowerShellStandard.Library (#​25051)
    • Set standard handles explicitly when starting a process with -NoNewWindow (#​25061)
    • Fix tooltip for variable expansion and include desc (#​25112) (Thanks @​jborean93!)
    • Add type inference for functions without OutputType attribute and anonymous functions (#​21127) (Thanks @​MartinGC94!)
    • Add completion for variables assigned by command redirection (#​25104) (Thanks @​MartinGC94!)
    • Handle type inference for redirected commands (#​21131) (Thanks @​MartinGC94!)
    • Allow empty prefix string in Import-Module -Prefix to override default prefix in manifest (#​20409) (Thanks @​MartinGC94!)
    • Update variable/property assignment completion so it can fallback to type inference (#​21134) (Thanks @​MartinGC94!)
    • Use Get-Help approach to find about_*.help.txt files with correct locale for completions (#​24194) (Thanks @​MartinGC94!)
    • Use script filepath when completing relative paths for using statements (#​20017) (Thanks @​MartinGC94!)
    • Fix completion of variables assigned inside Do loops (#​25076) (Thanks @​MartinGC94!)
    • Fix completion of provider paths when a path returns itself instead of its children (#​24755) (Thanks @​MartinGC94!)
      ... (truncated)

    7.6.0-preview.3

    [7.6.0-preview.3]

    Breaking Changes

    • Remove trailing space from event source name (#​24192) (Thanks @​MartinGC94!)

    General Cmdlet Updates and Fixes

    • Add completion single/double quote support for -Noun parameter for Get-Command (#​24977) (Thanks @​ArmaanMcleod!)
    • Stringify ErrorRecord with empty exception message to empty string (#​24949) (Thanks @​MatejKafka!)
    • Add completion single/double quote support for -PSEdition parameter for Get-Module (#​24971) (Thanks @​ArmaanMcleod!)
    • Error when New-Item -Force is passed an invalid directory name (#​24936) (Thanks @​kborowinski!)
    • Allow Start-Transcriptto use $Transcript which is a PSObject wrapped string to specify the transcript path (#​24963) (Thanks @​kborowinski!)
    • Add quote handling in Verb, StrictModeVersion, Scope & PropertyType Argument Completers with single helper method (#​24839) (Thanks @​ArmaanMcleod!)
    • Improve Start-Process -Wait polling efficiency (#​24711) (Thanks @​jborean93!)
    • Convert InvalidCommandNameCharacters in AnalysisCache to SearchValues<char> for more efficient char searching (#​24880) (Thanks @​ArmaanMcleod!)
    • Convert s_charactersRequiringQuotes in Completion Completers to SearchValues<char> for more efficient char searching (#​24879) (Thanks @​ArmaanMcleod!)

    Code Cleanup

    We thank the following contributors!

    @​xtqqczze, @​fMichaleczek, @​ArmaanMcleod

    • Fix RunspacePool, RunspacePoolInternal and RemoteRunspacePoolInternal IDisposable implementation (#​24720) (Thanks @​xtqqczze!)
    • Remove redundant Attribute suffix (#​24940) (Thanks @​xtqqczze!)
    • Fix formatting of the XML comment for SteppablePipeline.Clean() (#​24941)
    • Use Environment.ProcessId in SpecialVariables.PID (#​24926) (Thanks @​fMichaleczek!)
    • Replace char[] array in CompletionRequiresQuotes with cached SearchValues (#​24907) (Thanks @​ArmaanMcleod!)
    • Update IndexOfAny calls with invalid path/filename to SearchValues<char> for more efficient char searching (#​24896) (Thanks @​ArmaanMcleod!)
    • Seal internal types in PlatformInvokes (#​24826) (Thanks @​xtqqczze!)

    Tools

    • Update CODEOWNERS (#​24989)

    Build and Packaging Improvements

    ... (truncated)

    7.6.0-preview.2

    [7.6.0-preview.2] - 2025-01-14

    General Cmdlet Updates and Fixes

    • Add the AIShell module to telemetry collection list (#​24747)
    • Add helper in EnumSingleTypeConverter to get enum names as array (#​17785) (Thanks @​fflaten!)
    • Return correct FileName property for Get-Item when listing alternate data streams (#​18019) (Thanks @​kilasuit!)
    • Add -ExcludeModule parameter to Get-Command (#​18955) (Thanks @​MartinGC94!)
    • Update Named and Statement block type inference to not consider AssignmentStatements and Increment/decrement operators as part of their output (#​21137) (Thanks @​MartinGC94!)
    • Update DnsNameList for X509Certificate2 to use X509SubjectAlternativeNameExtension.EnumerateDnsNames Method (#​24714) (Thanks @​ArmaanMcleod!)
    • Add completion of modules by their shortname (#​20330) (Thanks @​MartinGC94!)
    • Fix Get-ItemProperty to report non-terminating error for cast exception (#​21115) (Thanks @​ArmaanMcleod!)
    • Add -PropertyType argument completer for New-ItemProperty (#​21117) (Thanks @​ArmaanMcleod!)
    • Fix a bug in how Write-Host handles XmlNode object (#​24669) (Thanks @​brendandburns!)

    Code Cleanup

    We thank the following contributors!

    @​xtqqczze

    • Seal ClientRemoteSessionDSHandlerImpl (#​21218) (Thanks @​xtqqczze!)
    • Seal internal type ClientRemoteSessionDSHandlerImpl (#​24705) (Thanks @​xtqqczze!)
    • Seal classes in RemotingProtocol2 (#​21164) (Thanks @​xtqqczze!)

    Tools

    • Added Justin Chung as Powershell team memeber on releaseTools.psm1 (#​24672)

    Tests

    • Skip CIM ETS member test on older Windows platforms (#​24681)

    Build and Packaging Improvements

    Updated SDK to 9.0.101

    ... (truncated)

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

    Description has been truncated

Bumps coverlet.collector from 6.0.4 to 8.0.1
Bumps coverlet.msbuild from 6.0.4 to 8.0.1
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.6.0
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.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: coverlet.msbuild
  dependency-version: 8.0.1
  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.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 19, 2026
@sonarqubecloud
Copy link

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2026

Superseded by #247.

@dependabot dependabot bot closed this Mar 23, 2026
@dependabot dependabot bot deleted the dependabot/nuget/all-dependencies-9fbf55922a branch March 23, 2026 13:12
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