Skip to content

Commit 100eaaa

Browse files
Kaur-ParminderJohnny PhamDavoudEshtehari
authored
[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]>
1 parent c23f971 commit 100eaaa

File tree

5 files changed

+104
-1
lines changed

5 files changed

+104
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

7+
## [Stable release 4.1.0] - 2022-01-31
8+
9+
### Added
10+
11+
- 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)
12+
713
## Microsoft.Data.SqlClient 4.0.1 released 17 January 2022
814

915
This update brings the below changes over the previous preview release:

release-notes/4.1/4.1.0.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
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

release-notes/4.1/4.1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Microsoft.Data.SqlClient 4.1 Releases
2+
3+
The following Microsoft.Data.SqlClient 4.1 stable releases have been shipped:
4+
5+
| Release Date | Version | Notes |
6+
| :-- | :-- | :--: |
7+
| 2022/01/31| 4.1.0 | [release notes](4.1.0.md) |

release-notes/4.1/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Microsoft.Data.SqlClient 4.1 Releases
2+
3+
The following Microsoft.Data.SqlClient 4.1 stable releases have been shipped:
4+
5+
| Release Date | Version | Notes |
6+
| :-- | :-- | :--: |
7+
| 2022/01/31 | 4.1.0 | [release notes](4.1.0.md) |

release-notes/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Microsoft.Data.SqlClient Release Notes
22

3-
The latest stable release is [Microsoft.Data.SqlClient 4.0](4.0).
3+
The latest stable release is [Microsoft.Data.SqlClient 4.1](4.1).
44

55
## Release Information
66

7+
- [Microsoft.Data.SqlClient 4.1](4.1)
78
- [Microsoft.Data.SqlClient 4.0](4.0)
89
- [Microsoft.Data.SqlClient 3.0](3.0)
910
- [Microsoft.Data.SqlClient 2.1](2.1)

0 commit comments

Comments
 (0)