|
| 1 | +# Release Notes |
| 2 | + |
| 3 | +## Microsoft.Data.SqlClient 4.1.0 released 31 January 2022 |
| 4 | + |
| 5 | +This update brings the below changes over the previous preview release: |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- Added new Attestation Protocol `None` for `VBS` enclave types. This protocol will allow users to forgo enclave attestation for VBS enclaves. [#1489](https://github.com/dotnet/SqlClient/pull/1489) [Read more](#introduce-attestation-protocol-none) |
| 10 | + |
| 11 | +### Introduce Attestation Protocol None |
| 12 | + |
| 13 | +A new attestation protocol called `None` will be allowed in the connection string. This protocol will allow users to forgo enclave attestation for `VBS` enclaves. When this protocol is set, the enclave attestation URL property is optional. |
| 14 | + |
| 15 | +Connection string example: |
| 16 | + |
| 17 | +```cs |
| 18 | +//Attestation protocol NONE with no URL |
| 19 | +"Data Source = {server}; Initial Catalog = {db}; Column Encryption Setting = Enabled; Attestation Protocol = None;" |
| 20 | + |
| 21 | +``` |
| 22 | + |
| 23 | +## Target Platform Support |
| 24 | + |
| 25 | +- .NET Framework 4.6.1+ (Windows x86, Windows x64) |
| 26 | +- .NET Core 3.1+ (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 | +- Microsoft.Data.SqlClient.SNI 4.0.0 |
| 34 | +- Azure.Identity 1.3.0 |
| 35 | +- Microsoft.Identity.Client 4.22.0 |
| 36 | +- Microsoft.IdentityModel.JsonWebTokens 6.8.0 |
| 37 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 |
| 38 | +- System.Buffers 4.5.1 |
| 39 | +- System.Configuration.ConfigurationManager 5.0.0 |
| 40 | +- System.IO 4.3.0 |
| 41 | +- System.Runtime.InteropServices.RuntimeInformation 4.3.0 |
| 42 | +- System.Security.Cryptography.Algorithms 4.3.1 |
| 43 | +- System.Security.Cryptography.Primitives 4.3.0 |
| 44 | +- System.Text.Encodings.Web 4.7.2 |
| 45 | + |
| 46 | +#### .NET Core |
| 47 | + |
| 48 | +- Microsoft.Data.SqlClient.SNI.runtime 4.0.0 |
| 49 | +- Azure.Identity 1.3.0 |
| 50 | +- Microsoft.Identity.Client 4.22.0 |
| 51 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 |
| 52 | +- Microsoft.IdentityModel.JsonWebTokens 6.8.0 |
| 53 | +- Microsoft.Win32.Registry 5.0.0 |
| 54 | +- System.Buffers 4.5.1 |
| 55 | +- System.Configuration.ConfigurationManager 5.0.0 |
| 56 | +- System.Diagnostics.DiagnosticSource 5.0.0 |
| 57 | +- System.IO 4.3.0 |
| 58 | +- System.Runtime.Caching 5.0.0 |
| 59 | +- System.Text.Encoding.CodePages 5.0.0 |
| 60 | +- System.Text.Encodings.Web 4.7.2 |
| 61 | +- System.Resources.ResourceManager 4.3.0 |
| 62 | +- System.Security.Cryptography.Cng 5.0.0 |
| 63 | +- System.Security.Principal.Windows 5.0.0 |
| 64 | + |
| 65 | +#### .NET Standard |
| 66 | + |
| 67 | +- Microsoft.Data.SqlClient.SNI.runtime 4.0.0 |
| 68 | +- Azure.Identity 1.3.0 |
| 69 | +- Microsoft.Identity.Client 4.22.0 |
| 70 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 |
| 71 | +- Microsoft.IdentityModel.JsonWebTokens 6.8.0 |
| 72 | +- Microsoft.Win32.Registry 5.0.0 |
| 73 | +- System.Buffers 4.5.1 |
| 74 | +- System.Configuration.ConfigurationManager 5.0.0 |
| 75 | +- System.IO 4.3.0 |
| 76 | +- System.Runtime.Caching 5.0.0 |
| 77 | +- System.Text.Encoding.CodePages 5.0.0 |
| 78 | +- System.Text.Encodings.Web 4.7.2 |
| 79 | +- System.Resources.ResourceManager 4.3.0 |
| 80 | +- System.Runtime.Loader 4.3.0 |
| 81 | +- System.Security.Cryptography.Cng 5.0.0 |
| 82 | +- System.Security.Principal.Windows 5.0.0 |
0 commit comments