-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[4.1.0] | Release notes 4.1.0 (#1493)
* Release notes 4.1.0 servicing Release notes 4.1.0 servicing * review comments review comments * Update release-notes/4.1/4.1.0.md Co-authored-by: Johnny Pham <[email protected]> * adding CHANGELOG adding CHANGELOG * Apply suggestions from code review review comments * Apply suggestions from code review Co-authored-by: DavoudEshtehari <[email protected]> * Update release-notes/4.1/4.1.md Co-authored-by: DavoudEshtehari <[email protected]> * Update release-notes/4.1/README.md Co-authored-by: DavoudEshtehari <[email protected]> Co-authored-by: Johnny Pham <[email protected]> Co-authored-by: DavoudEshtehari <[email protected]>
- Loading branch information
1 parent
c23f971
commit 100eaaa
Showing
5 changed files
with
104 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# Release Notes | ||
|
||
## Microsoft.Data.SqlClient 4.1.0 released 31 January 2022 | ||
|
||
This update brings the below changes over the previous preview release: | ||
|
||
### Added | ||
|
||
- 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) | ||
|
||
### Introduce Attestation Protocol None | ||
|
||
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. | ||
|
||
Connection string example: | ||
|
||
```cs | ||
//Attestation protocol NONE with no URL | ||
"Data Source = {server}; Initial Catalog = {db}; Column Encryption Setting = Enabled; Attestation Protocol = None;" | ||
|
||
``` | ||
|
||
## Target Platform Support | ||
|
||
- .NET Framework 4.6.1+ (Windows x86, Windows x64) | ||
- .NET Core 3.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) | ||
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) | ||
|
||
### Dependencies | ||
|
||
#### .NET Framework | ||
|
||
- Microsoft.Data.SqlClient.SNI 4.0.0 | ||
- Azure.Identity 1.3.0 | ||
- Microsoft.Identity.Client 4.22.0 | ||
- Microsoft.IdentityModel.JsonWebTokens 6.8.0 | ||
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 | ||
- System.Buffers 4.5.1 | ||
- System.Configuration.ConfigurationManager 5.0.0 | ||
- System.IO 4.3.0 | ||
- System.Runtime.InteropServices.RuntimeInformation 4.3.0 | ||
- System.Security.Cryptography.Algorithms 4.3.1 | ||
- System.Security.Cryptography.Primitives 4.3.0 | ||
- System.Text.Encodings.Web 4.7.2 | ||
|
||
#### .NET Core | ||
|
||
- Microsoft.Data.SqlClient.SNI.runtime 4.0.0 | ||
- Azure.Identity 1.3.0 | ||
- Microsoft.Identity.Client 4.22.0 | ||
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 | ||
- Microsoft.IdentityModel.JsonWebTokens 6.8.0 | ||
- Microsoft.Win32.Registry 5.0.0 | ||
- System.Buffers 4.5.1 | ||
- System.Configuration.ConfigurationManager 5.0.0 | ||
- System.Diagnostics.DiagnosticSource 5.0.0 | ||
- System.IO 4.3.0 | ||
- System.Runtime.Caching 5.0.0 | ||
- System.Text.Encoding.CodePages 5.0.0 | ||
- System.Text.Encodings.Web 4.7.2 | ||
- System.Resources.ResourceManager 4.3.0 | ||
- System.Security.Cryptography.Cng 5.0.0 | ||
- System.Security.Principal.Windows 5.0.0 | ||
|
||
#### .NET Standard | ||
|
||
- Microsoft.Data.SqlClient.SNI.runtime 4.0.0 | ||
- Azure.Identity 1.3.0 | ||
- Microsoft.Identity.Client 4.22.0 | ||
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 | ||
- Microsoft.IdentityModel.JsonWebTokens 6.8.0 | ||
- Microsoft.Win32.Registry 5.0.0 | ||
- System.Buffers 4.5.1 | ||
- System.Configuration.ConfigurationManager 5.0.0 | ||
- System.IO 4.3.0 | ||
- System.Runtime.Caching 5.0.0 | ||
- System.Text.Encoding.CodePages 5.0.0 | ||
- System.Text.Encodings.Web 4.7.2 | ||
- System.Resources.ResourceManager 4.3.0 | ||
- System.Runtime.Loader 4.3.0 | ||
- System.Security.Cryptography.Cng 5.0.0 | ||
- System.Security.Principal.Windows 5.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Microsoft.Data.SqlClient 4.1 Releases | ||
|
||
The following Microsoft.Data.SqlClient 4.1 stable releases have been shipped: | ||
|
||
| Release Date | Version | Notes | | ||
| :-- | :-- | :--: | | ||
| 2022/01/31| 4.1.0 | [release notes](4.1.0.md) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Microsoft.Data.SqlClient 4.1 Releases | ||
|
||
The following Microsoft.Data.SqlClient 4.1 stable releases have been shipped: | ||
|
||
| Release Date | Version | Notes | | ||
| :-- | :-- | :--: | | ||
| 2022/01/31 | 4.1.0 | [release notes](4.1.0.md) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters