Browse Source

Merged PR 4234: Release notes 2.1.7

add note
pull/2290/head
Davoud Eshtehari 2 years ago
parent
commit
665af6cabe
  1. 7
      CHANGELOG.md
  2. 81
      release-notes/2.1/2.1.7.md
  3. 1
      release-notes/2.1/2.1.md
  4. 1
      release-notes/2.1/README.md

7
CHANGELOG.md

@ -597,6 +597,13 @@ This update brings the below changes over the previous release:
- Modified column encryption key store provider registrations to give built-in system providers precedence over providers registered on connection and command instances. [#1101](https://github.com/dotnet/SqlClient/pull/1101)
## [Stable Release 2.1.7] - 2024-01-09
### Fixed
- Fixed encryption downgrade issue. [CVE-2024-0056](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-0056)
- Fixed certificate chain validation logic flow.
## [Stable Release 2.1.6] - 2023-04-27
### Fixed

81
release-notes/2.1/2.1.7.md

@ -0,0 +1,81 @@
# Release Notes
## Microsoft.Data.SqlClient 2.1.7 released 9 January 2024
This update brings the below changes over the previous stable release:
### Fixed
- Fixed encryption downgrade issue. [CVE-2024-0056](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-0056)
- Fixed certificate chain validation logic flow.
### Target Platform Support
- .NET Framework 4.6+ (Windows x86, Windows x64)
- .NET Core 2.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)
### Ensure connections fail when encryption is required
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.
### Dependencies
#### .NET Framework
- Microsoft.Data.SqlClient.SNI 2.1.1
- Microsoft.Identity.Client 4.21.1
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
#### .NET Core 2.1
- Microsoft.Data.SqlClient.SNI.runtime 2.1.1
- Microsoft.Win32.Registry 4.7.0
- System.Security.Principal.Windows 4.7.0
- System.Text.Encoding.CodePages 4.7.0
- System.Diagnostics.DiagnosticSource 4.7.0
- System.Configuration.ConfigurationManager 4.7.0
- System.Runtime.Caching 4.7.0
- Microsoft.Identity.Client 4.21.1
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
#### .NET Core 3.1
- Microsoft.Data.SqlClient.SNI.runtime 2.1.1
- Microsoft.Win32.Registry 4.7.0
- System.Security.Principal.Windows 4.7.0
- System.Text.Encoding.CodePages 4.7.0
- System.Diagnostics.DiagnosticSource 4.7.0
- System.Configuration.ConfigurationManager 4.7.0
- System.Runtime.Caching 4.7.0
- Microsoft.Identity.Client 4.21.1
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
#### .NET Standard 2.0
- Microsoft.Data.SqlClient.SNI.runtime 2.1.1
- Microsoft.Win32.Registry 4.7.0
- System.Buffers 4.5.1
- System.Memory 4.5.4
- System.Security.Principal.Windows 4.7.0
- System.Text.Encoding.CodePages 4.7.0
- System.Runtime.Caching 4.7.0
- Microsoft.Identity.Client 4.21.1
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
#### .NET Standard 2.1
- Microsoft.Data.SqlClient.SNI.runtime 2.1.1
- Microsoft.Win32.Registry 4.7.0
- System.Buffers 4.5.1
- System.Memory 4.5.4
- System.Security.Principal.Windows 4.7.0
- System.Text.Encoding.CodePages 4.7.0
- System.Runtime.Caching 4.7.0
- Microsoft.Identity.Client 4.21.1
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
- Microsoft.IdentityModel.JsonWebTokens 6.8.0

1
release-notes/2.1/2.1.md

@ -4,6 +4,7 @@ The following Microsoft.Data.SqlClient 2.1 stable releases have been shipped:
| Release Date | Version | Notes |
| :-- | :-- | :--: |
| 2024/01/09 | 2.1.7 | [release notes](2.1.7.md) |
| 2023/04/27 | 2.1.6 | [release notes](2.1.6.md) |
| 2022/08/30 | 2.1.5 | [release notes](2.1.5.md) |
| 2021/09/20 | 2.1.4 | [release notes](2.1.4.md) |

1
release-notes/2.1/README.md

@ -4,6 +4,7 @@ The following Microsoft.Data.SqlClient 2.1 stable releases have been shipped:
| Release Date | Version | Notes |
| :-- | :-- | :--: |
| 2024/01/09 | 2.1.7 | [release notes](2.1.7.md) |
| 2023/04/27 | 2.1.6 | [release notes](2.1.6.md) |
| 2022/08/30 | 2.1.5 | [release notes](2.1.5.md) |
| 2021/09/20 | 2.1.4 | [release notes](2.1.4.md) |

Loading…
Cancel
Save