Skip to content

build: Bump the all-nuget-deps group with 9 updates#223

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

build: Bump the all-nuget-deps group with 9 updates#223
dependabot[bot] wants to merge 1 commit intodependabotchangesfrom
dependabot/nuget/Services/src/esg-ai-doc-analysis/CFS.SK.Sustainability.Abstract/dependabotchanges/all-nuget-deps-c087a80348

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2025

Updated Azure.Identity from 1.13.2 to 1.15.0.

Release notes

Sourced from Azure.Identity's releases.

1.15.0

1.15.0 (2025-08-07)

Breaking Changes

Behavioral Breaking Changes

  • Deprecated SharedTokenCacheCredential. The supporting credential (SharedTokenCacheCredential) was a legacy mechanism for authenticating clients using credentials provided to Visual Studio. For brokered authentication, consider using InteractiveBrowserCredential instead. The following changes have been made:
    • SharedTokenCacheCredential class is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • SharedTokenCacheCredentialOptions class is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • DefaultAzureCredentialOptions.ExcludeSharedTokenCacheCredential property is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • SharedTokenCacheUsername property is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • SharedTokenCacheCredential is no longer included in the DefaultAzureCredential authentication flow

Bugs Fixed

  • Tenant ID comparisons in credential options are now case-insensitive. This affects AdditionallyAllowedTenants values which will now be matched against tenant IDs without case sensitivity, making the authentication more resilient to case differences in tenant IDs returned from WWW-Authenticate challenges (#​51693).

Other Changes

  • BrokerAuthenticationCredential has been renamed as BrokerCredential.

  • Added the EditorBrowsable(Never) attribute to property VisualStudioCodeTenantId as TenantId is preferred. The VisualStudioCodeTenantId property exists only to provide backwards compatibility.

1.15.0-beta.1

1.15.0-beta.1 (2025-07-17)

Features Added

  • Expanded the set of acceptable values for environment variable AZURE_TOKEN_CREDENTIALS to allow for selection of a specific credential in the DefaultAzureCredential chain. The valid values now include any of the credential names available in the default chain (VisualStudioCredential, VisualStudioCodeCredential, AzureCliCredential, AzurePowerShellCredential, AzureDeveloperCliCredential, EnvironmentCredential, WorkloadIdentityCredential, ManagedIdentityCredential, InteractiveBrowserCredential, or BrokerAuthenticationCredential.) Note: BrokerAuthenticationCredential requires that the project include a reference to package Azure.Identity.Broker.

  • Re-introduced VisualStudioCodeCredential and included it in the DefaultAzureCredential authentication flow. This credential now supports Single Sign-On (SSO) through the authentication broker on Windows, macOS, and Linux using the Azure.Identity.Broker package.

Bugs Fixed

  • ManagedIdentityCredential now retries 410 status responses for at least 70 seconds total duration as required by Azure IMDS documentation. Previously, 410 responses were retried with the same short exponential backoff as other status codes, resulting in insufficient retry duration (#​50724).
  • ManagedIdentityCredential throws CredentialUnavailableException when the IMDS endpoint is unavailable. This addresses a regression in how it behaves in the ChainedTokenCredential (47057).

Other Changes

  • VisualStudioCredential throws CredentialUnavailableException for all failures except for OperationCancelledException due to cancellation being requested for a CancellationToken. This ensures that it falls through for most failures when part of a chained credential.
  • Removed AzureApplicationCredential. For context, see issue 49781.

Commits viewable in compare view.

Updated Azure.Identity from 1.14.1 to 1.15.0.

Release notes

Sourced from Azure.Identity's releases.

1.15.0

1.15.0 (2025-08-07)

Breaking Changes

Behavioral Breaking Changes

  • Deprecated SharedTokenCacheCredential. The supporting credential (SharedTokenCacheCredential) was a legacy mechanism for authenticating clients using credentials provided to Visual Studio. For brokered authentication, consider using InteractiveBrowserCredential instead. The following changes have been made:
    • SharedTokenCacheCredential class is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • SharedTokenCacheCredentialOptions class is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • DefaultAzureCredentialOptions.ExcludeSharedTokenCacheCredential property is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • SharedTokenCacheUsername property is marked as [Obsolete] and [EditorBrowsable(EditorBrowsableState.Never)]
    • SharedTokenCacheCredential is no longer included in the DefaultAzureCredential authentication flow

Bugs Fixed

  • Tenant ID comparisons in credential options are now case-insensitive. This affects AdditionallyAllowedTenants values which will now be matched against tenant IDs without case sensitivity, making the authentication more resilient to case differences in tenant IDs returned from WWW-Authenticate challenges (#​51693).

Other Changes

  • BrokerAuthenticationCredential has been renamed as BrokerCredential.

  • Added the EditorBrowsable(Never) attribute to property VisualStudioCodeTenantId as TenantId is preferred. The VisualStudioCodeTenantId property exists only to provide backwards compatibility.

1.15.0-beta.1

1.15.0-beta.1 (2025-07-17)

Features Added

  • Expanded the set of acceptable values for environment variable AZURE_TOKEN_CREDENTIALS to allow for selection of a specific credential in the DefaultAzureCredential chain. The valid values now include any of the credential names available in the default chain (VisualStudioCredential, VisualStudioCodeCredential, AzureCliCredential, AzurePowerShellCredential, AzureDeveloperCliCredential, EnvironmentCredential, WorkloadIdentityCredential, ManagedIdentityCredential, InteractiveBrowserCredential, or BrokerAuthenticationCredential.) Note: BrokerAuthenticationCredential requires that the project include a reference to package Azure.Identity.Broker.

  • Re-introduced VisualStudioCodeCredential and included it in the DefaultAzureCredential authentication flow. This credential now supports Single Sign-On (SSO) through the authentication broker on Windows, macOS, and Linux using the Azure.Identity.Broker package.

Bugs Fixed

  • ManagedIdentityCredential now retries 410 status responses for at least 70 seconds total duration as required by Azure IMDS documentation. Previously, 410 responses were retried with the same short exponential backoff as other status codes, resulting in insufficient retry duration (#​50724).
  • ManagedIdentityCredential throws CredentialUnavailableException when the IMDS endpoint is unavailable. This addresses a regression in how it behaves in the ChainedTokenCredential (47057).

Other Changes

  • VisualStudioCredential throws CredentialUnavailableException for all failures except for OperationCancelledException due to cancellation being requested for a CancellationToken. This ensures that it falls through for most failures when part of a chained credential.
  • Removed AzureApplicationCredential. For context, see issue 49781.

Commits viewable in compare view.

Updated Azure.Storage.Blobs from 12.23.0 to 12.25.0.

Release notes

Sourced from Azure.Storage.Blobs's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Azure.Storage.Queues from 12.22.0 to 12.23.0.

Release notes

Sourced from Azure.Storage.Queues's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Markdig from 0.40.0 to 0.41.3.

Release notes

Sourced from Markdig's releases.

0.41.3

Changes

🐛 Bug Fixes

  • Fixes #​878: RoundtripRenderer: render indent and 0 blocks for ordered lists (PR #​879) by @​stylefish

📚 Documentation

  • Update readme.md (PR #​877) by @​Mertsch

Full Changelog: 0.41.2...0.41.3

Published with dotnet-releaser

0.41.2

Changes

🐛 Bug Fixes

  • Fix #​872 by reserve null title string. (PR #​876) by @​Akarinnnnn

Full Changelog: 0.41.1...0.41.2

Published with dotnet-releaser

0.41.1

Changes

🐛 Bug Fixes

  • Fix bug in Markdown.ToPlainText with code blocks (PR #​869) by @​prozolic

Full Changelog: 0.41.0...0.41.1

Published with dotnet-releaser

0.41.0

Changes

✨ New Features

  • Add AutoLinkOptions.AllowDomainWithoutPeriod (PR #​859) by @​JamesNK

🐛 Bug Fixes

  • chore: update repository's github path (PR #​861) by @​Meir017

🚀 Enhancements

  • Replace encoding polyfill with NET5+ one. (PR #​851) by @​Akarinnnnn
  • Implemented better indent control in TextRendererBase (PR #​838) by @​Melodi17
  • A couple perf improvements (PR #​864) by @​MihaZupan
  • Infer pipe table column widths from separator row (PR #​863) by @​Amberg
  • Improve Alert parsing perf (PR #​866) by @​MihaZupan
  • Update to CommonMark 0.31.2 (PR #​867) by @​MihaZupan

🏭 Tests

  • Update tests (09a4b81a)

📚 Documentation

  • Fix MathInline is called "math block" (PR #​865) by @​RamType0

📦 Dependencies

  • Update dependencies NuGet (5b323913)

Full Changelog: 0.40.0...0.41.0

Published with dotnet-releaser

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration from 9.0.6 to 9.0.9.

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

9.0.8

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.7...v9.0.8

9.0.7

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.6...v9.0.7

Commits viewable in compare view.

Updated Microsoft.SemanticKernel from 1.59.0 to 1.64.0.

Release notes

Sourced from Microsoft.SemanticKernel's releases.

1.64.0

[!IMPORTANT]

Breaking Changes

  • .NET: Updated encoding logic in prompt templates by @​dmytrostruk in #​12983
    • For more information, please review our blog post.

Changes:

  • 1774dd34fb8cbaafa33736b0cf5245e60b4f460c .Net: Filter out reasoning response items during function calling (#​13020) [ #​12904 ]
  • 701da3a269c63e75a9931e6b8a2b137286b6ae30 .Net: Fix OpenAiResponseAgent chat message images removed by SK (#​13019) [ #​12888 ]
  • e65a0abc9eb00dae6feaf2ee14802bf1a41b0a84 .Net: Removed experimental flags for stable items (#​13013)
  • a7d82ec10e4ea9b94371f4bed76970db4b20b154 .Net: Updated package version (#​13015)
  • 3ceceec97e4546fa0da6ccbc3b5505d0df8725cc .Net: Fix AggregatorKernelAgentFactory naming (#​13018)
  • 9568fe841381ef2bbe303de92fc0f8357d10791b .Net: Input & output attributes in invoke_agent span (#​12928) [ #​12834 ]
  • a02d604c976d89af76c4b7de152d2a531401083b .Net: Add support for 'minimal' reasoning effort for {Azure}+OpenAI Connectors (#​12989) [ #​12887 ]
See More
  • 4c55424e73d03fb524dbf4e666f4adb51d867f85 .Net: Bump vite from 6.2.5 to 6.2.7 in /dotnet/samples/Demos/ProcessFrameworkWithSignalR/src/ProcessFramework.Aspire.SignalR.ReactFrontend (#​12980) [ #​19965, #​19830 ]
  • 55f94b523c68176ce16f0fd0577abb719e87f4a3 .Net: Demo/process-framework-signalr (#​12374)

This list of changes was auto generated.

1.63.0

Changes:

  • 9e37128cf255fb9b14fa19accb1784132423c26c .Net: Version 1.63.0 (#​12974)
  • bcd9bdbe8a32c897c5397addafbe9669d4e19b72 .Net: Update OpenAI 2.3.0 + MEAI packages to 9.8.0 (#​12961)
  • ca3c7d9d38f768a912526c3a54996e51497cf27f .Net: Address vulnerable packages (+Update MsGraph for latest Major V5) (#​12962)
  • 5caf8333cd9b807eed53b120b78cb047c82b652f .Net: Bug: Qdrant DateTime Range filter set incorrectly (#​12936) [ #​12934 ]
  • 5124a1b7ad5cda4b346aca4dcd3d171521c47897 .Net: Add OpenApi parameter description to its schema (#​12955)
  • 0a98c72a371e435e2a24004fa55da5c1e57bbe36 .Net: Add support for Guid and ObjectID keys in the MongoDB Connector (#​12827)

1.62.0

Changes:

  • 2d64013ccac5cb9df403ed9d172f32d27f517519 .Net: Net: Version 1.62.0 (#​12927)
  • 6081741cc158e15bb73e63c18d59a904d6fb74f6 .Net: Update README.md (#​12690)
  • a318659410a62fbc615e0116e8b45ed5adce6b12 .Net: AddOpenAIEmbeddingGenerator now respects HttpClient.BaseAddress for endpoint. (#​12810) [ #​12806 ]
  • 99f09b4765b1328b4a07234f1e0e5a6c754e1e15 .Net: Add HttpClient parameter to AddAzureOpenAITextToImage method (#​12925)
  • 049dbc1c31fe740bd9ca692da2dd69fa0df1ad3d Update README.md (#​12684)
  • c1c3a1fda114c8cb9d9920b003c431fc59d99514 .Net: Bring back LibraryInfo for MongoClient lost in #f2df866 (#​12824)
  • 325aac05df282049f44b7a040b83b5225463ff29 .Net: Update README.md (#​12790)
  • 17dd10180d294cc63593949a7a4c40f9bc9779c2 .Net: Removed preview note (#​12889)
  • c11d5e4a0603097f0510eb0b71cfd2c0292a370b .Net: Exclude folders having docs with not reachable links (#​12924)
  • 4b609132424b2380245a18cd941326784cc109c5 .Net: Fix serialization/deserialization bug in InMemory VectorStore Extensions (#​12878) [ #​12826 ]
See More
  • d4e02783307da0159a7278e37824909ebb58b260 Python: Bump Python version to 1.35.2 for a release (#​12894)
  • 73ad6e892380e0bb7ffd4b5a347d7762dbe601a2 Python: Fix: Implement deepcopy on KernelFunction to handle non-serializable OTEL metrics (#​12803) [ #​12802, #​9292 ]
  • a6b5f34d9bc2f4e22c1a2a86e196d2c8c167dcc4 Python: fix parsing of types in mcp server (#​12871) [ #​12850 ]
  • fe30769e075d4f32a2558d9c036bf5cb65d02f8d .Net: Add Provider Support to ONNX Connector (+CUDA Sample) (#​12861) [ #​12828 ]
  • 11cdd33bd26e50f4572e575aad0078a0b24279d7 .Net: Update A2A agent to use the latest A2A .NET SDK (#​12877)
  • d56574fd243b1e68e009c21bba4321a7506a4556 .Net: Fix intermediate message ordering bugs. (#​12798) [ #​12789 ]
  • 482ca5d774765113db701faf4d0997496c6dc313 .Net: Allow the MongoDB VectorData tests to run without an image (#​12860)
  • bb67609a5e386f042fcbe70c62d2c4940b602a01 .Net: Prepare code for A2A SDK and AsyncEnumerable NuGet update (#​12842)
  • 53c5a3be4e0e9aba10d55bb20123932b7a92b4e2 Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.9 to 5.4.11 (#​12825) [ #​744 ]
  • 9d692c1fd62672ddaeabcb7330bbaebed005d9af Bump MishaKav/pytest-coverage-comment from 1.1.53 to 1.1.54 (#​11896) [ av/pytest-coverage-comment#​206, #​206 ]
  • cf77102d907e8e67fa7d1a53f0d07c9ec0abd51a Bump astral-sh/setup-uv from 5 to 6 (#​11795) [ #​382, #​352, #​380, #​381, #​378, #​377, #​375 ]
  • 55417dc2b41c05d1d21a309ccceaa503aef97ea9 Bump actions/download-artifact from 4 to 5 (#​12869) [ actions/download-artifact#​407, actions/download-artifact#​416, #​416, #​407 ]
  • 5fbc18ed76290919b9eeed2c3d379808212265f9 Bump crate-ci/typos from 1.31.1 to 1.35.1 (#​12870) [ #​1348, #​1346 ]
  • 433b2874b771d777e3d8fece2d90eb460b94b5ec Python: Update boto3 requirement from <1.40.0,>=1.36.4 to >=1.36.4,<1.41.0 in /python (#​12857)
  • 91392a77e05ae434c704aa5fecda4323ea8239f9 Python: Fix ResponsesAgent image duplication in chat history preparation (#​12859) [ #​12848 ]
  • 58c3c4d27f403f6d8e80429947d24bbd585818a9 Python: Bump Python version to 1.35.1 for a release. (#​12856)
  • 7300b843c1d00e43577fcb21e8bb178776fc6bac Python: Update pyarrow requirement from <21.0,>=12.0 to >=12.0,<22.0 in /python (#​12836) [ #​47078, #​47074, #​47, #​47071, #​47072, #​47069, #​47070, #​47067, #​47068, #​47065, #​47066, #​47063, #​47064 ]
  • 8336c320d91fc4bbfadab9b3f7b270246a92ab39 Python: Add bedrock model provider parameter (#​12853) [ #​12833 ]
  • 1198b573d14e3111486f2fc618db95b63b40f310 Python: Add ability to specify encoding when adding a plugin. Add tests. (#​12797) [ #​12440 ]
  • e5972e2430046e34115978ab030a6b11340a9cb9 Python: Add incomplete details reason to AzureAIAgent error message (#​12796) [ #​12752 ]
  • b7bb2832aaa7729d5fd124c33bc40c0a2b8e7fab Python: Input & output attributes in invoke_agent span (#​12834)
  • 358b0f343b319b5e8c07b2f1b4cdca29157044e4 Python: .Net: Magentic orchestration to return the last agent message when limits reached (#​12839) [ #​12687, #​12656 ]
  • c16db27622f961d599903af9355e0278920cf3de Python: Update README.md (#​12737)
  • 30391ade0949e7682cae5779c87bff811389ae88 Python: AzureAI Agent int test update to pass (#​12849)
  • 59b4e8a77cfe89ede195bf91c2c1d8a05aa83670 Update dependabot.yml
  • 7d72f890f6598183ecbefbe31fdb2fb73e2a8775 .Net Agent Orchestration - Fix GroupChat Samples (#​12794)
  • 763e362a3899c4defe106813857536facc7331ce Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.8 to 5.4.9 (#​12768)

This list of changes was auto generated.

1.61.0

Changes:

  • d5ee6aa1c176a4b860aba72edaa961570874661b .Net: Version 1.61.0 (#​12786)
  • 8c5bbf652f91dc50a88bab45f59d1cfbedabef5c .Net: Patch package dependencies (#​12782)
  • a696dab068c6688f4007e96d1468aaa1165f30d3 .Net: Fix issue 12775 (#​12776) [ #​12775 ]
  • 44418d10a3f7ecddf959eb461f68a94be4755ecb .Net: AgentKernelPluginFactory.CreateFromAgents - enable direct support for agents implicitly (#​11443)
  • cd34dcd59132a840e6e441df7526d5611d44abec .Net: Add MEVD TestSuiteImplementationTests (#​12574) [ #​10194 ]
  • b4b3a743ed6dc645bf9415ad7b6d55a449e5ebcb .Net: Update Response Agent conversation state examples (#​12777)
  • 068236b9f2c0fe1e327ae4e427ab890b5c30c73b .Net: Update AWSSDK (#​12778)
  • 9452cfeec762b959c3fafd8224eb114be240eb18 .Net: #​12728 Use Odata2Linq nuget for .NET8 (#​12729)
  • 7596815e9e36c6059be5a3b951303ad81d897354 .Net: Support jsonelement for openapi plugins (#​12754)
  • 208e0004c71b6e1443c5d7e9a61b0fce0de1a62b .Net: Disable AzureAIAgentWithTextSearchProviderTests integration tests (#​12755)
  • 79d3dde556e4cdc482d83c9f5f0a459c5cc79a48 .Net: Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.7 to 5.4.8 (#​12497) [ #​737, #​741 ]
  • d2e6e3c4f16b80e28fc62301446c099c2c949bb0 Removing Java related extensions and settings. (#​11290)
  • 1269d3c3aeb77ddc9758c0fc431716f63b102a4b .Net: Update GettingStarted to use M.E.AI.ChatClient (#​12740)
  • d2b22ef3e9cf9aa0dd864d65f055f19467a97128 .Net: Update to latest M.E.AI{.Abstractions} + OpenAI Related Packages (#​12685)
  • bbe179f05041c0df792610a18358211845dac8bb .Net: Ensure MongoDB filter/offset tests don't conflict (#​12739)
  • f369170a15506efb48426e2a3e3f3e30cd599e8d Fixed typo in README.md (#​12735)
  • e44bfb1de01a08448905d1e396f2f54d60ebb179 .Net: Google Gemini - Move API key from the URL to x-goog-api-key HTTP header (#​12717) [ #​12666 ]
  • a1d70d22121ff8de39aba4bbc3388fc9f632e7b0 .Net Fix - Display thread type name in error message (#​12723)
  • d16fed43bfa1ddba8154b5103a47ffa48a41f8ce .Net Fix Agent Orchestration: Fix message type (#​12715)
  • d0fed7038407501e51e6ef3bdea4ff21158b088f .Net Agent Runtime Fix: Allow multiple subscribers to handle events concurrently (#​12713)
  • 620d5f314187311345b760f39c957260e7339e1c .Net: Add a new orchestration sample that uses different agent types (#​12665)
  • 0af4956ab31ebe8162d9a9264b6d2550ed5df38f .Net: Removing FoundryProcessBuilder and associated files. (#​12661)
  • 5162de1f5bfb01afc519b2d0280661cc3130f8fd .Net: Sample using OAuth to access a protected MCP server (#​12680)

1.60.0

Changes:

  • dd8244f0283d57cbf3611ff7a5ca5a770d25c2e2 Version 1.60.0 (#​12681)
  • 17f8368cec1c9f041612a6d68adde0af45cfff09 .Net: Fix Labels Implementation in Vertex AI to Use Dictionary<string, string> (#​12636) [ #​12633 ]
  • 2602d33b3dd14e3f2f200c1811167cd447266402 Bump MEVD package for July release. (#​12682)
  • a2a25086c264cf221ee5a36472d74630f2fe5fa7 .Net: Update to latest mcp package (#​12673)
  • cb2268ce352bf780bb8b7dd8e2cdb151b28f203a .Net: Removing SKEXP0070 experimental from non-GA AI Connectors (#​12677)
  • c1ce5a692121475f1ca1160c9b807fa929a36f16 .Net: Exposing conversion helpers from SK Contents to MEAI Content primitives (#​12676)
  • 7401b45802071cef1ee86038f14383928083b03a .Net: Add Retrieval API Plugin to CAPs. (#​12653)
  • ba031e689d4089af267f52c91527e6cf1407e0b5 Python: Properly handle AzureAI Search results for AzureAIAgent (#​12654) [ #​12422 ]
  • 9f33c90cca9f8cf2c5c4be797243ce6cb38c54e0 .Net: MEVD data type tests (#​12567) [ #​12505 ]
  • 26ca94454ba32d12b419e5b1151fa3f019f7cc1d Bump some package versions (#​12674)
See More
  • cc078ece70ec36f0ec25854d2ca0b68a3eb62669 .Net: Add Support for {Azure}OpenAIPromptExecutionSettings.ChatSystem/DeveloperPrompt for ChatClients (#​12619) [ #​12546 ]
  • 7631ef9eaedbc2a55cda3982a68128556de5482f .Net: Add Filter to TextSearchProvider (#​12662)
  • 93a14d5115fa80adef16daeec85b1da4244b78c0 Python: feature: support gpt-image-1 (#​12621)
  • c15c885f8457a04f5c355725141dcfb3d99c026b Python: Emit partial result for magentic pattern when retrieving final result, if available (#​12656) [ #​12625 ]
  • ba000c3368f34ced81c899b85bb519545e344ff8 Python: Use message cache in agent orchestrations (#​12618)

This list of changes was auto generated.

Commits viewable in compare view.

Updated MongoDB.Driver from 3.4.0 to 3.4.3.

Release notes

Sourced from MongoDB.Driver's releases.

3.4.3

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

  • CSHARP-5697: Fix Client.BulkWrite failure in case complex type is being used as Document's Id

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

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

  • CSHARP-5661: Fix UnobservedTaskException on socket connecting timeout

The full list of issues resolved in this release is available at CSHARP JIRA project.

Documentation on the .NET driver can be found here.

Upgrading
There are no known backwards breaking changes in this release.

3.4.1

This is a patch release that addresses some issues reported since 3.4.0 was released:

  • CSHARP-5588 Fix issue with conventions being ignored when using KeyValuePair in LINQ
  • CSHARP-5633 Fix thread safety issue with BsonSerializer.IsTypeDiscriminated

The list of JIRA tickets resolved in this release is available at CSHARP JIRA project.

Documentation on the .NET driver can be found here.

Upgrading
There are no known backwards breaking changes in this release.

Commits viewable in compare view.

Updated Select.HtmlToPdf.NetCore from 24.1.0 to 25.2.0.

Updated System.Linq.Async from 6.0.1 to 6.0.3.

Release notes

Sourced from System.Linq.Async's releases.

6.0.3

Changes:

Bugs:

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

Enhancement:

  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2209: Fix Ix.NET build break on Ubuntu 24
  • #​2135: Update Ix.NET for .NET 8.0 sdk
  • #​2112: Union doesn't dispose enumerator for empty lists
  • #​2131: Fix Union Dispose bug #​2112
  • #​1719: Avoid spurious references to Microsoft.Bcl.AsyncInterfaces
See More
  • #​1701: Include icon in package & fix a couple warnings
  • #​1681: Bump Nerdbank.GitVersioning from 3.4.244 to 3.4.255 in /Ix.NET/Source
  • #​1680: Bump Nerdbank.GitVersioning from 3.4.244 to 3.4.255 in /Rx.NET/Source
  • #​1684: Update Merge.cs
  • #​1688: Bump FluentAssertions from 6.2.0 to 6.4.0 in /Ix.NET/Source
  • #​1694: Bump coverlet.collector from 3.1.0 to 3.1.1 in /Ix.NET/Source
  • #​1696: Bump coverlet.collector from 3.1.0 to 3.1.1 in /Rx.NET/Source
  • #​1671: Fix defines to be OR_GREATER
  • #​1666: Bump IsExternalInit from 1.0.1 to 1.0.2 in /Ix.NET/Source
  • #​1668: Bump Verify.Xunit from 14.7.0 to 14.11.2 in /Rx.NET/Source
  • #​1670: Bump MSBuild.Sdk.Extras from 3.0.38 to 3.0.44 in /Ix.NET/Source
  • #​1669: Bump MSBuild.Sdk.Extras from 3.0.38 to 3.0.44 in /Rx.NET/Source
  • #​1661: Remove support for .NET Core 2.1 and netstandard1.0. bump .net to 4.8
  • #​1660: Update to 6.0 SDK and exclude min/max/minby/maxby from 6.0 refs
  • #​1637: Bump Microsoft.Bcl.AsyncInterfaces from 5.0.0 to 6.0.0 in /Ix.NET/Source
  • #​1640: Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 in /Rx.NET/Source
  • #​1641: Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 in /Ix.NET/Source
  • #​1658: Bump Verify.Xunit from 13.3.1 to 14.7.0 in /Rx.NET/Source
  • #​1617: fix: OfType now accepts a collection of object?
  • #​1502: Update Rx 5.x supported platform in README
  • #​1622: Bump Verify.Xunit from 11.24.0 to 13.3.1 in /Rx.NET/Source
  • #​1621: Bump FluentAssertions from 6.1.0 to 6.2.0 in /Ix.NET/Source
  • #​1615: Bump Microsoft.NETCore.UniversalWindowsPlatform from 6.2.12 to 6.2.13 in /Rx.NET/Source
  • #​1603: Bump MSBuild.Sdk.Extras from 3.0.23 to 3.0.38 in /Rx.NET/Source
  • #​1602: Bump MSBuild.Sdk.Extras from 3.0.23 to 3.0.38 in /Ix.NET/Source
    ... (truncated)

6.0.2

Changes:

Bugs:

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

Enhancement:

  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2209: Fix Ix.NET build break on Ubuntu 24
  • #​2135: Update Ix.NET for .NET 8.0 sdk
  • #​2112: Union doesn't dispose enumerator for empty lists
  • #​2131: Fix Union Dispose bug #​2112
  • #​1719: Avoid spurious references to Microsoft.Bcl.AsyncInterfaces
See More
  • #​1701: Include icon in package & fix a couple warnings
  • #​1681: Bump Nerdbank.GitVersioning from 3.4.244 to 3.4.255 in /Ix.NET/Source
  • #​1680: Bump Nerdbank.GitVersioning from 3.4.244 to 3.4.255 in /Rx.NET/Source
  • #​1684: Update Merge.cs
  • #​1688: Bump FluentAssertions from 6.2.0 to 6.4.0 in /Ix.NET/Source
  • #​1694: Bump coverlet.collector from 3.1.0 to 3.1.1 in /Ix.NET/Source
  • #​1696: Bump coverlet.collector from 3.1.0 to 3.1.1 in /Rx.NET/Source
  • #​1671: Fix defines to be OR_GREATER
  • #​1666: Bump IsExternalInit from 1.0.1 to 1.0.2 in /Ix.NET/Source
  • #​1668: Bump Verify.Xunit from 14.7.0 to 14.11.2 in /Rx.NET/Source
  • #​1670: Bump MSBuild.Sdk.Extras from 3.0.38 to 3.0.44 in /Ix.NET/Source
  • #​1669: Bump MSBuild.Sdk.Extras from 3.0.38 to 3.0.44 in /Rx.NET/Source
  • #​1661: Remove support for .NET Core 2.1 and netstandard1.0. bump .net to 4.8
  • #​1660: Update to 6.0 SDK and exclude min/max/minby/maxby from 6.0 refs
  • #​1637: Bump Microsoft.Bcl.AsyncInterfaces from 5.0.0 to 6.0.0 in /Ix.NET/Source
  • #​1640: Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 in /Rx.NET/Source
  • #​1641: Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 in /Ix.NET/Source
  • #​1658: Bump Verify.Xunit from 13.3.1 to 14.7.0 in /Rx.NET/Source
  • #​1617: fix: OfType now accepts a collection of object?
  • #​1502: Update Rx 5.x supported platform in README
  • #​1622: Bump Verify.Xunit from 11.24.0 to 13.3.1 in /Rx.NET/Source
  • #​1621: Bump FluentAssertions from 6.1.0 to 6.2.0 in /Ix.NET/Source
  • #​1615: Bump Microsoft.NETCore.UniversalWindowsPlatform from 6.2.12 to 6.2.13 in /Rx.NET/Source
  • #​1603: Bump MSBuild.Sdk.Extras from 3.0.23 to 3.0.38 in /Rx.NET/Source
  • #​1602: Bump MSBuild.Sdk.Extras from 3.0.23 to 3.0.38 in /Ix.NET/Source
    ... (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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 to 1.15.0
Bumps Azure.Storage.Blobs from 12.23.0 to 12.25.0
Bumps Azure.Storage.Queues from 12.22.0 to 12.23.0
Bumps Markdig from 0.40.0 to 0.41.3
Bumps Microsoft.Extensions.Configuration from 9.0.6 to 9.0.9
Bumps Microsoft.SemanticKernel from 1.59.0 to 1.64.0
Bumps MongoDB.Driver from 3.4.0 to 3.4.3
Bumps Select.HtmlToPdf.NetCore from 24.1.0 to 25.2.0
Bumps System.Linq.Async from 6.0.1 to 6.0.3

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget-deps
- dependency-name: Azure.Identity
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget-deps
- dependency-name: Azure.Storage.Blobs
  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.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget-deps
- dependency-name: Markdig
  dependency-version: 0.41.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget-deps
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 9.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-nuget-deps
- dependency-name: Microsoft.SemanticKernel
  dependency-version: 1.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-nuget-deps
- dependency-name: MongoDB.Driver
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-nuget-deps
- dependency-name: Select.HtmlToPdf.NetCore
  dependency-version: 25.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-nuget-deps
- dependency-name: System.Linq.Async
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Sep 9, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Sep 9, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2025

Superseded by #224.

@dependabot dependabot bot closed this Sep 9, 2025
@dependabot dependabot bot deleted the dependabot/nuget/Services/src/esg-ai-doc-analysis/CFS.SK.Sustainability.Abstract/dependabotchanges/all-nuget-deps-c087a80348 branch September 9, 2025 19:30
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