Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 16, 2025

Updated Microsoft.Data.SqlClient from 6.1.2 to 6.1.3.

Release notes

Sourced from Microsoft.Data.SqlClient's releases.

6.1.3

This update includes the following changes since the 6.1.2 release:

Added

App Context Switch for Ignoring Server-Provided Failover Partner

What Changed:

  • A new app context switch Switch.Microsoft.Data.SqlClient.IgnoreServerProvidedFailoverPartner was introduced to let the client ignore server-provided failover partner info in Basic Availability Groups (BAGs). When the switch is enabled, only the failover partner specified in the connection string is used; server-supplied partner values are skipped. This context switch was introduced in PR #​3702.

Who Benefits:

  • Applications connecting to SQL Server BAGs using TCP and custom ports, especially where the server's provided partner name lacks the protocol, host, or port. This avoids connection failures when the server-provided partner is incompatible or incomplete.
  • Teams who manage availability groups and rely on client-side control of failover behavior in heterogeneous networking environments.

Impact:

  • If your environment might be affected (i.e., you operate a BAG with custom ports, or have experienced failures after failover), you can enable the new switch in your application:
AppContext.SetSwitch("Switch.Microsoft.Data.SqlClient.IgnoreServerProvidedFailoverPartner", true);
  • Then, ensure your connection string includes your preferred failover partner (with correct tcp:host,port) so that the client uses that instead of the server's suggestion.
  • Without enabling this, by default, the client continues to prefer the server-provided partner, maintaining backwards compatibility.

Fixed

  • Fixed an issue to ensure reliable metrics initialization during startup, preventing missed telemetry when EventSource is enabled early. (#​3718)

Target Platform Support

  • .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
  • .NET 8.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)

Dependencies

.NET Framework 4.6.2+

  • Azure.Core 1.47.1
  • Azure.Identity 1.14.2
  • Microsoft.Bcl.Cryptography 8.0.0
  • Microsoft.Data.SqlClient.SNI 6.0.2
  • Microsoft.Extensions.Caching.Memory 8.0.1
  • Microsoft.IdentityModel.JsonWebTokens 7.7.1
  • Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1
  • System.Buffers 4.5.1
  • System.Data.Common 4.3.0
  • System.Security.Cryptography.Pkcs 8.0.1
  • System.Text.Encodings.Web 8.0.0
    ... (truncated)

Commits viewable in compare view.

Updated Microsoft.Data.Sqlite from 9.0.10 to 9.0.11.

Release notes

Sourced from Microsoft.Data.Sqlite's releases.

9.0.11

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.10...v9.0.11

Commits viewable in compare view.

Updated Microsoft.Extensions.Logging.Abstractions from 9.0.10 to 9.0.11.

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

9.0.11

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.10...v9.0.11

Commits viewable in compare view.

Updated Microsoft.Testing.Extensions.CrashDump from 2.0.1 to 2.0.2.

Release notes

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

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Testing.Extensions.HangDump from 2.0.1 to 2.0.2.

Release notes

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

No release notes found for this version range.

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 Microsoft.Data.SqlClient from 6.1.2 to 6.1.3
Bumps Microsoft.Data.Sqlite from 9.0.10 to 9.0.11
Bumps Microsoft.Extensions.Logging.Abstractions from 9.0.10 to 9.0.11
Bumps Microsoft.Testing.Extensions.CrashDump from 2.0.1 to 2.0.2
Bumps Microsoft.Testing.Extensions.HangDump from 2.0.1 to 2.0.2

---
updated-dependencies:
- dependency-name: Microsoft.Data.SqlClient
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pkg-updates
- dependency-name: Microsoft.Data.Sqlite
  dependency-version: 9.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pkg-updates
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 9.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pkg-updates
- dependency-name: Microsoft.Testing.Extensions.CrashDump
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pkg-updates
- dependency-name: Microsoft.Testing.Extensions.HangDump
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pkg-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the ⬆️ Dependencies Update dependencies. label Nov 16, 2025
@semanticdiff-com
Copy link

semanticdiff-com bot commented Nov 16, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  src/Dappery.Data/packages.lock.json  68% smaller
  src/Dappery.Core/packages.lock.json  67% smaller
  tests/Dappery.Data.Tests/packages.lock.json  63% smaller
  src/Directory.Packages.props  0% smaller
  tests/Dappery.Core.Tests/packages.lock.json  0% smaller
  tests/Directory.Packages.props  0% smaller

@github-actions github-actions bot added the 🧪 Tests Add or update tests label Nov 16, 2025
@github-actions
Copy link

Summary

Line coverage

Assembly Line coverage
Dappery.Core.dll 81.7%
Dappery.Data.dll 98.2%
Dappery.Domain.dll 87.6%

@AjayKMehta AjayKMehta merged commit efdc27f into master Nov 16, 2025
16 checks passed
@AjayKMehta AjayKMehta deleted the dependabot/nuget/src/Dappery.Core/pkg-updates-81eda66f4a branch November 16, 2025 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⬆️ Dependencies Update dependencies. 🧪 Tests Add or update tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants