-
Notifications
You must be signed in to change notification settings - Fork 317
Add release notes for MDS v6.1.3 #3756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+169
−35
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
4451950
Add release notes for stable release 6.1.3
priyankatiwari08 5fdd0c3
Add changelog for stable release 6.1.3
priyankatiwari08 d806fce
Add release notes for version 6.1.3
priyankatiwari08 568e828
Update release date for version 6.1.3
priyankatiwari08 ba99b9a
Update release-notes/6.1/6.1.3.md
priyankatiwari08 197eeda
Update release-notes/6.1/README.md
priyankatiwari08 5bd6d11
Update CHANGELOG.md
priyankatiwari08 2dd0741
- Updated dependency versions to match reality for v6.1.3 and v6.1.2.
paulmedynski 74036a1
- Shamelessly stole Apoorv's BAG failover description from the 6.0.4 …
paulmedynski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,99 @@ | ||
| # Release Notes | ||
|
|
||
| ## Stable Release 6.1.3 - 2025-11-12 | ||
paulmedynski marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| This update includes the following changes since the [6.1.2](6.1.2.md) 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](https://github.com/dotnet/SqlClient/pull/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: | ||
|
|
||
| ```c# | ||
| 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](https://github.com/dotnet/SqlClient/pull/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 | ||
paulmedynski marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - Azure.Identity 1.14.2 | ||
| - Microsoft.Bcl.Cryptography 8.0.0 | ||
paulmedynski marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - Microsoft.Data.SqlClient.SNI 6.0.2 | ||
| - Microsoft.Extensions.Caching.Memory 8.0.1 | ||
paulmedynski marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - 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 | ||
| - System.Text.Json 8.0.5 | ||
|
|
||
| #### .NET 8.0 | ||
|
|
||
| - Azure.Core 1.47.1 | ||
| - Azure.Identity 1.14.2 | ||
| - Microsoft.Bcl.Cryptography 8.0.0 | ||
| - Microsoft.Data.SqlClient.SNI.runtime 6.0.2 | ||
| - Microsoft.Extensions.Caching.Memory 8.0.1 | ||
| - Microsoft.IdentityModel.JsonWebTokens 7.7.1 | ||
| - Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1 | ||
| - Microsoft.SqlServer.Server 1.0.0 | ||
| - System.Configuration.ConfigurationManager 8.0.1 | ||
paulmedynski marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - System.Security.Cryptography.Pkcs 8.0.1 | ||
| - System.Text.Json 8.0.5 | ||
|
|
||
| #### .NET 9.0 | ||
|
|
||
| - Azure.Core 1.47.1 | ||
| - Azure.Identity 1.14.2 | ||
| - Microsoft.Bcl.Cryptography 9.0.5 | ||
| - Microsoft.Data.SqlClient.SNI.runtime 6.0.2 | ||
| - Microsoft.Extensions.Caching.Memory 9.0.5 | ||
| - Microsoft.IdentityModel.JsonWebTokens 7.7.1 | ||
| - Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1 | ||
| - Microsoft.SqlServer.Server 1.0.0 | ||
| - System.Configuration.ConfigurationManager 9.0.5 | ||
| - System.Security.Cryptography.Pkcs 9.0.5 | ||
| - System.Text.Json 9.0.5 | ||
|
|
||
| #### .NET Standard 2.0 | ||
|
|
||
| - Azure.Core 1.47.1 | ||
| - Azure.Identity 1.14.2 | ||
| - Microsoft.Bcl.Cryptography 8.0.0 | ||
| - Microsoft.Data.SqlClient.SNI.runtime 6.0.2 | ||
| - Microsoft.Extensions.Caching.Memory 8.0.1 | ||
| - Microsoft.IdentityModel.JsonWebTokens 7.7.1 | ||
| - Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1 | ||
| - Microsoft.SqlServer.Server 1.0.0 | ||
| - System.Configuration.ConfigurationManager 8.0.1 | ||
| - System.Security.Cryptography.Pkcs 8.0.1 | ||
| - System.Text.Json 8.0.5 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.