Skip to content

Commit 6cf9a93

Browse files
Edit | 4.0.1 update release note (#1477)
1 parent 35cb3e4 commit 6cf9a93

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
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/)
6-
## [Stable release 4.0.1] - 2022-01-14
6+
## [Stable release 4.0.1] - 2022-01-17
77

88
### Added
99

10-
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)
10+
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)
1111

1212
### Fixed
1313

14-
- Fixed the issue with Kerberos authentication using .NET 6. [#1411](https://github.com/dotnet/SqlClient/pull/1411)
14+
- Fixed Kerberos authentication failure when using .NET 6. [#1411](https://github.com/dotnet/SqlClient/pull/1411)
1515
- Fixed connection failure when using `SqlLocalDB` instance pipe name. [#1433](https://github.com/dotnet/SqlClient/pull/1433)
1616
- Fixed a failure when executing concurrent queries requiring enclaves. [#1451](https://github.com/dotnet/SqlClient/pull/1451)
1717
- Updated obsolete API calls targeting .NET 6. [#1401](https://github.com/dotnet/SqlClient/pull/1401)

release-notes/4.0/4.0.1.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Release Notes
22

3-
## Microsoft.Data.SqlClient 4.0.1 released 14 January 2022
3+
## Microsoft.Data.SqlClient 4.0.1 released 17 January 2022
44

55
This update brings the below changes over the previous preview release:
66

77
### Added
88

9-
- 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)
9+
- 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)
1010

11-
### Bug Fixes
11+
### Fixed
1212

13-
- Fixed the issue with Kerberos authentication using .NET 6. [#1411](https://github.com/dotnet/SqlClient/pull/1411)
14-
- Fixed the issue with `SqlLocalDB` instance pipe name. [#1433](https://github.com/dotnet/SqlClient/pull/1433)
15-
- Fixed the issue with enclave providers not being thread safe. [#1451](https://github.com/dotnet/SqlClient/pull/1451)
16-
- Updated obsolete API calls in NET6. [#1401](https://github.com/dotnet/SqlClient/pull/1401)
13+
- Fixed Kerberos authentication failure when using .NET 6. [#1411](https://github.com/dotnet/SqlClient/pull/1411)
14+
- Fixed connection failure when using `SqlLocalDB` instance pipe name. [#1433](https://github.com/dotnet/SqlClient/pull/1433)
15+
- Fixed a failure when executing concurrent queries requiring enclaves. [#1451](https://github.com/dotnet/SqlClient/pull/1451)
16+
- Updated obsolete API calls targeting .NET 6. [#1401](https://github.com/dotnet/SqlClient/pull/1401)
1717

1818
### Suppress TLS security warnings
1919

release-notes/4.0/4.0.md

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

55
| Release Date | Version | Notes |
66
| :-- | :-- | :--: |
7-
| 2022/01/14 | 4.0.1 | [release notes](4.0.1.md) |
7+
| 2022/01/17 | 4.0.1 | [release notes](4.0.1.md) |
88
| 2021/11/18 | 4.0.0 | [release notes](4.0.0.md) |
99

1010
The following Microsoft.Data.SqlClient 4.0 preview releases have been shipped:

release-notes/4.0/README.md

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

55
| Release Date | Version | Notes |
66
| :-- | :-- | :--: |
7-
| 2022/01/14 | 4.0.1 | [release notes](4.0.1.md) |
7+
| 2022/01/17 | 4.0.1 | [release notes](4.0.1.md) |
88
| 2021/11/18 | 4.0.0 | [release notes](4.0.0.md) |
99

1010
The following Microsoft.Data.SqlClient 4.0 preview releases have been shipped:

0 commit comments

Comments
 (0)