Skip to content

Commit

Permalink
Edit | 4.0.1 update release note (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavoudEshtehari authored Jan 17, 2022
1 parent 35cb3e4 commit 6cf9a93
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
14 changes: 7 additions & 7 deletions release-notes/4.0/4.0.1.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion release-notes/4.0/4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion release-notes/4.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6cf9a93

Please sign in to comment.