|
| 1 | +# Release Notes |
| 2 | + |
| 3 | +## Microsoft.Data.SqlClient 5.1.2 released 26 October 2023 |
| 4 | + |
| 5 | +This update includes the following changes over the previous release: |
| 6 | + |
| 7 | +### Contributors |
| 8 | +Thanks to the following public contributors. Their efforts toward this project are very much appreciated. |
| 9 | +- [emidah](https://github.com/emidah) |
| 10 | + |
| 11 | +### Fixed |
| 12 | + |
| 13 | +- Fixed access violation when using SQL Express user instance. [#2101](https://github.com/dotnet/SqlClient/pull/2101) |
| 14 | +- Fixed Always Encrypted secure enclave retry logic for async queries. [#1988](https://github.com/dotnet/SqlClient/pull/1988) |
| 15 | +- Fixed LocalDb and managed SNI by improving the error messages and avoid falling back to the local service. [#2129](https://github.com/dotnet/SqlClient/pull/2129) |
| 16 | +- Fixed .NET and .NET Standard file version. [2093](https://github.com/dotnet/SqlClient/pull/2093) |
| 17 | +- Fixed non-string values and `SqlConnectionStringBuilder` property indexer issue. [#2018](https://github.com/dotnet/SqlClient/pull/2018) |
| 18 | +- Fixed `SqlConnectionEncryptOption` type conversion by introducing the `SqlConnectionEncryptOptionConverter` attribute when using **appsettings.json** files. [#2057](https://github.com/dotnet/SqlClient/pull/2057) |
| 19 | +- Fixed Transient fault handling issue with `OpenAsync`. [#1983](https://github.com/dotnet/SqlClient/pull/1983) |
| 20 | +- Fixed activity correlator to continue use of same GUID for connection activity. [#1997](https://github.com/dotnet/SqlClient/pull/1997) |
| 21 | + |
| 22 | +### Changed |
| 23 | + |
| 24 | +- Updated `Microsoft.Data.SqlClient.SNI` (.NET Framework dependency) and `Microsoft.Data.SqlClient.SNI.runtime` (.NET Core/Standard dependency) version to `5.1.1`. [#2123](https://github.com/dotnet/SqlClient/pull/2123) |
| 25 | + |
| 26 | +## Target Platform Support |
| 27 | + |
| 28 | +- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64) |
| 29 | +- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) |
| 30 | +- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) |
| 31 | + |
| 32 | +### Dependencies |
| 33 | + |
| 34 | +#### .NET Framework |
| 35 | + |
| 36 | +- Microsoft.Data.SqlClient.SNI 5.1.1 |
| 37 | +- Azure.Identity 1.7.0 |
| 38 | +- Microsoft.Identity.Client 4.47.2 |
| 39 | +- Microsoft.IdentityModel.JsonWebTokens 6.24.0 |
| 40 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.24.0 |
| 41 | +- System.Buffers 4.5.1 |
| 42 | +- System.Configuration.ConfigurationManager 6.0.1 |
| 43 | +- System.Runtime.InteropServices.RuntimeInformation 4.3.0 |
| 44 | +- System.Text.Encoding.Web 6.0.0 |
| 45 | + |
| 46 | +#### .NET |
| 47 | + |
| 48 | +- Microsoft.Data.SqlClient.SNI.runtime 5.1.1 |
| 49 | +- Azure.Identity 1.7.0 |
| 50 | +- Microsoft.Identity.Client 4.47.2 |
| 51 | +- Microsoft.IdentityModel.JsonWebTokens 6.24.0 |
| 52 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.24.0 |
| 53 | +- Microsoft.SqlServer.Server 1.0.0 |
| 54 | +- System.Configuration.ConfigurationManager 6.0.1 |
| 55 | +- System.Diagnostics.DiagnosticSource 6.0.0 |
| 56 | +- System.Runtime.Caching 6.0.0 |
| 57 | +- System.Text.Encoding.CodePages 6.0.0 |
| 58 | +- System.Text.Encodings.Web 6.0.0 |
| 59 | +- System.Security.Cryptography.Cng 5.0.0 |
| 60 | +- System.Security.Principal.Windows 5.0.0 |
| 61 | + |
| 62 | +#### .NET Standard |
| 63 | + |
| 64 | +- Microsoft.Data.SqlClient.SNI.runtime 5.1.1 |
| 65 | +- Azure.Identity 1.7.0 |
| 66 | +- Microsoft.Identity.Client 4.47.2 |
| 67 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.24.0 |
| 68 | +- Microsoft.IdentityModel.JsonWebTokens 6.24.0 |
| 69 | +- Microsoft.SqlServer.Server 1.0.0 |
| 70 | +- Microsoft.Win32.Registry 5.0.0 |
| 71 | +- System.Buffers 4.5.1 |
| 72 | +- System.Configuration.ConfigurationManager 6.0.1 |
| 73 | +- System.Runtime.Caching 6.0.0 |
| 74 | +- System.Text.Encoding.CodePages 6.0.0 |
| 75 | +- System.Text.Encodings.Web 6.0.0 |
| 76 | +- System.Runtime.Loader 4.3.0 |
| 77 | +- System.Security.Cryptography.Cng 5.0.0 |
| 78 | +- System.Security.Principal.Windows 5.0.0 |
0 commit comments