|
| 1 | +# Release Notes |
| 2 | + |
| 3 | +## General Availability of Microsoft.Data.SqlClient 1.1.4 released 10 March 2021 |
| 4 | + |
| 5 | +This update brings the below changes over the previous release: |
| 6 | + |
| 7 | +### Fixed |
| 8 | +- Fixed wrong results issues by changing the timeout timer to ensure a correct execution state [#950](https://github.com/dotnet/SqlClient/pull/950) |
| 9 | +- Fixed MARS header contains errors issue against .NET Framework 4.8+ [#959](https://github.com/dotnet/SqlClient/pull/959) |
| 10 | + |
| 11 | + |
| 12 | +## Target Platform Support |
| 13 | + |
| 14 | +- .NET Framework 4.6+ |
| 15 | +- .NET Core 2.1+ (Windows x86, Windows x64, Linux, macOS) |
| 16 | +- .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS) |
| 17 | + |
| 18 | +### Dependencies |
| 19 | + |
| 20 | +#### .NET Framework |
| 21 | + |
| 22 | +- System.Data.Common 4.3.0 |
| 23 | +- Microsoft.Data.SqlClient.SNI [1.1.0,1.2.0) |
| 24 | +- Microsoft.Identity.Client 3.0.8 |
| 25 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 5.5.0 |
| 26 | +- Microsoft.IdentityModel.JsonWebTokens 5.5.0 |
| 27 | + |
| 28 | +#### .NET Core |
| 29 | + |
| 30 | +- Microsoft.Win32.Registry 4.5.0 |
| 31 | +- runtime.native.System.Data.SqlClient.sni 4.4.0 |
| 32 | +- System.Security.Principal.Windows 4.5.0 |
| 33 | +- System.Text.Encoding.CodePages 4.5.0 |
| 34 | +- System.Configuration.ConfigurationManager 4.5.0 |
| 35 | +- Microsoft.Identity.Client 3.0.8 |
| 36 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 5.5.0 |
| 37 | +- Microsoft.IdentityModel.JsonWebTokens 5.5.0 |
| 38 | + |
| 39 | +#### .NET Standard |
| 40 | + |
| 41 | +- Microsoft.Win32.Registry 4.5.0 |
| 42 | +- runtime.native.System.Data.SqlClient.sni 4.4.0 |
| 43 | +- System.Buffers 4.4.0 |
| 44 | +- System.Diagnostics.DiagnosticSource 4.5.0 |
| 45 | +- System.Memory 4.5.1 |
| 46 | +- System.Security.Principal.Windows 4.5.0 |
| 47 | +- System.Text.Encoding.CodePages 4.5.0 |
| 48 | +- System.Configuration.ConfigurationManager 4.5.0 |
| 49 | +- Microsoft.Identity.Client 3.0.8 |
| 50 | + |
| 51 | +### Always Encrypted with secure enclaves |
| 52 | + |
| 53 | +In general, existing documentation that uses System.Data.SqlClient on .NET Framework should now work with .NET Core, too. |
| 54 | + |
| 55 | +- [Develop using Always Encrypted with .NET Framework Data Provider](https://docs.microsoft.com/sql/relational-databases/security/encryption/develop-using-always-encrypted-with-net-framework-data-provider) |
| 56 | +- [Always Encrypted: Protect sensitive data and store encryption keys in the Windows certificate store](https://docs.microsoft.com/azure/sql-database/sql-database-always-encrypted) |
| 57 | + |
| 58 | +In order to use the enclave feature, the connection string should include the required attestation protocol and attestation URL. |
| 59 | + |
| 60 | +Example: |
| 61 | + |
| 62 | +- `Attestation Protocol=HGS;Enclave Attestation Url=<attestation_url_for_HGS>` |
0 commit comments