|
| 1 | +# Release Notes |
| 2 | + |
| 3 | +## Microsoft.Data.SqlClient 5.1.7 - April 25, 2025 |
| 4 | + |
| 5 | +This update brings the following changes since the 5.1.6 release: |
| 6 | + |
| 7 | +### Fixed |
| 8 | + |
| 9 | +- Fixed possible `NullPointerException` during socket receive (PR [#3285](https://github.com/dotnet/SqlClient/pull/3285)) |
| 10 | +- Fixed inconsistencies between source and reference projects (PR [#3180](https://github.com/dotnet/SqlClient/pull/3180)) |
| 11 | + |
| 12 | +### Changed |
| 13 | + |
| 14 | +- Updated the following dependencies: |
| 15 | + - [Microsoft.Data.SqlClient.SNI](https://www.nuget.org/packages/Microsoft.Data.SqlClient.SNI/5.1.2) 5.1.1 to 5.1.2 for .NET Framework on Windows (PR [#3294](https://github.com/dotnet/SqlClient/pull/3294)) |
| 16 | + - [Microsoft.Data.SqlClient.SNI.runtime](https://www.nuget.org/packages/Microsoft.Data.SqlClient.SNI.runtime/5.1.2) 5.1.1 to 5.1.2 for .NET on Windows (PR [#3294](https://github.com/dotnet/SqlClient/pull/3294)) |
| 17 | + - [Microsoft.Extensions.Caching.Memory](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory/6.0.3) 6.0.1 to 6.0.3 - Avoid [CVE-2024-43483](https://github.com/advisories/GHSA-qj66-m88j-hmgj) (PR [#3068](https://github.com/dotnet/SqlClient/pull/3068)) |
| 18 | + - [Microsoft.Extensions.Hosting](https://www.nuget.org/packages/Microsoft.Extensions.Hosting/6.0.1) 6.0.0 to 6.0.1 - Avoid transitive dependency on vulnerable [System.Text.Json](https://www.nuget.org/packages/System.Text.Json/6.0.0) 6.0.0 (PR [#3207](https://github.com/dotnet/SqlClient/pull/3207)) |
| 19 | + - [System.Private.Uri](https://www.nuget.org/packages/System.Private.Uri) 4.3.2 - Avoid transitive [CVE-2019-0820](https://msrc.microsoft.com/update-guide/en-US/advisory/CVE-2019-0820) (PR [#3077](https://github.com/dotnet/SqlClient/pull/3077)) |
| 20 | + - [System.Text.Encodings.Web](https://www.nuget.org/packages/System.Text.Encodings.Web/6.0.1) 6.0.0 to 6.0.1 - Avoid transitive downgrade for .NET Framework targets (PR [#3279](https://github.com/dotnet/SqlClient/pull/3279)) |
| 21 | + - [System.Text.Json](https://www.nuget.org/packages/System.Text.Json/6.0.11) 6.0.11 - Avoid transitive dependencies on older vulnerable versions for .NET Framework targets (PR [#3279](https://github.com/dotnet/SqlClient/pull/3279)) |
| 22 | + |
| 23 | +## Target Platform Support |
| 24 | + |
| 25 | +- .NET Framework 4.6.2+ (Windows x86, Windows x64) |
| 26 | +- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) |
| 27 | +- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) |
| 28 | + |
| 29 | +## Dependencies |
| 30 | + |
| 31 | +### .NET Framework |
| 32 | + |
| 33 | +- Azure.Identity 1.11.4 |
| 34 | +- Microsoft.Data.SqlClient.SNI 5.1.2 |
| 35 | +- Microsoft.Identity.Client 4.61.3 |
| 36 | +- Microsoft.IdentityModel.JsonWebTokens 6.35.0 |
| 37 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0 |
| 38 | +- System.Buffers 4.5.1 |
| 39 | +- System.Configuration.ConfigurationManager 6.0.1 |
| 40 | +- System.Runtime.InteropServices.RuntimeInformation 4.3.0 |
| 41 | +- System.Text.Encoding.Web 6.0.1 |
| 42 | +- System.Text.Json 6.0.11 |
| 43 | + |
| 44 | +### .NET |
| 45 | + |
| 46 | +- Azure.Identity 1.11.4 |
| 47 | +- Microsoft.Data.SqlClient.SNI 5.1.2 |
| 48 | +- Microsoft.Identity.Client 4.61.3 |
| 49 | +- Microsoft.IdentityModel.JsonWebTokens 6.35.0 |
| 50 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0 |
| 51 | +- Microsoft.SqlServer.Server 1.0.0 |
| 52 | +- System.Configuration.ConfigurationManager 6.0.1 |
| 53 | +- System.Diagnostics.DiagnosticSource 6.0.1 |
| 54 | +- System.Runtime.Caching 6.0.0 |
| 55 | +- System.Text.Encoding.CodePages 6.0.0 |
| 56 | +- System.Text.Encodings.Web 6.0.1 |
| 57 | +- System.Security.Cryptography.Cng 5.0.0 |
| 58 | +- System.Security.Principal.Windows 5.0.0 |
| 59 | + |
| 60 | +### .NET Standard |
| 61 | + |
| 62 | +- Azure.Identity 1.11.4 |
| 63 | +- Microsoft.Data.SqlClient.SNI 5.1.2 |
| 64 | +- Microsoft.Identity.Client 4.61.3 |
| 65 | +- Microsoft.IdentityModel.JsonWebTokens 6.35.0 |
| 66 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0 |
| 67 | +- Microsoft.SqlServer.Server 1.0.0 |
| 68 | +- Microsoft.Win32.Registry 5.0.0 |
| 69 | +- System.Buffers 4.5.1 |
| 70 | +- System.Configuration.ConfigurationManager 6.0.1 |
| 71 | +- System.Runtime.Caching 6.0.0 |
| 72 | +- System.Text.Encoding.CodePages 6.0.0 |
| 73 | +- System.Text.Encodings.Web 6.0.1 |
| 74 | +- System.Runtime.Loader 4.3.0 |
| 75 | +- System.Security.Cryptography.Cng 5.0.0 |
| 76 | +- System.Security.Principal.Windows 5.0.0 |
0 commit comments