Skip to content

Commit a3e82a5

Browse files
[Release 2.1] Release notes for v2.1.4 (#1267)
1 parent 7ea7e63 commit a3e82a5

File tree

4 files changed

+90
-0
lines changed

4 files changed

+90
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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 2.1.4] - 2021-09-20
8+
9+
### Fixed
10+
11+
- Fixed issue with connection encryption to ensure connections fail when encryption is required. [#1232](https://github.com/dotnet/SqlClient/pull/1232)
12+
- Fixed issue where connection goes to unusable state. [#1239](https://github.com/dotnet/SqlClient/pull/1239)
13+
714
## [Stable Release 2.1.3] - 2021-05-21
815

916
### Fixed

release-notes/2.1/2.1.4.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# Release Notes
2+
3+
## Microsoft.Data.SqlClient 2.1.4 released 20 September 2021
4+
5+
This update brings the below changes over the previous stable release:
6+
7+
### Fixed
8+
9+
- Fixed issue with connection encryption to ensure connections fail when encryption is required. [#1232](https://github.com/dotnet/SqlClient/pull/1232) [Read more](#ensure-connections-fail-when-encryption-is-required)
10+
- Fixed issue where connection goes to unusable state. [#1239](https://github.com/dotnet/SqlClient/pull/1239)
11+
12+
### Target Platform Support
13+
14+
- .NET Framework 4.6+ (Windows x86, Windows x64)
15+
- .NET Core 2.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
16+
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
17+
18+
### Ensure connections fail when encryption is required
19+
20+
In scenarios where client encryption libraries were disabled or unavailable, it was possible for unencrypted connections to be made when Encrypt was set to true or the server required encryption.
21+
22+
### Dependencies
23+
24+
#### .NET Framework
25+
26+
- Microsoft.Data.SqlClient.SNI 2.1.1
27+
- Microsoft.Identity.Client 4.21.1
28+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
29+
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
30+
31+
#### .NET Core 2.1
32+
33+
- Microsoft.Data.SqlClient.SNI.runtime 2.1.1
34+
- Microsoft.Win32.Registry 4.7.0
35+
- System.Security.Principal.Windows 4.7.0
36+
- System.Text.Encoding.CodePages 4.7.0
37+
- System.Diagnostics.DiagnosticSource 4.7.0
38+
- System.Configuration.ConfigurationManager 4.7.0
39+
- System.Runtime.Caching 4.7.0
40+
- Microsoft.Identity.Client 4.21.1
41+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
42+
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
43+
44+
#### .NET Core 3.1
45+
46+
- Microsoft.Data.SqlClient.SNI.runtime 2.1.1
47+
- Microsoft.Win32.Registry 4.7.0
48+
- System.Security.Principal.Windows 4.7.0
49+
- System.Text.Encoding.CodePages 4.7.0
50+
- System.Diagnostics.DiagnosticSource 4.7.0
51+
- System.Configuration.ConfigurationManager 4.7.0
52+
- System.Runtime.Caching 4.7.0
53+
- Microsoft.Identity.Client 4.21.1
54+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
55+
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
56+
57+
#### .NET Standard 2.0
58+
59+
- Microsoft.Data.SqlClient.SNI.runtime 2.1.1
60+
- Microsoft.Win32.Registry 4.7.0
61+
- System.Buffers 4.5.1
62+
- System.Memory 4.5.4
63+
- System.Security.Principal.Windows 4.7.0
64+
- System.Text.Encoding.CodePages 4.7.0
65+
- System.Runtime.Caching 4.7.0
66+
- Microsoft.Identity.Client 4.21.1
67+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
68+
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
69+
70+
#### .NET Standard 2.1
71+
72+
- Microsoft.Data.SqlClient.SNI.runtime 2.1.1
73+
- Microsoft.Win32.Registry 4.7.0
74+
- System.Buffers 4.5.1
75+
- System.Memory 4.5.4
76+
- System.Security.Principal.Windows 4.7.0
77+
- System.Text.Encoding.CodePages 4.7.0
78+
- System.Runtime.Caching 4.7.0
79+
- Microsoft.Identity.Client 4.21.1
80+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
81+
- Microsoft.IdentityModel.JsonWebTokens 6.8.0

release-notes/2.1/2.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ The following Microsoft.Data.SqlClient 2.1 stable releases have been shipped:
44

55
| Release Date | Version | Notes |
66
| :-- | :-- | :--: |
7+
| 2021/09/20 | 2.1.4 | [release notes](2.1.4.md) |
78
| 2021/05/21 | 2.1.3 | [release notes](2.1.3.md) |
89
| 2021/03/03 | 2.1.2 | [release notes](2.1.2.md) |
910
| 2020/12/18 | 2.1.1 | [release notes](2.1.1.md) |

release-notes/2.1/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ The following Microsoft.Data.SqlClient 2.1 stable releases have been shipped:
44

55
| Release Date | Version | Notes |
66
| :-- | :-- | :--: |
7+
| 2021/09/20 | 2.1.4 | [release notes](2.1.4.md) |
78
| 2021/05/21 | 2.1.3 | [release notes](2.1.3.md) |
89
| 2021/03/03 | 2.1.2 | [release notes](2.1.2.md) |
910
| 2020/12/18 | 2.1.1 | [release notes](2.1.1.md) |

0 commit comments

Comments
 (0)