|
| 1 | +# Release Notes |
| 2 | + |
| 3 | +## Microsoft.Data.SqlClient 5.1.5 released 29 January 2024 |
| 4 | + |
| 5 | +This update includes the following changes over the previous release: |
| 6 | + |
| 7 | +### Fixed |
| 8 | + |
| 9 | +- Fixed connection to unsubscribe from transaction completion events before returning it to the connection pool [#2321](https://github.com/dotnet/SqlClient/pull/2321) |
| 10 | +- Fixed InvalidCastException when reading an Always Encrypted date or time column [#2324](https://github.com/dotnet/SqlClient/pull/2324) |
| 11 | + |
| 12 | +### Changed |
| 13 | + |
| 14 | +- Changed Microsoft.IdentityModel.JsonWebTokens and Microsoft.IdentityModel.Protocols.OpenIdConnect version 6.24.0 to 6.35.0 [#2320](https://github.com/dotnet/SqlClient/pull/2320) to address [CVE-2024-21319](https://www.cve.org/CVERecord?id=CVE-2024-21319) |
| 15 | + |
| 16 | +## Target Platform Support |
| 17 | + |
| 18 | +- .NET Framework 4.6.2+ (Windows x86, Windows x64) |
| 19 | +- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) |
| 20 | +- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) |
| 21 | + |
| 22 | +### Dependencies |
| 23 | + |
| 24 | +#### .NET Framework |
| 25 | + |
| 26 | +- Microsoft.Data.SqlClient.SNI 5.1.1 |
| 27 | +- Azure.Identity 1.10.3 |
| 28 | +- Microsoft.Identity.Client 4.56.2 |
| 29 | +- Microsoft.IdentityModel.JsonWebTokens 6.35.0 |
| 30 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0 |
| 31 | +- System.Buffers 4.5.1 |
| 32 | +- System.Configuration.ConfigurationManager 6.0.1 |
| 33 | +- System.Runtime.InteropServices.RuntimeInformation 4.3.0 |
| 34 | +- System.Text.Encoding.Web 6.0.0 |
| 35 | + |
| 36 | +#### .NET |
| 37 | + |
| 38 | +- Microsoft.Data.SqlClient.SNI 5.1.1 |
| 39 | +- Azure.Identity 1.10.3 |
| 40 | +- Microsoft.Identity.Client 4.56.2 |
| 41 | +- Microsoft.IdentityModel.JsonWebTokens 6.35.0 |
| 42 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0 |
| 43 | +- Microsoft.SqlServer.Server 1.0.0 |
| 44 | +- System.Configuration.ConfigurationManager 6.0.1 |
| 45 | +- System.Diagnostics.DiagnosticSource 6.0.0 |
| 46 | +- System.Runtime.Caching 6.0.0 |
| 47 | +- System.Text.Encoding.CodePages 6.0.0 |
| 48 | +- System.Text.Encodings.Web 6.0.0 |
| 49 | +- System.Security.Cryptography.Cng 5.0.0 |
| 50 | +- System.Security.Principal.Windows 5.0.0 |
| 51 | + |
| 52 | +#### .NET Standard |
| 53 | + |
| 54 | +- Microsoft.Data.SqlClient.SNI 5.1.1 |
| 55 | +- Azure.Identity 1.10.3 |
| 56 | +- Microsoft.Identity.Client 4.56.2 |
| 57 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0 |
| 58 | +- Microsoft.IdentityModel.JsonWebTokens 6.35.0 |
| 59 | +- Microsoft.SqlServer.Server 1.0.0 |
| 60 | +- Microsoft.Win32.Registry 5.0.0 |
| 61 | +- System.Buffers 4.5.1 |
| 62 | +- System.Configuration.ConfigurationManager 6.0.1 |
| 63 | +- System.Runtime.Caching 6.0.0 |
| 64 | +- System.Text.Encoding.CodePages 6.0.0 |
| 65 | +- System.Text.Encodings.Web 6.0.0 |
| 66 | +- System.Runtime.Loader 4.3.0 |
| 67 | +- System.Security.Cryptography.Cng 5.0.0 |
| 68 | +- System.Security.Principal.Windows 5.0.0 |
0 commit comments