Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

build: Bump the all-nuget-deps group with 8 updates#277

Closed
dependabot[bot] wants to merge 1 commit into
dependabotchangesfrom
dependabot/nuget/Services/src/esg-ai-doc-analysis/CFS.SK.Sustainability.Abstract/dependabotchanges/all-nuget-deps-8796c7e342
Closed

build: Bump the all-nuget-deps group with 8 updates#277
dependabot[bot] wants to merge 1 commit into
dependabotchangesfrom
dependabot/nuget/Services/src/esg-ai-doc-analysis/CFS.SK.Sustainability.Abstract/dependabotchanges/all-nuget-deps-8796c7e342

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 1, 2026

Updated Azure.Identity from 1.16.0 to 1.18.0.

Release notes

Sourced from Azure.Identity's releases.

1.18.0

1.18.0 (2026-02-25)

Features Added

  • Added experimental Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection integration for Azure SDK clients. For details, see the Configuration and Dependency Injection documentation.

  • The WorkloadIdentityCredentialOptions.IsAzureProxyEnabled property, which enables Azure Kubernetes token proxy mode, is only available in beta releases of this package.

  • AzureDeveloperCliCredential now parses JSON error output from azd auth token to extract clean error messages instead of including raw JSON in exceptions. Error messages like {"type":"consoleMessage","data":{"message":"ERROR: fetching token: ..."}} are now displayed as ERROR: fetching token: ....

1.18.0-beta.3

1.18.0-beta.3 (2026-02-20)

Breaking Changes

  • Renamed WorkloadIdentityCredentialOptions.IsAzureKubernetesTokenProxyEnabled to IsAzureProxyEnabled to follow .NET naming conventions for boolean properties.

Bugs Fixed

  • Fixed a NullReferenceException that occurred during X509Chain validation on Linux when using the Identity Bindings feature.

  • Disabled MSAL's internal retry logic for ConfidentialClientApplication and PublicClientApplication to prevent double retries when combined with Azure SDK's retry policy. Only the configured Azure SDK retry policy is applied, avoiding unexpected additional retry attempts.

Commits viewable in compare view.

Updated Azure.Storage.Blobs from 12.25.1 to 12.27.0.

Release notes

Sourced from Azure.Storage.Blobs's releases.

12.27.0

12.27.0 (2026-01-08)

Features Added

  • Includes all features from 12.27.0-beta.1

12.27.0-beta.1

12.27.0-beta.1 (2026-01-20)

Features Added

  • This release contains bug fixes to improve quality.

Other Changes

  • Changed the default concurrency upload count from 5 to Math.Clamp(Environment.ProcessorCount * 2, 8, 32). This controls the maximum number of concurrent tasks that will be used during large uploads, and this change should result in higher throughput for these operations by default in most environments. This can be reverted by enabling "Azure.Storage.UseLegacyDefaultConcurrency" in the AppContext switch or "AZURE_STORAGE_USE_LEGACY_DEFAULT_CONCURRENCY" in the environment variable.

12.26.0

12.26.0 (2026-01-08)

Features Added

  • This release contains bug fixes to improve quality.

12.26.0-beta.1

12.26.0-beta.1 (2026-01-20)

Features Added

  • Added support for service version 2026-04-06.
  • Added support for Content Validation via Structured Message
  • Added cross-tenant support for Principal-Bound User Delegation SAS.
  • Added support for Dynamic User Delegation SAS.

Other Changes

  • Changed the default concurrency transfer count from 5 to Math.Clamp(Environment.ProcessorCount * 2, 8, 32). This controls the maximum number of concurrent tasks that will be used during large downloads or uploads, and this change should result in higher throughput for these operations by default in most environments. This can be reverted by enabling "Azure.Storage.UseLegacyDefaultConcurrency" in the AppContext switch or "AZURE_STORAGE_USE_LEGACY_DEFAULT_CONCURRENCY" in the environment variable.

Commits viewable in compare view.

Updated Azure.Storage.Queues from 12.23.0 to 12.25.0.

Release notes

Sourced from Azure.Storage.Queues's releases.

12.25.0

12.25.0 (2026-01-08)

Features Added

  • Includes all features from 12.25.0-beta.1

12.25.0-beta.1

12.25.0-beta.1 (2026-01-20)

Features Added

  • Added support for service version 2026-04-06.

12.24.0

12.24.0 (2026-01-08)

Features Added

  • Includes all features from 12.24.0-beta.1

Commits viewable in compare view.

Updated Markdig from 0.42.0 to 1.0.1.

Release notes

Sourced from Markdig's releases.

1.0.1

Changes

✨ New Features

  • Add mermaid and katex (682a30c1)
  • Add missing markdown example (3167f8ef)

🧰 Maintenance

  • Fix ci (361231dc)

