|
| 1 | +# Release Notes |
| 2 | + |
| 3 | +## Microsoft.Data.SqlClient 2.1.1 released 18 December 2020 |
| 4 | + |
| 5 | +This update brings the below changes over the previous stable release: |
| 6 | + |
| 7 | +### Fixed |
| 8 | +- Fixed issue with System-Assigned Managed Identity in Azure Functions [#841](https://github.com/dotnet/SqlClient/pull/841) |
| 9 | +- Fixed issue with Kerberos Authentication for .NET Core in Unix environments [#848](https://github.com/dotnet/SqlClient/pull/848) |
| 10 | +- Fixed issue with TCP Keep Alive for .NET Core in Unix environments [#855](https://github.com/dotnet/SqlClient/pull/855) |
| 11 | + |
| 12 | +### Target Platform Support |
| 13 | + |
| 14 | +- .NET Framework 4.6+ (Windows x86, Windows x64) |
| 15 | +- .NET Core 2.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) |
| 16 | +- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) |
| 17 | + |
| 18 | +### Dependencies |
| 19 | + |
| 20 | +#### .NET Framework |
| 21 | + |
| 22 | +- Microsoft.Data.SqlClient.SNI 2.1.1 |
| 23 | +- Microsoft.Identity.Client 4.21.1 |
| 24 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 |
| 25 | +- Microsoft.IdentityModel.JsonWebTokens 6.8.0 |
| 26 | + |
| 27 | +#### .NET Core 2.1 |
| 28 | + |
| 29 | +- Microsoft.Data.SqlClient.SNI.runtime 2.1.1 |
| 30 | +- Microsoft.Win32.Registry 4.7.0 |
| 31 | +- System.Security.Principal.Windows 4.7.0 |
| 32 | +- System.Text.Encoding.CodePages 4.7.0 |
| 33 | +- System.Diagnostics.DiagnosticSource 4.7.0 |
| 34 | +- System.Configuration.ConfigurationManager 4.7.0 |
| 35 | +- System.Runtime.Caching 4.7.0 |
| 36 | +- Microsoft.Identity.Client 4.21.1 |
| 37 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 |
| 38 | +- Microsoft.IdentityModel.JsonWebTokens 6.8.0 |
| 39 | + |
| 40 | +#### .NET Core 3.1 |
| 41 | + |
| 42 | +- Microsoft.Data.SqlClient.SNI.runtime 2.1.1 |
| 43 | +- Microsoft.Win32.Registry 4.7.0 |
| 44 | +- System.Security.Principal.Windows 4.7.0 |
| 45 | +- System.Text.Encoding.CodePages 4.7.0 |
| 46 | +- System.Diagnostics.DiagnosticSource 4.7.0 |
| 47 | +- System.Configuration.ConfigurationManager 4.7.0 |
| 48 | +- System.Runtime.Caching 4.7.0 |
| 49 | +- Microsoft.Identity.Client 4.21.1 |
| 50 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 |
| 51 | +- Microsoft.IdentityModel.JsonWebTokens 6.8.0 |
| 52 | + |
| 53 | +#### .NET Standard 2.0 |
| 54 | + |
| 55 | +- Microsoft.Data.SqlClient.SNI.runtime 2.1.1 |
| 56 | +- Microsoft.Win32.Registry 4.7.0 |
| 57 | +- System.Buffers 4.5.1 |
| 58 | +- System.Memory 4.5.4 |
| 59 | +- System.Security.Principal.Windows 4.7.0 |
| 60 | +- System.Text.Encoding.CodePages 4.7.0 |
| 61 | +- Microsoft.Identity.Client 4.21.1 |
| 62 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 |
| 63 | +- Microsoft.IdentityModel.JsonWebTokens 6.8.0 |
| 64 | + |
| 65 | +#### .NET Standard 2.1 |
| 66 | + |
| 67 | +- Microsoft.Data.SqlClient.SNI.runtime 2.1.1 |
| 68 | +- Microsoft.Win32.Registry 4.7.0 |
| 69 | +- System.Buffers 4.5.1 |
| 70 | +- System.Memory 4.5.4 |
| 71 | +- System.Security.Principal.Windows 4.7.0 |
| 72 | +- System.Text.Encoding.CodePages 4.7.0 |
| 73 | +- Microsoft.Identity.Client 4.21.1 |
| 74 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 |
| 75 | +- Microsoft.IdentityModel.JsonWebTokens 6.8.0 |
0 commit comments