-
Notifications
You must be signed in to change notification settings - Fork 317
Release notes for v3.0.1 #1281
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
Merged
Release notes for v3.0.1 #1281
Changes from all commits
Commits
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,87 @@ | ||
| # Release Notes | ||
|
|
||
| ## Microsoft.Data.SqlClient 3.0.1 released 24 September 2021 | ||
|
|
||
| This update brings the below changes over the previous stable release: | ||
|
|
||
| ### Fixed | ||
|
|
||
| - Fixed async thread blocking issues on `SqlConnection.Open()` for active directory authentication modes. [#1270](https://github.com/dotnet/SqlClient/pull/1270) | ||
| - Fixed unknown transaction state issues when prompting delegated transaction. [1247](https://github.com/dotnet/SqlClient/pull/1247) | ||
| - Fixed issue with connection encryption to ensure connections fail when encryption is required. [#1233](https://github.com/dotnet/SqlClient/pull/1233) [Read more](#ensure-connections-fail-when-encryption-is-required) | ||
| - Fixed bug with `LegacyRowVersionNullBehavior` App Context switch. [#1246](https://github.com/dotnet/SqlClient/pull/1246) | ||
| - Fixed recursive calls to `RetryLogicProvider` when calling `SqlCommand.ExecuteScalarAsync`. [#1245](https://github.com/dotnet/SqlClient/pull/1245) | ||
JRahnama marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - Fixed async deadlock scenarios in web contexts with configurable retry logic provider. [#1245](https://github.com/dotnet/SqlClient/pull/1245) | ||
| - Fixed deadlock in transaction using .NET Framework. [#1243](https://github.com/dotnet/SqlClient/pull/1243) | ||
| - Fixed issue where connection goes to unusable state. [#1238](https://github.com/dotnet/SqlClient/pull/1238) | ||
|
|
||
| ### Ensure connections fail when encryption is required | ||
|
|
||
| In scenarios where client encryption libraries were disabled or unavailable, it was possible for unencrypted connections to be made when Encrypt was set to true or the server required encryption. | ||
JRahnama marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ### Target Platform Support | ||
|
|
||
| - .NET Framework 4.6.1+ (Windows x86, Windows x64) | ||
| - .NET Core 2.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) | ||
| - .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) | ||
|
|
||
| ### Dependencies | ||
|
|
||
| #### .NET Framework | ||
|
|
||
| - Microsoft.Data.SqlClient.SNI 2.1.1 | ||
| - Microsoft.Identity.Client 4.21.1 | ||
| - Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 | ||
| - Microsoft.IdentityModel.JsonWebTokens 6.8.0 | ||
|
|
||
| #### .NET Core 2.1 | ||
|
|
||
| - Microsoft.Data.SqlClient.SNI.runtime 2.1.1 | ||
| - Microsoft.Win32.Registry 4.7.0 | ||
| - System.Security.Principal.Windows 4.7.0 | ||
| - System.Text.Encoding.CodePages 4.7.0 | ||
| - System.Diagnostics.DiagnosticSource 4.7.0 | ||
| - System.Configuration.ConfigurationManager 4.7.0 | ||
| - System.Runtime.Caching 4.7.0 | ||
| - Microsoft.Identity.Client 4.21.1 | ||
| - Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 | ||
| - Microsoft.IdentityModel.JsonWebTokens 6.8.0 | ||
|
|
||
| #### .NET Core 3.1 | ||
|
|
||
| - Microsoft.Data.SqlClient.SNI.runtime 2.1.1 | ||
| - Microsoft.Win32.Registry 4.7.0 | ||
| - System.Security.Principal.Windows 4.7.0 | ||
| - System.Text.Encoding.CodePages 4.7.0 | ||
| - System.Diagnostics.DiagnosticSource 4.7.0 | ||
| - System.Configuration.ConfigurationManager 4.7.0 | ||
| - System.Runtime.Caching 4.7.0 | ||
| - Microsoft.Identity.Client 4.21.1 | ||
| - Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 | ||
| - Microsoft.IdentityModel.JsonWebTokens 6.8.0 | ||
|
|
||
| #### .NET Standard 2.0 | ||
|
|
||
| - Microsoft.Data.SqlClient.SNI.runtime 2.1.1 | ||
| - Microsoft.Win32.Registry 4.7.0 | ||
| - System.Buffers 4.5.1 | ||
| - System.Memory 4.5.4 | ||
| - System.Security.Principal.Windows 4.7.0 | ||
| - System.Text.Encoding.CodePages 4.7.0 | ||
| - System.Runtime.Caching 4.7.0 | ||
| - Microsoft.Identity.Client 4.21.1 | ||
| - Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 | ||
| - Microsoft.IdentityModel.JsonWebTokens 6.8.0 | ||
|
|
||
| #### .NET Standard 2.1 | ||
|
|
||
| - Microsoft.Data.SqlClient.SNI.runtime 2.1.1 | ||
| - Microsoft.Win32.Registry 4.7.0 | ||
| - System.Buffers 4.5.1 | ||
| - System.Memory 4.5.4 | ||
| - System.Security.Principal.Windows 4.7.0 | ||
| - System.Text.Encoding.CodePages 4.7.0 | ||
| - System.Runtime.Caching 4.7.0 | ||
| - Microsoft.Identity.Client 4.21.1 | ||
| - Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 | ||
| - Microsoft.IdentityModel.JsonWebTokens 6.8.0 | ||
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
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.