|
| 1 | +# Release Notes |
| 2 | + |
| 3 | +## Microsoft.Data.SqlClient 2.1.2 released 3 March 2021 |
| 4 | + |
| 5 | +This update brings the below changes over the previous stable release: |
| 6 | + |
| 7 | +### Fixed |
| 8 | +- Fixed issue connecting with instance name from a Linux/macOS environment [#874](https://github.com/dotnet/SqlClient/pull/874) |
| 9 | +- Fixed wrong results issues by changing the timeout timer to ensure a correct execution state [#929](https://github.com/dotnet/SqlClient/pull/929) |
| 10 | +- Fixed a vulnerability by prohibiting `DtdProcessing` on `XmlTextReader` instances in .NET Core [#885](https://github.com/dotnet/SqlClient/pull/885) |
| 11 | +- Fixed Kerberos authentication when an SPN does not contain the port [#935](https://github.com/dotnet/SqlClient/pull/935) |
| 12 | +- Fixed missing error messages in Managed SNI [#883](https://github.com/dotnet/SqlClient/pull/883) |
| 13 | +- Fixed missing `System.Runtime.Caching` dependency for .NET Standard assemblies [#878](https://github.com/dotnet/SqlClient/pull/878) |
| 14 | +- Fixed event source tracing issues [#941](https://github.com/dotnet/SqlClient/pull/941) |
| 15 | +- Fixed MARS header contains errors issue against .NET Framework 4.8.1 [#928](https://github.com/dotnet/SqlClient/pull/928) |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | +### Target Platform Support |
| 20 | + |
| 21 | +- .NET Framework 4.6+ (Windows x86, Windows x64) |
| 22 | +- .NET Core 2.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) |
| 23 | +- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) |
| 24 | + |
| 25 | +### Dependencies |
| 26 | + |
| 27 | +#### .NET Framework |
| 28 | + |
| 29 | +- Microsoft.Data.SqlClient.SNI 2.1.1 |
| 30 | +- Microsoft.Identity.Client 4.21.1 |
| 31 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 |
| 32 | +- Microsoft.IdentityModel.JsonWebTokens 6.8.0 |
| 33 | + |
| 34 | +#### .NET Core 2.1 |
| 35 | + |
| 36 | +- Microsoft.Data.SqlClient.SNI.runtime 2.1.1 |
| 37 | +- Microsoft.Win32.Registry 4.7.0 |
| 38 | +- System.Security.Principal.Windows 4.7.0 |
| 39 | +- System.Text.Encoding.CodePages 4.7.0 |
| 40 | +- System.Diagnostics.DiagnosticSource 4.7.0 |
| 41 | +- System.Configuration.ConfigurationManager 4.7.0 |
| 42 | +- System.Runtime.Caching 4.7.0 |
| 43 | +- Microsoft.Identity.Client 4.21.1 |
| 44 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 |
| 45 | +- Microsoft.IdentityModel.JsonWebTokens 6.8.0 |
| 46 | + |
| 47 | +#### .NET Core 3.1 |
| 48 | + |
| 49 | +- Microsoft.Data.SqlClient.SNI.runtime 2.1.1 |
| 50 | +- Microsoft.Win32.Registry 4.7.0 |
| 51 | +- System.Security.Principal.Windows 4.7.0 |
| 52 | +- System.Text.Encoding.CodePages 4.7.0 |
| 53 | +- System.Diagnostics.DiagnosticSource 4.7.0 |
| 54 | +- System.Configuration.ConfigurationManager 4.7.0 |
| 55 | +- System.Runtime.Caching 4.7.0 |
| 56 | +- Microsoft.Identity.Client 4.21.1 |
| 57 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 |
| 58 | +- Microsoft.IdentityModel.JsonWebTokens 6.8.0 |
| 59 | + |
| 60 | +#### .NET Standard 2.0 |
| 61 | + |
| 62 | +- Microsoft.Data.SqlClient.SNI.runtime 2.1.1 |
| 63 | +- Microsoft.Win32.Registry 4.7.0 |
| 64 | +- System.Buffers 4.5.1 |
| 65 | +- System.Memory 4.5.4 |
| 66 | +- System.Security.Principal.Windows 4.7.0 |
| 67 | +- System.Text.Encoding.CodePages 4.7.0 |
| 68 | +- System.Runtime.Caching 4.7.0 |
| 69 | +- Microsoft.Identity.Client 4.21.1 |
| 70 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 |
| 71 | +- Microsoft.IdentityModel.JsonWebTokens 6.8.0 |
| 72 | + |
| 73 | +#### .NET Standard 2.1 |
| 74 | + |
| 75 | +- Microsoft.Data.SqlClient.SNI.runtime 2.1.1 |
| 76 | +- Microsoft.Win32.Registry 4.7.0 |
| 77 | +- System.Buffers 4.5.1 |
| 78 | +- System.Memory 4.5.4 |
| 79 | +- System.Security.Principal.Windows 4.7.0 |
| 80 | +- System.Text.Encoding.CodePages 4.7.0 |
| 81 | +- System.Runtime.Caching 4.7.0 |
| 82 | +- Microsoft.Identity.Client 4.21.1 |
| 83 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 |
| 84 | +- Microsoft.IdentityModel.JsonWebTokens 6.8.0 |
0 commit comments