🧰 Misc

  • Update readme (391e03b8)
  • Reject pipe-only rows as pipe table separators (Fixes #​927) (7959e3b9)

Full Changelog: 1.0.0...1.0.1

Published with dotnet-releaser

1.0.0

Changes

✨ New Features

  • Add namespace API docs for Markdig (5de7e42a)

🚀 Enhancements

  • Remove obsolete APIs (PR #​926) by @​MihaZupan
  • Markdig 1.0 (PR #​925)

🧰 Misc

  • Update banner (b370c5cc)
  • Improve site documentation accuracy and structure (f735314a)

Full Changelog: 1.0.0-preview.1...1.0.0

Published with dotnet-releaser

1.0.0-preview.1

Changes

✨ New Features

  • Add instructions (3f7c09c4)
  • Add api authoring 1.0 (1a96adde)
  • Add parser authoring helper APIs and tests (ab6204cf)
  • Add AST mutation helpers for block and inline trees (2c9a9a30)
  • Add typed markdown object data key helpers (58e8217d)
  • Add span validation/update APIs and tests (148fd08b)
  • Add XML docs for public Markdig API (0cc463b6)
  • Add DotSettings (020a8490)
  • Add comprehensive documentation site (74f429c4)
  • Add GitHub action for site (94cb00d1)
  • Add playground to frontpage (d1ce1886)

🐛 Bug Fixes

  • Fix top level readme about documentation (999ccbc7)

🧰 Misc

  • Move from net9.0 to net10.0 (e5c88eff)
  • Update deps NuGet (e9d582a1)
  • Expose parser parity APIs for extension authors (5e5112cc)
  • Document parser authoring contracts and migration risks (c488a274)
  • Move doc to site (310f084c)

Full Changelog: 0.45.0...1.0.0-preview.1

Published with dotnet-releaser

0.45.0

Changes

🚀 Enhancements

  • Recognize supplementary characters (PR #​913) by @​tats-u
  • Use Dictionary.TryAdd instead of ContainsKey and indexer by reducing lookups. (PR #​917) by @​prozolic
  • Replace null checks with IsEmpty property for ReadOnlySpan (PR #​916) by @​prozolic
  • Optimize PipeTable parsing: O(n²) → O(n) for 3.7x–85x speedup, enables 10K+ row tables (PR #​922) by @​Mpdreamz

Full Changelog: 0.44.0...0.45.0

Published with dotnet-releaser

0.44.0

Changes

🧰 Misc

  • feat(link-helper): improve ASCII normalization handling (PR #​911) by @​mos379
  • Test netstandard (PR #​915) by @​MihaZupan
  • Use central package management (fb698598)

Full Changelog: 0.43.0...0.44.0

Published with dotnet-releaser

0.43.0

Changes

✨ New Features

  • Add a basic fuzzing project (PR #​903) by @​MihaZupan

🐛 Bug Fixes

  • Fix for table depth error when cell contains backticks (PR #​891) by @​phillip-haydon
  • Fix issue where an inline code block that spans multiple lines doesn't parse correctly (PR #​893) by @​phillip-haydon
  • Remove leading newline in block attributes (PR #​896) by @​Asttear
  • Fix IndexOutOfRangeException in CodeInlineParser (PR #​900) by @​MihaZupan
  • Fix build warnings (PR #​899) by @​MihaZupan
  • Fix edge cases in EmphasisInlineParser (PR #​902) by @​MihaZupan
  • Fix pipe table parsing with a leading paragraph (PR #​905) by @​MihaZupan

🚀 Enhancements

  • add options for link inline (PR #​894) by @​danielklecha
  • Move sln to slnx (PR #​901) by @​MihaZupan
  • Lazily allocate storage for ProcessInlinesBegin/End delegates on Blocks (PR #​906) by @​MihaZupan
  • Add another test for pipe tables (PR #​907) by @​MihaZupan

Full Changelog: 0.42.0...0.43.0

Published with dotnet-releaser

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration from 9.0.9 to 10.0.3.

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

10.0.0-preview.6.25358.103

You can build .NET 10.0 Preview 6 from the repository by cloning the release tag v10.0.0-preview.6.25358.103 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.5.25277.114

You can build .NET 10.0 Preview 5 from the repository by cloning the release tag v10.0.0-preview.5.25277.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.4.25258.110

You can build .NET 10.0 Preview 4 from the repository by cloning the release tag v10.0.0-preview.4.25258.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.3.25171.5

You can build .NET 10.0 Preview 3 from the repository by cloning the release tag v10.0.0-preview.3.25171.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.2.25163.2

You can build .NET 10.0 Preview 2 from the repository by cloning the release tag v10.0.0-preview.2.25163.2 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.1.25080.5

You can build .NET 10.0 Preview 1 from the repository by cloning the release tag v10.0.0-preview.1.25080.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.114

You can build .NET 9.0 from the repository by cloning the release tag v9.0.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached is the PGP signature for the GitHub generated tarball. You can find the public key at https://dot.net/release-key-2023

9.0.113

You can build .NET 9.0 from the repository by cloning the release tag v9.0.113 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.112

You can build .NET 9.0 from the repository by cloning the release tag v9.0.112 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.111

You can build .NET 9.0 from the repository by cloning the release tag v9.0.111 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.110

You can build .NET 9.0 from the repository by cloning the release tag v9.0.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.109

You can build .NET 9.0 from the repository by cloning the release tag v9.0.109 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.101

You can build .NET 9.0 from the repository by cloning the release tag v9.0.101 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

Commits viewable in compare view.

Updated Microsoft.SemanticKernel from 1.65.0 to 1.72.0.

Release notes

Sourced from Microsoft.SemanticKernel's releases.

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.

1.69.0

Changes:

  • 3b61c786c9b4f9a8224f39f647859fd51af4c902 .Net: Version 1.69.0 (#​13460)
  • c97c3e6aa7b805c4e0d8d07db479e82eb6102f7e .Net: Bump .Net packages, minor versions only (#​13452)
  • dc0eefd8a3eba67481f6026f4d5bfa2a4bc4df46 .Net: Skip and AzureAIInference chat completion tests (#​13451)
  • 4a09cbdedc9437bdee7cf73e02a17c216035ed98 .Net: Add FunctionChoiceBehavior support to Google Gemini connector (#​13256) [ #​12702 ]
  • 0a9ee4051212a67d0c2f142205c3fb3f27eb26b6 .Net: Update AWS Vulnerable Package Dependencies (#​13449)
  • 4e0ccb9c4369c3f3c0d4129c1c5fe7e85f360443 .Net: Switch MEVD MongoDB Driver to v3.51 (#​13370) [ #​11652, #​12707, #​10291 ]
  • 43da976c9b42548088e51e326b7df90bdc57a056 Bump react and react-dom versions to be 19.2.1 (#​13408)
  • 4ac376749dcc98ac8f9b0081e574b0d34684a35f Fix C# 14 Contains translation for MEVD providers (#​13407) [ #​13263, #​13395 ]
  • 0195778be25892cba507fe593d5592b71c2adf68 Updating SECURITY.ms to latest version. (#​13406)

1.68.0

Changes:

  • 9ee675aa66e899ca936d31328c06c1f7043527af .NET: Added solution filter file for release (#​13402)
  • 7c9c469d516fad1490d9f5e401b84e8791e0aa03 .Net: Fix #​13262: GeminiRequest to handle single turn requests correctly (#​13288)
  • 7d84d6b1319f04bc983e1ab61de4f9e113d1340e Version 1.68.0 (#​13398)
  • 855e83c7c219873e1ea9f968fac8cfb2317723c5 .Net: Respect custom ToolChoice and ParallelToolCallsEnabled options in OpenAIResponseAgent (#​13275) [ #​13253 ]
  • cd4b483480189d7b1dc8534c0224010f6fbe2d9d Update OpenAI and M.E.AI versions (#​13390)
  • 42716d5e9ae1caad57bda62f30da9681bacc2fca Add IncludeThoughts parameter to Google Connector for accessing Gemini reasoning content (#​13383)
  • b50299be6d493052ecb7a9647714c613624289a8 Upgrade to .NET 10 (#​13395)
  • 775b8fc1f1dae4b4513a46b2665789c0ffe91838 Fix YAML agent ignoring model.options execution settings (#​13365) [ #​13349 ]
  • 6888aa6ce06f4af50ce618af5663146c1c84abba Fix: emit streaming usage once at final chunk for OpenAI/Azure (#​13386)
See More
  • 89755e04f8d71df3ca01443303940bb86c272073 .Net: Fix GeminiChatCompletionClient to invoke IAutoFunctionInvocationFilter during auto function calling (#​13397) [ #​11245, #​12998 ]
  • 460521a6309bac55e6a09bcf492a66a3c55bddb2 .Net: Add ThinkingLevel parameter to GeminiThinkingConfig for Gemini 3.0+ (#​13396) [ #​11920, #​13377 ]
  • 60685a700f4f73f81c9854df8c1c4d240de00403 .Net: Fix: include taskType in Google AI embedding request (fixes #​13250) (#​13277)
  • 5b30c8b703cc965e28b9e87c508d59df5d9b2ee7 .NET Fix - Surface agent failure for orchestration (#​13369)
  • 73337db6949a846791bd0adef23c3789039745b7 .Net: Enable argument types retention in handoff orchestration. (#​13367)
  • de20575aee70ddb31d4b58bbd7b837101ed82cfb Fixes to Get/Delete for Guid keys (#​13353)
  • b1ecee2d0e513963a3aef99bbb85f7d7bce816aa .Net: Add OpenAPI tool call migration sample for AzureOpenAI (#​13339)

This list of changes was auto generated.

1.67.1

Changes:

  • 1ccdd1e649dd69bea6f797a3ad74e65f5228e7c0 .Net: Updated package version (#​13342)
  • eab8c889835be19f8467cc6351c026902b30ad79 .Net: [MEVD] Fix Guid (and other) keys for dynamic collections (#​13341) [ #​13340 ]
  • a5810db1df32401fcd727d09aa91844c2c3bcdca .Net: Final test cleanup (#​13328)
  • b2cceb59858f81c01f432a991d9c43158c7daf66 .Net: Update OTel GenAI operation names (#​13334)

This list of changes was auto generated.

1.67.0

Changes:

  • 2464458c47b4d668e025227fef4f9096646b3678 .Net: Update SK Version for release (#​13327)
  • 13e7582856d84a604211f46cdca7613714906012 .Net: Fix #​13232: Add empty parameters schema for NonInvocableTool placeholder (#​13278)
  • 70b7bdb62bc310162e9243d32216881f17b8fc73 .Net: KernelProcessEventData deserialized in LocalAgentStep (#​13203)
  • 3eb869e1e81cdd0362e0628f3ddbef5ce707f28f .Net: [MEVD] More test cleanup (#​13320)
  • 802efdc56a6a8fd3de8138a0cc7e61c21cde6f3e .Net: Bump axios from 1.9.0 to 1.12.0 in /dotnet/samples/Demos/ProcessFrameworkWithSignalR (#​13119) [ #​6998, #​7011, #​5627, #​3316, #​5715, #​5595, #​6982, #​7003, #​5926, #​5924, #​6782, #​7002, #​7006, #​6980, #​6985, #​6970, #​6961, #​6956, #​6938, #​6939, #​6894, #​7013, #​7005 ]
  • 6ce98f76efdfb3e4a40eef9177f3bc72f6c240ae .Net: fix: AutorRole.Developer missing (#​13310)
  • fbdbaab89e8328f1ab4901c063a465401d3b7ae7 .Net: Fix top/skip bug in Azure AI Search (#​13326) [ #​13324 ]
  • c8046290124e1c4acef84781a244a54a9c515d7b .Net: Add Gemini usage metadata CachedContentTokenCount and ThoughtsTokenC… (#​13208)
  • d595e48e149a362635d35b259e50a35f13da6f82 .Net: [MEVD] Fix dynamic batching APIs for PostgreSQL (#​13323) [ #​13303 ]
  • ad97c3a654b929767e25c7ba1f0c2ecc2b68ddc3 .Net: [MEVD] Support BinaryEmbedding with PostgreSQL (#​13322) [ #​13321 ]
See More
  • b03c3d030c93c85cc67ee1f5ea606934b9997149 .Net: Support Support BinaryContent in Gemini Connector (#​13140) [ #​13131 ]
  • 1fc6a630d3e2ed81a7f31bcb2aa7c2b516c1429d .Net: Bump vite from 6.2.7 to 6.4.1 in /dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client (#​13274) [ #​19878, #​19805, #​19836, #​19793, #​19792, #​19794, #​19828 ]
  • a39b2ba476d53985cb5a90fa7dd0ddd2eccf7f6d .Net: [MEVD] Conformance tests for multi-vector records (#​13319) [ #​11709 ]
  • b6973583983d0c044947827d033ba94c96d53916 .Net: [MEVD] Go over all key types, add support for Guid (#​13315) [ #​11784, #​12182 ]
  • d9ea1e396d1330892cd53a5d624914c8d04baef6 .Net - Performance Fix for Orchestration Result (#​13317)
  • cc43169f4405ef3d805e8d26b1a7c90ee21a7d2f .Net: [MEVD] Test cleanup pack (#​13307) [ #​12507 ]
  • c79c2697946115b60e2909f852317a275aba4147 .Net: [MEVD] Fix filtering by true (#​13294) [ #​13293 ]
  • 96c470185d9cfe9a07320fd7bfeb3fe511e5821a .Net: Feature/gemini function parts format (#​13258)
  • 343419096879b329323b8db0d38d51965a8be6ba .Net: Fix #​13183: .NET — Kernel.AddOpenAIChatClient throws an error when us… (#​13198)
  • 3bc2a64fcad65d97e44d6032a1bbbbc3c7e6a127 .Net: [MEVD] [SQL Server] Support DateTimeOffset and string arrays (#​13269) [ #​13268 ]
  • 7fbe0374b33fcb1e26a085d0ae1bc6a32729bf5a .Net: [MEVD] [SQLServer] Switch from JSON to the new binary SqlVector (#​13266) [ #​12220 ]
  • 1761c6864e3e4b17f5d8b3fa1eb606e2051fdc48 .Net: [MEVD] Support MemoryExtensions.Contains in LINQ filters (#​13263) [ #​12504 ]
  • 5fec3bee83adcbeb5255174278a3344859113e5a .Net: Add Kernel Function Arguments and Result to execute tool span (#​13241)
  • caa6e1167fba8639dbd36d78e75959b1022583db .Net: Update ModelContextProtocol to 0.4.0-preview.3 (#​13271)
  • 2530daf72716d03ab45c34760641acac1ab9daa6 .Net: Add .NET VoiceChat console demo: Microphone → VAD → STT → Chat → TTS → Speaker (#​12992) [ #​12916 ]
  • fb29385cb987e6af9fa543f9d74ceb53ed034db0 .Net: Bugfixes for SemanticKernelAIAgent (#​13252) [ #​13254 ]
  • 4c030fef514bb038f9d2a17f2d689a05448e10b8 .Net: Update to M.E.AI 9.10 (#​13248)
  • 0ae3794ae867d6083800a09d7c3ad54187329205 .Net: Add Agent Framework Migration Samples (#​13251)
  • c989c5aeb354915e3775f7860dae7f17f9aff2ca .Net: Add adapters to allow SK agents to be exposed as AIAgent (#​13240)
  • 3ac786164d9079dcb078d4ef443dfbef49c9decc .Net: Fix weaviate collection name checking (#​13242)
  • 1526dbc736f9a241445a20e765eabf87af5913ca .Net: Support CollectionExistsAsync with redis alpine (#​13244) [ #​12734 ]

This list of changes was auto generated.

1.66.0

Changes:

  • 5948dbc32326ddd2471c13627e62a5c8f1b30ec2 .Net: Fix OllamaPromptExecutionSettings Clone() method to preserve Ollama-specific settings (#​13218) [ #​13217 ]
  • a105e14284334f006cd9cdb496a624cbde471a94 Bump version numbers of the .Net dependencies (#​13230)
  • bab861dbeb6e020eecee6a2ccfd3d65d0d140eb7 Version 1.66.0 (#​13231)
  • 33d40e09bb74449e8bf86121eacf53493d8ec531 Update to latest {Azure.AI.}OpenAI libs (#​13228)
  • 90d158cbf8bd4598159a6fe64df745e56d9cbdf4 .Net: fix: fix issues with fileId (#​13197) [ #​13193 ]
  • 814e23672d7c39730eb5d53a66898bf4c1997633 .Net - Fix to remove extraneous console output for declarative agents (#​13216)
  • d93eb5b08d6f8d0b6ed7b72964087c9cad8459ad .Net: Update A2A library to 0.3.1-preview (#​13214)
  • 167308f53c3ea15aed5ed1140210eed56474c968 .Net: Fix Json serialization mistake in GenAI telemetry (#​13195)
  • 51f4fe51cf060a588591508e02a030a29de31447 .Net: Add instructions checks to ToChatOptions (#​13169)
  • dd897c9a16e17c6957b4d0faa06fa4299ef1d44e remove the label needs port action (#​13176)
See More
  • d455a2003343742e9a25f778db9c73bb47d44a25 .Net & Python: Add tool definitions to agent invoke span (#​13153) [ #​12940, #​12928, #​12834 ]

Commits viewable in compare view.

Updated MongoDB.Driver from 3.5.0 to 3.6.0.

Release notes

Sourced from MongoDB.Driver's releases.

3.6.0

This is the general availability release for the 3.6.0 version of the driver.

The main new features in 3.6.0 include:

  • CSHARP-5717: Typed builders for vector indexes
  • CSHARP-5812: Support lexical prefilters for vector search
  • CSHARP-5763: Auto-embedding for vector search
  • CSHARP-5737: Add legacy representation for TimeOnly
  • CSHARP-5705: Use standard RID paths in MongoDB.Driver.Encryption packaging
  • CSHARP-5730: Support static String.Compare method
  • CSHARP-1913: Support using Dictionary fields as IEnumerable<KeyValuePair<TKey, TValue>>
  • CSHARP-5779: Support Dictionary Keys and Values properties
  • CSHARP-5786: Add Decimal128 ctor overload for byte/short, for compatibility with net10
  • CSHARP-5793: Map MemoryExtensions Contains and SequenceEqual with null comparer to Enumerable methods with no comparer parameter
  • CSHARP-5749: Support C# 14 changes that result in overloads now binding MemoryExtensions extension methods

Improvements:

  • CSHARP-5675: Where possible, return null for average over the empty set
  • CSHARP-5666: Remove GetBitArray allocations in BsonClassMapSerializer.DeserializeClass
  • CSHARP-5748: Use KeyValuePairSerializer consistently for KeyValuePair
  • CSHARP-5663: Avoid RentedBuffer boxing in DisposableSegment
  • CSHARP-5734: Update doc comments for IBsonIdProvider GetDocumentId method
  • CSHARP-5348: Avoid allocations for Bson*Context
  • CSHARP-5628: Add new boolean expression simplifications to PartialEvaluator
  • CSHARP-5632: Consolidate driver project Type extension methods in Misc\TypeExtensions.cs
  • CSHARP-5785: Optimize LINQ translation for First() and FirstOrDefault() methods with predicates
  • CSHARP-5667: Switch to 'for' loop in BsonClassMapSerializer.SerializeClass to reduce allocations
  • CSHARP-5807: Add benchmarks with strong-typed POCOs

Fixes:

  • CSHARP-5725: C# driver stopped working with Unity since v3.2.0
  • CSHARP-5757: The problem of filtering by derived types

Maintenance:

  • CSHARP-3984: Remove BinaryConnection.DropBox
  • CSHARP-5744: Fix interruptInUse flaky tests
    The full list of issues resolved in this release is available at CSHARP JIRA project.
    Documentation on the .NET driver can be found here.

3.5.2

[!IMPORTANT]

.NET 10 / C# 14

If you are targeting .NET 10 or using C# 14 in your project you should upgrade to this release as soon as possible as it contains important compatibilty fixes.

Projects targeting prior versions of .NET or not using C# 14 can upgrade at their convenience.

This is a patch release that contains fixes and stability improvements:

  • CSHARP-5793: Map MemoryExtensions Contains and SequenceEqual with null comparer to Enumerable methods with no comparer parameter

The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.

3.5.1

This is a patch release that contains fixes and stability improvements:

  • CSHARP-5777: Avoid ThreadPool-dependent IO methods in sync API
  • CSHARP-5743: Version 3.5 causes delays and disruptions because it is trying to access a disposed semaphore slim
  • CSHARP-5749: Support C# 14 changes that result in overloads now binding MemoryExtensions extension methods
  • CSHARP-5786: Add Decimal128 byte constructor overload (net10 compat)

The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.

Commits viewable in compare view.

Updated System.Linq.Async from 6.0.3 to 7.0.0.

Release notes

Sourced from System.Linq.Async's releases.

7.0.0

Changes:

Bugs:

  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2293: Generate AsyncEnumerableDeprecated facade in runtime assembly
See More
  • #​2292: Remove AsyncEnumerable from System.Linq.Async public API
  • #​2289: Move projection SumAsync to System.Interactive.Async
  • #​2286: Obsolete messages explain CancellationToken change
  • #​2280: Handle clashes in System.Interactive.Async with System.Linq.Asyncenumerable
  • #​2278: Add Ix.NET AverageAsync overloads supporting async selectors
  • #​2275: Update System.Linq.AsyncEnumerable refs to .NET 10 GA
  • #​2274: Ix.NET v7 release prep
  • #​2268: Rx 7.0 packaging changes
  • #​2267: Update Rx.NET to .NET 10 SDK
  • #​2266: Further .NET 9.0 SDK updates
  • #​2263: Fix typos in docs (v2)
  • #​2260: Modify OfType to accept nullable input element type
  • #​2251: Fix condition in documentation example
  • #​2240: Preparing for System.Linq.AsyncEnumerable
  • #​2249: Update Ix.NET dependencies
  • #​2244: Update dependencies in Rx.NET
  • #​2242: Update IntroToRx for Rx 6.1
  • #​2237: Add ResetExceptionDispatchState operator and document exception reuse limitations
  • #​2229: Bump xunit from 2.4.1 to 2.9.3
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.0
  • #​2222: TakeUntil with CancellationToken
  • #​2220: Add namespace style config to .editorconfig
  • #​2219: Feature/test packages 2025
  • #​2218: Update Rx PackageReferences to 6.1.0 in integration test
  • #​2217: Update version.json to 6.1.0
    ... (truncated)

7.0.0-preview.15

Changes:

Bugs:

  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2293: Generate AsyncEnumerableDeprecated facade in runtime assembly
See More
  • #​2292: Remove AsyncEnumerable from System.Linq.Async public API
  • #​2289: Move projection SumAsync to System.Interactive.Async
  • #​2286: Obsolete messages explain CancellationToken change
  • #​2280: Handle clashes in System.Interactive.Async with System.Linq.Asyncenumerable
  • #​2278: Add Ix.NET AverageAsync overloads supporting async selectors
  • #​2275: Update System.Linq.AsyncEnumerable refs to .NET 10 GA
  • #​2274: Ix.NET v7 release prep
  • #​2268: Rx 7.0 packaging changes
  • #​2267: Update Rx.NET to .NET 10 SDK
  • #​2266: Further .NET 9.0 SDK updates
  • #​2263: Fix typos in docs (v2)
  • #​2260: Modify OfType to accept nullable input element type
  • #​2251: Fix condition in documentation example
  • #​2240: Preparing for System.Linq.AsyncEnumerable
  • #​2249: Update Ix.NET dependencies
  • #​2244: Update dependencies in Rx.NET
  • #​2242: Update IntroToRx for Rx 6.1
  • #​2237: Add ResetExceptionDispatchState operator and document exception reuse limitations
  • #​2229: Bump xunit from 2.4.1 to 2.9.3
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.0
  • #​2222: TakeUntil with CancellationToken
  • #​2220: Add namespace style config to .editorconfig
  • #​2219: Feature/test packages 2025
  • #​2218: Update Rx PackageReferences to 6.1.0 in integration test
  • #​2217: Update version.json to 6.1.0
    ... (truncated)

7.0.0-preview.14

Changes:

Bugs:

  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2292: Remove AsyncEnumerable from System.Linq.Async public API
See More
  • #​2289: Move projection SumAsync to System.Interactive.Async
  • #​2286: Obsolete messages explain CancellationToken change
  • #​2280: Handle clashes in System.Interactive.Async with System.Linq.Asyncenumerable
  • #​2278: Add Ix.NET AverageAsync overloads supporting async selectors
  • #​2275: Update System.Linq.AsyncEnumerable refs to .NET 10 GA
  • #​2274: Ix.NET v7 release prep
  • #​2268: Rx 7.0 packaging changes
  • #​2267: Update Rx.NET to .NET 10 SDK
  • #​2266: Further .NET 9.0 SDK updates
  • #​2263: Fix typos in docs (v2)
  • #​2260: Modify OfType to accept nullable input element type
  • #​2251: Fix condition in documentation example
  • #​2240: Preparing for System.Linq.AsyncEnumerable
  • #​2249: Update Ix.NET dependencies
  • #​2244: Update dependencies in Rx.NET
  • #​2242: Update IntroToRx for Rx 6.1
  • #​2237: Add ResetExceptionDispatchState operator and document exception reuse limitations
  • #​2229: Bump xunit from 2.4.1 to 2.9.3
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.0
  • #​2222: TakeUntil with CancellationToken
  • #​2220: Add namespace style config to .editorconfig
  • #​2219: Feature/test packages 2025
  • #​2218: Update Rx PackageReferences to 6.1.0 in integration test
  • #​2217: Update version.json to 6.1.0
  • #​2216: Fix RefCount bugs
    ... (truncated)

7.0.0-preview.13

Changes:

Bugs:

  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2289: Move projection SumAsync to System.Interactive.Async
See More
  • #​2286: Obsolete messages explain CancellationToken change
  • #​2280: Handle clashes in System.Interactive.Async with System.Linq.Asyncenumerable
  • #​2278: Add Ix.NET AverageAsync overloads supporting async selectors
  • #​2275: Update System.Linq.AsyncEnumerable refs to .NET 10 GA
  • #​2274: Ix.NET v7 release prep
  • #​2268: Rx 7.0 packaging changes
  • #​2267: Update Rx.NET to .NET 10 SDK
  • #​2266: Further .NET 9.0 SDK updates
  • #​2263: Fix typos in docs (v2)
  • #​2260: Modify OfType to accept nullable input element type
  • #​2251: Fix condition in documentation example
  • #​2240: Preparing for System.Linq.AsyncEnumerable
  • #​2249: Update Ix.NET dependencies
  • #​2244: Update dependencies in Rx.NET
  • #​2242: Update IntroToRx for Rx 6.1
  • #​2237: Add ResetExceptionDispatchState operator and document exception reuse limitations
  • #​2229: Bump xunit from 2.4.1 to 2.9.3
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.0
  • #​2222: TakeUntil with CancellationToken
  • #​2220: Add namespace style config to .editorconfig
  • #​2219: Feature/test packages 2025
  • #​2218: Update Rx PackageReferences to 6.1.0 in integration test
  • #​2217: Update version.json to 6.1.0
  • #​2216: Fix RefCount bugs
  • #​2209: Fix Ix.NET build break on Ubuntu 24
    ... (truncated)

7.0.0-preview.10

Changes:

Bugs:

  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2278: Add Ix.NET AverageAsync overloads supporting async selectors
See More
  • #​2275: Update System.Linq.AsyncEnumerable refs to .NET 10 GA
  • #​2274: Ix.NET v7 release prep
  • #​2268: Rx 7.0 packaging changes
  • #​2267: Update Rx.NET to .NET 10 SDK
  • #​2266: Further .NET 9.0 SDK updates
  • #​2263: Fix typos in docs (v2)
  • #​2260: Modify OfType to accept nullable input element type
  • #​2251: Fix condition in documentation example
  • #​2240: Preparing for System.Linq.AsyncEnumerable
  • #​2249: Update Ix.NET dependencies
  • #​2244: Update dependencies in Rx.NET
  • #​2242: Update IntroToRx for Rx 6.1
  • #​2237: Add ResetExceptionDispatchState operator and document exception reuse limitations
  • #​2229: Bump xunit from 2.4.1 to 2.9.3
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.0
  • #​2222: TakeUntil with CancellationToken
  • #​2220: Add namespace style config to .editorconfig
  • #​2219: Feature/test packages 2025
  • #​2218: Update Rx PackageReferences to 6.1.0 in integration test
  • #​2217: Update version.json to 6.1.0
  • #​2216: Fix RefCount bugs
  • #​2209: Fix Ix.NET build break on Ubuntu 24
  • #​2208: Move to .NET SDK 9.0.300
  • #​2189: Update 02_KeyTypes.md
  • #​2184: Book Erratum Rx.Net v6.0
    ... (truncated)

7.0.0-preview.9

Changes:

Bugs:

  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2275: Update System.Linq.AsyncEnumerable refs to .NET 10 GA
See More
  • #​2274: Ix.NET v7 release prep
  • #​2268: Rx 7.0 packaging changes
  • #​2267: Update Rx.NET to .NET 10 SDK
  • #​2266: Further .NET 9.0 SDK updates
  • #​2263: Fix typos in docs (v2)
  • #​2260: Modify OfType to accept nullable input element type
  • #​2251: Fix condition in documentation example
  • #​2240: Preparing for System.Linq.AsyncEnumerable
  • #​2249: Update Ix.NET dependencies
  • #​2244: Update dependencies in Rx.NET
  • #​2242: Update IntroToRx for Rx 6.1
  • #​2237: Add ResetExceptionDispatchState operator and document exception reuse limitations
  • #​2229: Bump xunit from 2.4.1 to 2.9.3
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.0
  • #​2222: TakeUntil with CancellationToken
  • #​2220: Add namespace style config to .editorconfig
  • #​2219: Feature/test packages 2025
  • #​2218: Update Rx PackageReferences to 6.1.0 in integration test
  • #​2217: Update version.json to 6.1.0
  • #​2216: Fix RefCount bugs
  • #​2209: Fix Ix.NET build break on Ubuntu 24
  • #​2208: Move to .NET SDK 9.0.300
  • #​2189: Update 02_KeyTypes.md
  • #​2184: Book Erratum Rx.Net v6.0
  • #​2185: Suggested fixes for Issue #​2184
    ... (truncated)

7.0.0-preview.1

Changes:

Bugs:

  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2229: Bump xunit from 2.4.1 to 2.9.3
See More
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.0
  • #​2222: TakeUntil with CancellationToken
  • #​2220: Add namespace style config to .editorconfig
  • #​2219: Feature/test packages 2025
  • #​2218: Update Rx PackageReferences to 6.1.0 in integration test
  • #​2217: Update version.json to 6.1.0
  • #​2216: Fix RefCount bugs
  • #​2209: Fix Ix.NET build break on Ubuntu 24
  • #​2208: Move to .NET SDK 9.0.300
  • #​2189: Update 02_KeyTypes.md
  • #​2184: Book Erratum Rx.Net v6.0
  • #​2185: Suggested fixes for Issue #​2184
  • #​2167: Use new sign tool
  • #​2163: Align IntroToRx Start description with reality
  • #​2135: Update Ix.NET for .NET 8.0 sdk
  • #​2112: Union doesn't dispose enumerator for empty lists
  • #​2131: Fix Union Dispose bug #​2112
  • #​2113: Add rx 6.0.1 release notes, and document release process
  • #​2101: Update test packages
  • #​2100: Resolve SDK 8.0.2xx diagnostics
  • #​2092: Feature/2005 large composite disposable perf
  • #​2097: add select clause so example code compiles
  • #​2098: Fix typo in 01_WhyRx.md
  • #​2088: Fix code example RxFsEvents
  • #​2076: PageNotFoundError about https://www.reactiveui.net/slack
    ... (truncated)

6.1.0

Changes:

Bugs:

  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2237: Add ResetExceptionDispatchState operator and document exception reuse limitations
See More
  • #​2229: Bump xunit from 2.4.1 to 2.9.3
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.0
  • #​2222: TakeUntil with CancellationToken
  • #​2220: Add namespace style config to .editorconfig
  • #​2219: Feature/test packages 2025
  • #​2218: Update Rx PackageReferences to 6.1.0 in integration test
  • #​2217: Update version.json to 6.1.0
  • #​2216: Fix RefCount bugs
  • #​2209: Fix Ix.NET build break on Ubuntu 24
  • #​2208: Move to .NET SDK 9.0.300
  • #​2189: Update 02_KeyTypes.md
  • #​2184: Book Erratum Rx.Net v6.0
  • #​2185: Suggested fixes for Issue #​2184
  • #​2167: Use new sign tool
  • #​2163: Align IntroToRx Start description with reality
  • #​2135: Update Ix.NET for .NET 8.0 sdk
  • #​2112: Union doesn't dispose enumerator for empty lists
  • #​2131: Fix Union Dispose bug #​2112
  • #​2113: Add rx 6.0.1 release notes, and document release process
  • #​2101: Update test packages
  • #​2100: Resolve SDK 8.0.2xx diagnostics
  • #​2092: Feature/2005 large composite disposable perf
  • #​2097: add select clause so example code compiles
  • #​2098: Fix typo in 01_WhyRx.md
  • #​2088: Fix code example RxFsEvents
    ... (truncated)

6.1.0-preview.9

Changes:

Bugs:

  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2237: Add ResetExceptionDispatchState operator and document exception reuse limitations
See More
  • #​2229: Bump xunit from 2.4.1 to 2.9.3
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.0
  • #​2222: TakeUntil with CancellationToken
  • #​2220: Add namespace style config to .editorconfig
  • #​2219: Feature/test packages 2025
  • #​2218: Update Rx PackageReferences to 6.1.0 in integration test
  • #​2217: Update version.json to 6.1.0
  • #​2216: Fix RefCount bugs
  • #​2209: Fix Ix.NET build break on Ubuntu 24
  • #​2208: Move to .NET SDK 9.0.300
  • #​2189: Update 02_KeyTypes.md
  • #​2184: Book Erratum Rx.Net v6.0
  • #​2185: Suggested fixes for Issue #​2184
  • #​2167: Use new sign tool
  • #​2163: Align IntroToRx Start description with reality
  • #​2135: Update Ix.NET for .NET 8.0 sdk
  • #​2112: Union doesn't dispose enumerator for empty lists
  • #​2131: Fix Union Dispose bug #​2112
  • #​2113: Add rx 6.0.1 release notes, and document release process
  • #​2101: Update test packages
  • #​2100: Resolve SDK 8.0.2xx diagnostics
  • #​2092: Feature/2005 large composite disposable perf
  • #​2097: add select clause so example code compiles
  • #​2098: Fix typo in 01_WhyRx.md
  • #​2088: Fix code example RxFsEvents
    ... (truncated)

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Azure.Identity from 1.16.0 to 1.18.0
Bumps Azure.Storage.Blobs from 12.25.1 to 12.27.0
Bumps Azure.Storage.Queues from 12.23.0 to 12.25.0
Bumps Markdig from 0.42.0 to 1.0.1
Bumps Microsoft.Extensions.Configuration from 9.0.9 to 10.0.3
Bumps Microsoft.SemanticKernel from 1.65.0 to 1.72.0
Bumps MongoDB.Driver from 3.5.0 to 3.6.0
Bumps System.Linq.Async from 6.0.3 to 7.0.0

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget-deps
- dependency-name: Azure.Identity
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget-deps
- dependency-name: Azure.Identity
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget-deps
- dependency-name: Azure.Storage.Blobs
  dependency-version: 12.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget-deps
- dependency-name: Azure.Storage.Blobs
  dependency-version: 12.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget-deps
- dependency-name: Azure.Storage.Queues
  dependency-version: 12.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget-deps
- dependency-name: Azure.Storage.Queues
  dependency-version: 12.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget-deps
- dependency-name: Markdig
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-nuget-deps
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-nuget-deps
- dependency-name: Microsoft.SemanticKernel
  dependency-version: 1.72.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget-deps
- dependency-name: MongoDB.Driver
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget-deps
- dependency-name: MongoDB.Driver
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget-deps
- dependency-name: System.Linq.Async
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-nuget-deps
- dependency-name: System.Linq.Async
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-nuget-deps
...

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 1, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Mar 1, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 1, 2026

Superseded by #279.

@dependabot dependabot Bot closed this Mar 1, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/Services/src/esg-ai-doc-analysis/CFS.SK.Sustainability.Abstract/dependabotchanges/all-nuget-deps-8796c7e342 branch March 1, 2026 13:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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