You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@
3
3
All notable changes to this project will be documented in this file.
4
4
5
5
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
7
7
8
8
### Added
9
9
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)
11
11
12
12
### Fixed
13
13
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)
15
15
- Fixed connection failure when using `SqlLocalDB` instance pipe name. [#1433](https://github.com/dotnet/SqlClient/pull/1433)
16
16
- Fixed a failure when executing concurrent queries requiring enclaves. [#1451](https://github.com/dotnet/SqlClient/pull/1451)
17
17
- Updated obsolete API calls targeting .NET 6. [#1401](https://github.com/dotnet/SqlClient/pull/1401)
Copy file name to clipboardExpand all lines: release-notes/4.0/4.0.1.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
# Release Notes
2
2
3
-
## Microsoft.Data.SqlClient 4.0.1 released 14 January 2022
3
+
## Microsoft.Data.SqlClient 4.0.1 released 17 January 2022
4
4
5
5
This update brings the below changes over the previous preview release:
6
6
7
7
### Added
8
8
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)
10
10
11
-
### Bug Fixes
11
+
### Fixed
12
12
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)
0 commit comments