diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e73042ee8..f6bc177c49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,15 +3,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## [Stable release 4.0.1] - 2022-01-14 +## [Stable release 4.0.1] - 2022-01-17 ### Added -AppContext switch `SuppressInsecureTLSWarning` is added to make users to be able to suppress TLS security warning while `Encrypt=false` on connection string. [#1457](https://github.com/dotnet/SqlClient/pull/1457) +Added AppContext switch `SuppressInsecureTLSWarning` to allow suppression of TLS security warning when using `Encrypt=false` in the connection string. [#1457](https://github.com/dotnet/SqlClient/pull/1457) ### Fixed -- Fixed the issue with Kerberos authentication using .NET 6. [#1411](https://github.com/dotnet/SqlClient/pull/1411) +- Fixed Kerberos authentication failure when using .NET 6. [#1411](https://github.com/dotnet/SqlClient/pull/1411) - Fixed connection failure when using `SqlLocalDB` instance pipe name. [#1433](https://github.com/dotnet/SqlClient/pull/1433) - Fixed a failure when executing concurrent queries requiring enclaves. [#1451](https://github.com/dotnet/SqlClient/pull/1451) - Updated obsolete API calls targeting .NET 6. [#1401](https://github.com/dotnet/SqlClient/pull/1401) diff --git a/release-notes/4.0/4.0.1.md b/release-notes/4.0/4.0.1.md index 26274e3545..7e43a9bcc8 100644 --- a/release-notes/4.0/4.0.1.md +++ b/release-notes/4.0/4.0.1.md @@ -1,19 +1,19 @@ # Release Notes -## Microsoft.Data.SqlClient 4.0.1 released 14 January 2022 +## Microsoft.Data.SqlClient 4.0.1 released 17 January 2022 This update brings the below changes over the previous preview release: ### Added -- AppContext switch `SuppressInsecureTLSWarning` is added to make users to be able to supress TLS security warning while `Encrypt=false` on connection string. [#1457](https://github.com/dotnet/SqlClient/pull/1457) [Read more](#suppress-tls-security-warnings) +- Added AppContext switch `SuppressInsecureTLSWarning` to allow suppression of TLS security warning when using `Encrypt=false` in the connection string. [#1457](https://github.com/dotnet/SqlClient/pull/1457) [Read more](#suppress-tls-security-warnings) -### Bug Fixes +### Fixed -- Fixed the issue with Kerberos authentication using .NET 6. [#1411](https://github.com/dotnet/SqlClient/pull/1411) -- Fixed the issue with `SqlLocalDB` instance pipe name. [#1433](https://github.com/dotnet/SqlClient/pull/1433) -- Fixed the issue with enclave providers not being thread safe. [#1451](https://github.com/dotnet/SqlClient/pull/1451) -- Updated obsolete API calls in NET6. [#1401](https://github.com/dotnet/SqlClient/pull/1401) +- Fixed Kerberos authentication failure when using .NET 6. [#1411](https://github.com/dotnet/SqlClient/pull/1411) +- Fixed connection failure when using `SqlLocalDB` instance pipe name. [#1433](https://github.com/dotnet/SqlClient/pull/1433) +- Fixed a failure when executing concurrent queries requiring enclaves. [#1451](https://github.com/dotnet/SqlClient/pull/1451) +- Updated obsolete API calls targeting .NET 6. [#1401](https://github.com/dotnet/SqlClient/pull/1401) ### Suppress TLS security warnings diff --git a/release-notes/4.0/4.0.md b/release-notes/4.0/4.0.md index 5d88cef2e5..c6a93a0724 100644 --- a/release-notes/4.0/4.0.md +++ b/release-notes/4.0/4.0.md @@ -4,7 +4,7 @@ The following Microsoft.Data.SqlClient 4.0 stable releases have been shipped: | Release Date | Version | Notes | | :-- | :-- | :--: | -| 2022/01/14 | 4.0.1 | [release notes](4.0.1.md) | +| 2022/01/17 | 4.0.1 | [release notes](4.0.1.md) | | 2021/11/18 | 4.0.0 | [release notes](4.0.0.md) | The following Microsoft.Data.SqlClient 4.0 preview releases have been shipped: diff --git a/release-notes/4.0/README.md b/release-notes/4.0/README.md index 5d88cef2e5..c6a93a0724 100644 --- a/release-notes/4.0/README.md +++ b/release-notes/4.0/README.md @@ -4,7 +4,7 @@ The following Microsoft.Data.SqlClient 4.0 stable releases have been shipped: | Release Date | Version | Notes | | :-- | :-- | :--: | -| 2022/01/14 | 4.0.1 | [release notes](4.0.1.md) | +| 2022/01/17 | 4.0.1 | [release notes](4.0.1.md) | | 2021/11/18 | 4.0.0 | [release notes](4.0.0.md) | The following Microsoft.Data.SqlClient 4.0 preview releases have been shipped: