-
Notifications
You must be signed in to change notification settings - Fork 317
[4.1.0] | Release notes 4.1.0 #1493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
johnnypham
merged 10 commits into
dotnet:4.1-servicing
from
Kaur-Parminder:4.1-servicing
Feb 1, 2022
Merged
Changes from 3 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
b1ea7f0
Release notes 4.1.0 servicing
Kaur-Parminder 09d329a
review comments
Kaur-Parminder ebbe029
Update release-notes/4.1/4.1.0.md
Kaur-Parminder 39ab0d3
adding CHANGELOG
Kaur-Parminder cd0699f
Apply suggestions from code review
Kaur-Parminder d7171c5
Merge branch 'dotnet:4.1-servicing' into 4.1-servicing
Kaur-Parminder 5644d94
Merge branch '4.1-servicing' of https://github.com/Kaur-Parminder/Sql…
Kaur-Parminder 66c1c24
Apply suggestions from code review
Kaur-Parminder 13783ca
Update release-notes/4.1/4.1.md
Kaur-Parminder 49dc429
Update release-notes/4.1/README.md
Kaur-Parminder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 28 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](#Use-Attestation-Protocol-=-None-to-skip-enclave-attestation-for-VBS-enclaves) | ||
Kaur-Parminder marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Kaur-Parminder marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
### Use `Attestation Protocol = None` to skip enclave attestation for `VBS` enclaves. | ||
Kaur-Parminder marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
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 hidden or 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/28 | 4.1.0 | [release notes](4.1.0.md) | | ||
Kaur-Parminder marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
This file contains hidden or 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/28 | 4.1.0 | [release notes](4.1.0.md) | | ||
Kaur-Parminder marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.