From 91416f0ff0a135462369a44389903c7f775df6b5 Mon Sep 17 00:00:00 2001 From: dauinsight Date: Fri, 9 Aug 2024 08:53:47 -0700 Subject: [PATCH 1/7] Release notes 5.1.6 --- release-notes/5.1/5.1.6.md | 70 +++++++++++++++++++++++++++++++++++++ release-notes/5.1/5.1.md | 1 + release-notes/5.1/README.md | 1 + 3 files changed, 72 insertions(+) create mode 100644 release-notes/5.1/5.1.6.md diff --git a/release-notes/5.1/5.1.6.md b/release-notes/5.1/5.1.6.md new file mode 100644 index 0000000000..4bd41f37db --- /dev/null +++ b/release-notes/5.1/5.1.6.md @@ -0,0 +1,70 @@ +# Release Notes + +## Microsoft.Data.SqlClient 5.1.6 released 9 August 2024 + +This update includes the following changes over the previous release: + +### Contributors +Thanks to the following public contributors. Their efforts toward this project are very much appreciated. + +### Fixed + +- Fixed Transient fault handling issue with `OpenAsync`. [#1983](https://github.com/dotnet/SqlClient/pull/1983) [#2508](https://github.com/dotnet/SqlClient/pull/2508) + +### Changed + +- Upgraded `Azure.Identity` version from 1.11.3 to 1.11.4 [#2529] (https://github.com/dotnet/SqlClient/pull/2529) [#2649] (https://github.com/dotnet/SqlClient/pull/2649) + +## Target Platform Support + +- .NET Framework 4.6.2+ (Windows x86, Windows x64) +- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) +- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) + +### Dependencies + +#### .NET Framework + +- Microsoft.Data.SqlClient.SNI 5.1.1 +- Azure.Identity 1.11.4 +- Microsoft.Identity.Client 4.61.3 +- Microsoft.IdentityModel.JsonWebTokens 6.35.0 +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0 +- System.Buffers 4.5.1 +- System.Configuration.ConfigurationManager 6.0.1 +- System.Runtime.InteropServices.RuntimeInformation 4.3.0 +- System.Text.Encodings.Web 6.0.0 + +#### .NET + +- Microsoft.Data.SqlClient.SNI.runtime 5.1.1 +- Azure.Identity 1.11.4 +- Microsoft.Identity.Client 4.61.3 +- Microsoft.IdentityModel.JsonWebTokens 6.35.0 +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0 +- Microsoft.SqlServer.Server 1.0.0 +- System.Configuration.ConfigurationManager 6.0.1 +- System.Diagnostics.DiagnosticSource 6.0.0 +- System.Runtime.Caching 6.0.0 +- System.Text.Encoding.CodePages 6.0.0 +- System.Text.Encodings.Web 6.0.0 +- System.Security.Cryptography.Cng 5.0.0 +- System.Security.Principal.Windows 5.0.0 + +#### .NET Standard + +- Microsoft.Data.SqlClient.SNI.runtime 5.1.1 +- Azure.Identity 1.11.4 +- Microsoft.Identity.Client 4.61.3 +- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0 +- Microsoft.IdentityModel.JsonWebTokens 6.35.0 +- Microsoft.SqlServer.Server 1.0.0 +- Microsoft.Win32.Registry 5.0.0 +- System.Buffers 4.5.1 +- System.Configuration.ConfigurationManager 6.0.1 +- System.Runtime.Caching 6.0.0 +- System.Text.Encoding.CodePages 6.0.0 +- System.Text.Encodings.Web 6.0.0 +- System.Runtime.Loader 4.3.0 +- System.Security.Cryptography.Cng 5.0.0 +- System.Security.Principal.Windows 5.0.0 diff --git a/release-notes/5.1/5.1.md b/release-notes/5.1/5.1.md index 09b83805c2..16b9bb226d 100644 --- a/release-notes/5.1/5.1.md +++ b/release-notes/5.1/5.1.md @@ -4,6 +4,7 @@ The following Microsoft.Data.SqlClient 5.1 stable releases have been shipped: | Release Date | Version | Notes | | :-- | :-- | :--: | +| 2024/08/09 | 5.1.6 | [release notes](5.1.6.md) | | 2024/01/29 | 5.1.5 | [release notes](5.1.5.md) | | 2024/01/09 | 5.1.4 | [release notes](5.1.4.md) | | 2024/01/09 | 5.1.3 | [release notes](5.1.3.md) | diff --git a/release-notes/5.1/README.md b/release-notes/5.1/README.md index 09b83805c2..16b9bb226d 100644 --- a/release-notes/5.1/README.md +++ b/release-notes/5.1/README.md @@ -4,6 +4,7 @@ The following Microsoft.Data.SqlClient 5.1 stable releases have been shipped: | Release Date | Version | Notes | | :-- | :-- | :--: | +| 2024/08/09 | 5.1.6 | [release notes](5.1.6.md) | | 2024/01/29 | 5.1.5 | [release notes](5.1.5.md) | | 2024/01/09 | 5.1.4 | [release notes](5.1.4.md) | | 2024/01/09 | 5.1.3 | [release notes](5.1.3.md) | From 8ed1a43ce2c4e40400887296afef85c6cabeb3da Mon Sep 17 00:00:00 2001 From: dauinsight Date: Fri, 9 Aug 2024 09:47:58 -0700 Subject: [PATCH 2/7] Add Microsoft.Identity.Client upgrade --- release-notes/5.1/5.1.6.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release-notes/5.1/5.1.6.md b/release-notes/5.1/5.1.6.md index 4bd41f37db..b84596dc5a 100644 --- a/release-notes/5.1/5.1.6.md +++ b/release-notes/5.1/5.1.6.md @@ -13,7 +13,8 @@ Thanks to the following public contributors. Their efforts toward this project a ### Changed -- Upgraded `Azure.Identity` version from 1.11.3 to 1.11.4 [#2529] (https://github.com/dotnet/SqlClient/pull/2529) [#2649] (https://github.com/dotnet/SqlClient/pull/2649) +- Upgraded `Azure.Identity` version from 1.11.3 to 1.11.4 [#2649] (https://github.com/dotnet/SqlClient/pull/2649) [#2529] (https://github.com/dotnet/SqlClient/pull/2529) to address [CVE-2024-35255](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9) +- Upgraded `Microsoft.Identity.Client` version from 4.60.0 to 4.61.3 [#2649] (https://github.com/dotnet/SqlClient/pull/2649) [#2529] (https://github.com/dotnet/SqlClient/pull/2529) to address [CVE-2024-35255](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9) ## Target Platform Support From 7cd2655560547b6214529d3728870cf52b21fe42 Mon Sep 17 00:00:00 2001 From: dauinsight Date: Fri, 9 Aug 2024 13:43:50 -0700 Subject: [PATCH 3/7] Add additional commits to release notes --- release-notes/5.1/5.1.6.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release-notes/5.1/5.1.6.md b/release-notes/5.1/5.1.6.md index b84596dc5a..242fa70da7 100644 --- a/release-notes/5.1/5.1.6.md +++ b/release-notes/5.1/5.1.6.md @@ -10,11 +10,13 @@ Thanks to the following public contributors. Their efforts toward this project a ### Fixed - Fixed Transient fault handling issue with `OpenAsync`. [#1983](https://github.com/dotnet/SqlClient/pull/1983) [#2508](https://github.com/dotnet/SqlClient/pull/2508) +- Fixed AcquireTokenAsync timeout handling for edge cases in ActiveDirectoryAuthenticationProvider [#2706](https://github.com/dotnet/SqlClient/pull/2706) ### Changed -- Upgraded `Azure.Identity` version from 1.11.3 to 1.11.4 [#2649] (https://github.com/dotnet/SqlClient/pull/2649) [#2529] (https://github.com/dotnet/SqlClient/pull/2529) to address [CVE-2024-35255](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9) +- Upgraded `Azure.Identity` version from 1.11.3 to 1.11.4 [#2649] (https://github.com/dotnet/SqlClient/pull/2649) [#2529] (https://github.com/dotnet/SqlClient/pull/2529) to address [CVE-2024-35255](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9) - Upgraded `Microsoft.Identity.Client` version from 4.60.0 to 4.61.3 [#2649] (https://github.com/dotnet/SqlClient/pull/2649) [#2529] (https://github.com/dotnet/SqlClient/pull/2529) to address [CVE-2024-35255](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9) +- Code health improvements: [#2490] (https://github.com/dotnet/SqlClient/pull/2490) ## Target Platform Support From 8cb85c9fdea837df9e2ef428472766e7a8ea7176 Mon Sep 17 00:00:00 2001 From: dauinsight Date: Fri, 9 Aug 2024 16:31:11 -0700 Subject: [PATCH 4/7] Update changelog.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b8d651ebf..6d5e79ee00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -216,6 +216,19 @@ This update brings the below changes over the previous release: - Added Microsoft.SqlServer.Types to verify support for SqlHierarchyId and Spatial for .NET Core. [#1848](https://github.com/dotnet/SqlClient/pull/1848) - Code health improvements:[#1943](https://github.com/dotnet/SqlClient/pull/1943)[#1949](https://github.com/dotnet/SqlClient/pull/1949)[#1198](https://github.com/dotnet/SqlClient/pull/1198)[#1829](https://github.com/dotnet/SqlClient/pull/1829) +## [Stable release 5.1.6] - 2024-08-09 + +### Fixed + +- Fixed Transient fault handling issue with `OpenAsync`. [#1983](https://github.com/dotnet/SqlClient/pull/1983) [#2508](https://github.com/dotnet/SqlClient/pull/2508) +- Fixed AcquireTokenAsync timeout handling for edge cases in ActiveDirectoryAuthenticationProvider [#2706](https://github.com/dotnet/SqlClient/pull/2706) + +### Changed + +- Upgraded `Azure.Identity` version from 1.11.3 to 1.11.4 [#2649] (https://github.com/dotnet/SqlClient/pull/2649) [#2529] (https://github.com/dotnet/SqlClient/pull/2529) to address [CVE-2024-35255](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9) +- Upgraded `Microsoft.Identity.Client` version from 4.60.0 to 4.61.3 [#2649] (https://github.com/dotnet/SqlClient/pull/2649) [#2529] (https://github.com/dotnet/SqlClient/pull/2529) to address [CVE-2024-35255](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9) +- Code health improvements: [#2490] (https://github.com/dotnet/SqlClient/pull/2490) + ## [Stable release 5.1.5] - 2024-01-29 This update brings the below changes over the previous release: From c7b042a981f71877b2a062878ebee8e1bff81b6f Mon Sep 17 00:00:00 2001 From: dauinsight Date: Fri, 16 Aug 2024 12:02:51 -0700 Subject: [PATCH 5/7] Add additional changes --- CHANGELOG.md | 7 ++++--- release-notes/5.1/5.1.6.md | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d5e79ee00..89e17b97c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -221,12 +221,13 @@ This update brings the below changes over the previous release: ### Fixed - Fixed Transient fault handling issue with `OpenAsync`. [#1983](https://github.com/dotnet/SqlClient/pull/1983) [#2508](https://github.com/dotnet/SqlClient/pull/2508) -- Fixed AcquireTokenAsync timeout handling for edge cases in ActiveDirectoryAuthenticationProvider [#2706](https://github.com/dotnet/SqlClient/pull/2706) +- Fixed `AcquireTokenAsync` timeout handling for edge cases in `ActiveDirectoryAuthenticationProvider`. [#2706](https://github.com/dotnet/SqlClient/pull/2706) ### Changed -- Upgraded `Azure.Identity` version from 1.11.3 to 1.11.4 [#2649] (https://github.com/dotnet/SqlClient/pull/2649) [#2529] (https://github.com/dotnet/SqlClient/pull/2529) to address [CVE-2024-35255](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9) -- Upgraded `Microsoft.Identity.Client` version from 4.60.0 to 4.61.3 [#2649] (https://github.com/dotnet/SqlClient/pull/2649) [#2529] (https://github.com/dotnet/SqlClient/pull/2529) to address [CVE-2024-35255](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9) +- Upgraded `Azure.Identity` version from 1.11.3 to 1.11.4 [#2649] (https://github.com/dotnet/SqlClient/pull/2649) [#2529] (https://github.com/dotnet/SqlClient/pull/2529) to address [CVE-2024-35255](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9). +- Upgraded `Microsoft.Identity.Client` version from 4.60.0 to 4.61.3 [#2649] (https://github.com/dotnet/SqlClient/pull/2649) [#2529] (https://github.com/dotnet/SqlClient/pull/2529) to address [CVE-2024-35255](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9). +- Added caching to `TokenCredential` objects to take advantage of token caching. [#2776](https://github.com/dotnet/SqlClient/pull/2776) - Code health improvements: [#2490] (https://github.com/dotnet/SqlClient/pull/2490) ## [Stable release 5.1.5] - 2024-01-29 diff --git a/release-notes/5.1/5.1.6.md b/release-notes/5.1/5.1.6.md index 242fa70da7..523bf89af0 100644 --- a/release-notes/5.1/5.1.6.md +++ b/release-notes/5.1/5.1.6.md @@ -10,12 +10,13 @@ Thanks to the following public contributors. Their efforts toward this project a ### Fixed - Fixed Transient fault handling issue with `OpenAsync`. [#1983](https://github.com/dotnet/SqlClient/pull/1983) [#2508](https://github.com/dotnet/SqlClient/pull/2508) -- Fixed AcquireTokenAsync timeout handling for edge cases in ActiveDirectoryAuthenticationProvider [#2706](https://github.com/dotnet/SqlClient/pull/2706) +- Fixed `AcquireTokenAsync` timeout handling for edge cases in `ActiveDirectoryAuthenticationProvider`. [#2706](https://github.com/dotnet/SqlClient/pull/2706) ### Changed -- Upgraded `Azure.Identity` version from 1.11.3 to 1.11.4 [#2649] (https://github.com/dotnet/SqlClient/pull/2649) [#2529] (https://github.com/dotnet/SqlClient/pull/2529) to address [CVE-2024-35255](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9) -- Upgraded `Microsoft.Identity.Client` version from 4.60.0 to 4.61.3 [#2649] (https://github.com/dotnet/SqlClient/pull/2649) [#2529] (https://github.com/dotnet/SqlClient/pull/2529) to address [CVE-2024-35255](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9) +- Upgraded `Azure.Identity` version from 1.11.3 to 1.11.4 [#2649] (https://github.com/dotnet/SqlClient/pull/2649) [#2529] (https://github.com/dotnet/SqlClient/pull/2529) to address [CVE-2024-35255](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9). +- Upgraded `Microsoft.Identity.Client` version from 4.60.0 to 4.61.3 [#2649] (https://github.com/dotnet/SqlClient/pull/2649) [#2529] (https://github.com/dotnet/SqlClient/pull/2529) to address [CVE-2024-35255](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9). +- Added caching to `TokenCredential` objects to take advantage of token caching. [#2776](https://github.com/dotnet/SqlClient/pull/2776) - Code health improvements: [#2490] (https://github.com/dotnet/SqlClient/pull/2490) ## Target Platform Support From ba1b68da0f2ae52afea56185dbfc7c4789bb5b6b Mon Sep 17 00:00:00 2001 From: dauinsight Date: Mon, 26 Aug 2024 18:34:18 -0700 Subject: [PATCH 6/7] Update with latest fixes --- release-notes/5.1/5.1.6.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/5.1/5.1.6.md b/release-notes/5.1/5.1.6.md index 523bf89af0..d7bd461189 100644 --- a/release-notes/5.1/5.1.6.md +++ b/release-notes/5.1/5.1.6.md @@ -11,6 +11,7 @@ Thanks to the following public contributors. Their efforts toward this project a - Fixed Transient fault handling issue with `OpenAsync`. [#1983](https://github.com/dotnet/SqlClient/pull/1983) [#2508](https://github.com/dotnet/SqlClient/pull/2508) - Fixed `AcquireTokenAsync` timeout handling for edge cases in `ActiveDirectoryAuthenticationProvider`. [#2706](https://github.com/dotnet/SqlClient/pull/2706) +- Fixed pending data with `SqlDataReader` against an encrypted column. [#2618](https://github.com/dotnet/SqlClient/pull/2618) [#2818](https://github.com/dotnet/SqlClient/pull/2818) ### Changed From c20d439df3eef58e7520726409f46b6b0a2fc4c9 Mon Sep 17 00:00:00 2001 From: dauinsight Date: Mon, 26 Aug 2024 18:37:58 -0700 Subject: [PATCH 7/7] Reorder and update date --- CHANGELOG.md | 3 ++- release-notes/5.1/5.1.6.md | 2 +- release-notes/5.1/5.1.md | 2 +- release-notes/5.1/README.md | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e17b97c7..7a4e462c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -216,12 +216,13 @@ This update brings the below changes over the previous release: - Added Microsoft.SqlServer.Types to verify support for SqlHierarchyId and Spatial for .NET Core. [#1848](https://github.com/dotnet/SqlClient/pull/1848) - Code health improvements:[#1943](https://github.com/dotnet/SqlClient/pull/1943)[#1949](https://github.com/dotnet/SqlClient/pull/1949)[#1198](https://github.com/dotnet/SqlClient/pull/1198)[#1829](https://github.com/dotnet/SqlClient/pull/1829) -## [Stable release 5.1.6] - 2024-08-09 +## [Stable release 5.1.6] - 2024-08-27 ### Fixed - Fixed Transient fault handling issue with `OpenAsync`. [#1983](https://github.com/dotnet/SqlClient/pull/1983) [#2508](https://github.com/dotnet/SqlClient/pull/2508) - Fixed `AcquireTokenAsync` timeout handling for edge cases in `ActiveDirectoryAuthenticationProvider`. [#2706](https://github.com/dotnet/SqlClient/pull/2706) +- Fixed pending data with `SqlDataReader` against an encrypted column. [#2618](https://github.com/dotnet/SqlClient/pull/2618) [#2818](https://github.com/dotnet/SqlClient/pull/2818) ### Changed diff --git a/release-notes/5.1/5.1.6.md b/release-notes/5.1/5.1.6.md index d7bd461189..a5404c84da 100644 --- a/release-notes/5.1/5.1.6.md +++ b/release-notes/5.1/5.1.6.md @@ -1,6 +1,6 @@ # Release Notes -## Microsoft.Data.SqlClient 5.1.6 released 9 August 2024 +## Microsoft.Data.SqlClient 5.1.6 released 27 August 2024 This update includes the following changes over the previous release: diff --git a/release-notes/5.1/5.1.md b/release-notes/5.1/5.1.md index 16b9bb226d..99db6d4c58 100644 --- a/release-notes/5.1/5.1.md +++ b/release-notes/5.1/5.1.md @@ -4,7 +4,7 @@ The following Microsoft.Data.SqlClient 5.1 stable releases have been shipped: | Release Date | Version | Notes | | :-- | :-- | :--: | -| 2024/08/09 | 5.1.6 | [release notes](5.1.6.md) | +| 2024/08/27 | 5.1.6 | [release notes](5.1.6.md) | | 2024/01/29 | 5.1.5 | [release notes](5.1.5.md) | | 2024/01/09 | 5.1.4 | [release notes](5.1.4.md) | | 2024/01/09 | 5.1.3 | [release notes](5.1.3.md) | diff --git a/release-notes/5.1/README.md b/release-notes/5.1/README.md index 16b9bb226d..99db6d4c58 100644 --- a/release-notes/5.1/README.md +++ b/release-notes/5.1/README.md @@ -4,7 +4,7 @@ The following Microsoft.Data.SqlClient 5.1 stable releases have been shipped: | Release Date | Version | Notes | | :-- | :-- | :--: | -| 2024/08/09 | 5.1.6 | [release notes](5.1.6.md) | +| 2024/08/27 | 5.1.6 | [release notes](5.1.6.md) | | 2024/01/29 | 5.1.5 | [release notes](5.1.5.md) | | 2024/01/09 | 5.1.4 | [release notes](5.1.4.md) | | 2024/01/09 | 5.1.3 | [release notes](5.1.3.md) |