From 5cb29601f5d04bcc4beba758383825c714672086 Mon Sep 17 00:00:00 2001 From: Saransh Sharma Date: Thu, 14 Aug 2025 13:55:34 -0700 Subject: [PATCH 1/6] Prepare release notes for v6.1.1 --- CHANGELOG.md | 70 +++++++++++++++++++++++++++++++++++++ release-notes/6.1/6.1.1.md | 0 release-notes/6.1/README.md | 1 + 3 files changed, 71 insertions(+) create mode 100644 release-notes/6.1/6.1.1.md diff --git a/CHANGELOG.md b/CHANGELOG.md index af9372721d..f6476fb8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,76 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) # Release Notes +## [ Stable Release 6.1.1] - 2025-08-14 + +This update brings the following changes since the +[6.1.0](6.1.0.md) release: + +### Fixed + +- Reverted several large changes made to improve partial packet detection, fixup, and replay functionality to address regressions introduced in 6.1.0. + ([#3556](https://github.com/dotnet/SqlClient/pull/3556)) +- Corrected reference assemblies for vector support and re-enabled vector and JSON tests to prevent API surface mismatches. + ([#3562](https://github.com/dotnet/SqlClient/pull/3562)) + +### Changed + +#### Revert partial-packet logic and replay fixes + +*What Changed:* + +- Reverted several changes related to partial packet detection, fixup, and replay functionality to address regressions introduced in 6.1.0. + ([#3556](https://github.com/dotnet/SqlClient/pull/3556)) + +*Who Benefits:* + +- Applications affected by regressions in async read or packet handling will have restored behavior and improved stability. + +*Impact:* + +- Restores compatibility and resolves reliability issues introduced in v6.1.0. + +#### Enable vector and JSON tests, fix reference assemblies + +*What Changed:* + +- Applied reference assembly corrections supporting vector, fixed JSON tests, and ensured related tests are enabled. + ([#3562](https://github.com/dotnet/SqlClient/pull/3562)) + +*Who Benefits:* + +- Developers relying on updated vector support or testing frameworks benefit from consistent builds. + +*Impact:* + +- No end-user behavior change; improves CI and test reliability. + +#### Upgraded `Azure.Identity` and other dependencies to newer versions. + +*What Changed:* + +- Upgraded `Azure.Identity` and other dependencies to newer versions. + ([#3538](https://github.com/dotnet/SqlClient/pull/3538)) + ([#3552](https://github.com/dotnet/SqlClient/pull/3552)) + +*Who Benefits:* + +- Users gain compatibility with recent identity and auth packages, including security and performance patches in dependencies. + +*Impact:* + +- Slight potential for behavior differences tied to third-party dependency updates. + +#### Other Changes + +- Fix API documentation. + ([#3533](https://github.com/dotnet/SqlClient/pull/3533)) +- Add CodeQL suppressions for DefaultAzureCredential. + ([#3542](https://github.com/dotnet/SqlClient/pull/3542), + [#3550](https://github.com/dotnet/SqlClient/pull/3550)) +- Fix project dependencies. + ([#3561](https://github.com/dotnet/SqlClient/pull/3561)) + ## [Stable Release 6.1.0] - 2025-07-25 This update brings the following changes since the diff --git a/release-notes/6.1/6.1.1.md b/release-notes/6.1/6.1.1.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/release-notes/6.1/README.md b/release-notes/6.1/README.md index e9cccc3732..83a106b744 100644 --- a/release-notes/6.1/README.md +++ b/release-notes/6.1/README.md @@ -4,6 +4,7 @@ The following Microsoft.Data.SqlClient 6.1 preview releases have been shipped: | Release Date | Version | Notes | | :-- | :-- | :--: | +| 2025-08-14 | 6.1.1 | [Release Notes](6.1.1.md) | | 2025-07-25 | 6.1.0 | [Release Notes](6.1.0.md) | | 2025-06-27 | 6.1.0-preview2.25178.5 | [Release Notes](6.1.0-preview2.md) | | 2025-04-30 | 6.1.0-preview1.25120.4 | [Release Notes](6.1.0-preview1.md) | From 24cb04d8be7c02506c4576506d22521c19de2f48 Mon Sep 17 00:00:00 2001 From: Saransh Sharma Date: Thu, 14 Aug 2025 13:57:55 -0700 Subject: [PATCH 2/6] Add release notes file --- release-notes/6.1/6.1.1.md | 146 +++++++++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) diff --git a/release-notes/6.1/6.1.1.md b/release-notes/6.1/6.1.1.md index e69de29bb2..ab5469d7d7 100644 --- a/release-notes/6.1/6.1.1.md +++ b/release-notes/6.1/6.1.1.md @@ -0,0 +1,146 @@ +# Release Notes + +## Stable Release 6.1.0 - 2025-07-25 + +This update brings the following changes since the +[6.1.0](6.1.0.md) release: + +### Fixed + +- Reverted several large changes made to improve partial packet detection, fixup, and replay functionality to address regressions introduced in 6.1.0. + ([#3556](https://github.com/dotnet/SqlClient/pull/3556)) +- Corrected reference assemblies for vector support and re-enabled vector and JSON tests to prevent API surface mismatches. + ([#3562](https://github.com/dotnet/SqlClient/pull/3562)) + +### Changed + +#### Revert partial-packet logic and replay fixes + +*What Changed:* + +- Reverted several changes related to partial packet detection, fixup, and replay functionality to address regressions introduced in 6.1.0. + ([#3556](https://github.com/dotnet/SqlClient/pull/3556)) + +*Who Benefits:* + +- Applications affected by regressions in async read or packet handling will have restored behavior and improved stability. + +*Impact:* + +- Restores compatibility and resolves reliability issues introduced in v6.1.0. + +#### Enable vector and JSON tests, fix reference assemblies + +*What Changed:* + +- Applied reference assembly corrections supporting vector, fixed JSON tests, and ensured related tests are enabled. + ([#3562](https://github.com/dotnet/SqlClient/pull/3562)) + +*Who Benefits:* + +- Developers relying on updated vector support or testing frameworks benefit from consistent builds. + +*Impact:* + +- No end-user behavior change; improves CI and test reliability. + +#### Upgraded `Azure.Identity` and other dependencies to newer versions. + +*What Changed:* + +- Upgraded `Azure.Identity` and other dependencies to newer versions. + ([#3538](https://github.com/dotnet/SqlClient/pull/3538)) + ([#3552](https://github.com/dotnet/SqlClient/pull/3552)) + +*Who Benefits:* + +- Users gain compatibility with recent identity and auth packages, including security and performance patches in dependencies. + +*Impact:* + +- Slight potential for behavior differences tied to third-party dependency updates. + +#### Other Changes + +- Fix API documentation. + ([#3533](https://github.com/dotnet/SqlClient/pull/3533)) +- Add CodeQL suppressions for DefaultAzureCredential. + ([#3542](https://github.com/dotnet/SqlClient/pull/3542), + [#3550](https://github.com/dotnet/SqlClient/pull/3550)) +- Fix project dependencies. + ([#3561](https://github.com/dotnet/SqlClient/pull/3561)) + +## Contributors + +We thank the following public contributors. Their efforts toward this project +are very much appreciated. + +- [edwardneal](https://github.com/edwardneal) +- [ErikEJ](https://github.com/ErikEJ) +- [MichelZ](https://github.com/MichelZ) +- [twsouthwick](https://github.com/twsouthwick) +- [Wraith2](https://github.com/Wraith2) + +## Target Platform Support + +- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64) +- .NET 8.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) + +### Dependencies + +#### .NET Standard 2.0 + +- Azure.Core 1.47.1 +- Azure.Identity 1.14.2 +- Microsoft.Bcl.Cryptography 9.0.4 +- Microsoft.Data.SqlClient.SNI.runtime 6.0.2 +- Microsoft.Extensions.Caching.Memory 9.0.4 +- Microsoft.IdentityModel.JsonWebTokens 7.7.1 +- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1 +- Microsoft.SqlServer.Server 1.0.0 +- System.Configuration.ConfigurationManager 9.0.4 +- System.Security.Cryptography.Pkcs 9.0.4 +- System.Text.Json 9.0.5 + +#### .NET Framework 4.6.2+ + +- Azure.Core 1.47.1 +- Azure.Identity 1.14.2 +- Microsoft.Bcl.Cryptography 8.0.0 +- Microsoft.Data.SqlClient.SNI 6.0.2 +- Microsoft.Extensions.Caching.Memory 8.0.1 +- Microsoft.IdentityModel.JsonWebTokens 7.7.1 +- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1 +- System.Buffers 4.5.1 +- System.Data.Common 4.3.0 +- System.Security.Cryptography.Pkcs 8.0.1 +- System.Text.Encodings.Web 8.0.0 +- System.Text.Json 8.0.5 + +#### .NET 8.0 + +- Azure.Core 1.47.1 +- Azure.Identity 1.14.2 +- Microsoft.Bcl.Cryptography 8.0.0 +- Microsoft.Data.SqlClient.SNI.runtime 6.0.2 +- Microsoft.Extensions.Caching.Memory 8.0.1 +- Microsoft.IdentityModel.JsonWebTokens 7.7.1 +- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1 +- Microsoft.SqlServer.Server 1.0.0 +- System.Configuration.ConfigurationManager 8.0.1 +- System.Security.Cryptography.Pkcs 8.0.1 +- System.Text.Json 8.0.5 + +#### .NET 9.0 + +- Azure.Core 1.47.1 +- Azure.Identity 1.14.2 +- Microsoft.Bcl.Cryptography 9.0.4 +- Microsoft.Data.SqlClient.SNI.runtime 6.0.2 +- Microsoft.Extensions.Caching.Memory 9.0.4 +- Microsoft.IdentityModel.JsonWebTokens 7.7.1 +- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1 +- Microsoft.SqlServer.Server 1.0.0 +- System.Configuration.ConfigurationManager 9.0.4 +- System.Security.Cryptography.Pkcs 9.0.4 +- System.Text.Json 9.0.5 From 93c0ccad4a339411b924ce2241443950b2d6ce2b Mon Sep 17 00:00:00 2001 From: Saransh Sharma Date: Thu, 14 Aug 2025 14:02:35 -0700 Subject: [PATCH 3/6] Date changes --- CHANGELOG.md | 2 +- release-notes/6.1/6.1.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6476fb8ec..b8d8e20cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,7 +60,7 @@ This update brings the following changes since the *Who Benefits:* -- Users gain compatibility with recent identity and auth packages, including security and performance patches in dependencies. +- Users gain compatibility with recent identity and auth packages, including security and performance patches in dependencies. *Impact:* diff --git a/release-notes/6.1/6.1.1.md b/release-notes/6.1/6.1.1.md index ab5469d7d7..3521b1ea1c 100644 --- a/release-notes/6.1/6.1.1.md +++ b/release-notes/6.1/6.1.1.md @@ -1,6 +1,6 @@ # Release Notes -## Stable Release 6.1.0 - 2025-07-25 +## Stable Release 6.1.1 - 2025-08-14 This update brings the following changes since the [6.1.0](6.1.0.md) release: From bc5e338fe8d0eabf254615bfa5c551ab982c25ad Mon Sep 17 00:00:00 2001 From: Saransh Sharma Date: Thu, 14 Aug 2025 15:42:51 -0700 Subject: [PATCH 4/6] Review changes --- CHANGELOG.md | 66 +++----------------------------------- release-notes/6.1/6.1.1.md | 66 +++----------------------------------- 2 files changed, 8 insertions(+), 124 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d8e20cb3..1deffbf6f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,74 +7,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) # Release Notes ## [ Stable Release 6.1.1] - 2025-08-14 - -This update brings the following changes since the -[6.1.0](6.1.0.md) release: +This update includes the following changes since the [6.1.0](6.1.0.md) release: ### Fixed - -- Reverted several large changes made to improve partial packet detection, fixup, and replay functionality to address regressions introduced in 6.1.0. - ([#3556](https://github.com/dotnet/SqlClient/pull/3556)) -- Corrected reference assemblies for vector support and re-enabled vector and JSON tests to prevent API surface mismatches. - ([#3562](https://github.com/dotnet/SqlClient/pull/3562)) - -### Changed - -#### Revert partial-packet logic and replay fixes - -*What Changed:* - -- Reverted several changes related to partial packet detection, fixup, and replay functionality to address regressions introduced in 6.1.0. +- Reverted the packet multiplexing design changes that caused several regressions in 6.1.0, to bring back stability in the driver. ([#3556](https://github.com/dotnet/SqlClient/pull/3556)) - -*Who Benefits:* - -- Applications affected by regressions in async read or packet handling will have restored behavior and improved stability. - -*Impact:* - -- Restores compatibility and resolves reliability issues introduced in v6.1.0. - -#### Enable vector and JSON tests, fix reference assemblies - -*What Changed:* - - Applied reference assembly corrections supporting vector, fixed JSON tests, and ensured related tests are enabled. - ([#3562](https://github.com/dotnet/SqlClient/pull/3562)) - -*Who Benefits:* - -- Developers relying on updated vector support or testing frameworks benefit from consistent builds. - -*Impact:* - -- No end-user behavior change; improves CI and test reliability. - -#### Upgraded `Azure.Identity` and other dependencies to newer versions. - -*What Changed:* - + ([#3521](https://github.com/dotnet/SqlClient/pull/3521)) - Upgraded `Azure.Identity` and other dependencies to newer versions. ([#3538](https://github.com/dotnet/SqlClient/pull/3538)) - ([#3552](https://github.com/dotnet/SqlClient/pull/3552)) - -*Who Benefits:* - -- Users gain compatibility with recent identity and auth packages, including security and performance patches in dependencies. - -*Impact:* - -- Slight potential for behavior differences tied to third-party dependency updates. - -#### Other Changes - -- Fix API documentation. - ([#3533](https://github.com/dotnet/SqlClient/pull/3533)) -- Add CodeQL suppressions for DefaultAzureCredential. - ([#3542](https://github.com/dotnet/SqlClient/pull/3542), - [#3550](https://github.com/dotnet/SqlClient/pull/3550)) -- Fix project dependencies. - ([#3561](https://github.com/dotnet/SqlClient/pull/3561)) + ([#3552](https://github.com/dotnet/SqlClient/pull/3552))s ## [Stable Release 6.1.0] - 2025-07-25 diff --git a/release-notes/6.1/6.1.1.md b/release-notes/6.1/6.1.1.md index 3521b1ea1c..40a9217f68 100644 --- a/release-notes/6.1/6.1.1.md +++ b/release-notes/6.1/6.1.1.md @@ -2,78 +2,20 @@ ## Stable Release 6.1.1 - 2025-08-14 -This update brings the following changes since the -[6.1.0](6.1.0.md) release: +This update includes the following changes since the [6.1.0](6.1.0.md) release: ### Fixed - -- Reverted several large changes made to improve partial packet detection, fixup, and replay functionality to address regressions introduced in 6.1.0. +- Reverted the packet multiplexing design changes that caused several regressions in 6.1.0, to bring back stability in the driver. ([#3556](https://github.com/dotnet/SqlClient/pull/3556)) -- Corrected reference assemblies for vector support and re-enabled vector and JSON tests to prevent API surface mismatches. - ([#3562](https://github.com/dotnet/SqlClient/pull/3562)) - -### Changed - -#### Revert partial-packet logic and replay fixes - -*What Changed:* - -- Reverted several changes related to partial packet detection, fixup, and replay functionality to address regressions introduced in 6.1.0. - ([#3556](https://github.com/dotnet/SqlClient/pull/3556)) - -*Who Benefits:* - -- Applications affected by regressions in async read or packet handling will have restored behavior and improved stability. - -*Impact:* - -- Restores compatibility and resolves reliability issues introduced in v6.1.0. - -#### Enable vector and JSON tests, fix reference assemblies - -*What Changed:* - - Applied reference assembly corrections supporting vector, fixed JSON tests, and ensured related tests are enabled. - ([#3562](https://github.com/dotnet/SqlClient/pull/3562)) - -*Who Benefits:* - -- Developers relying on updated vector support or testing frameworks benefit from consistent builds. - -*Impact:* - -- No end-user behavior change; improves CI and test reliability. - -#### Upgraded `Azure.Identity` and other dependencies to newer versions. - -*What Changed:* - + ([#3521](https://github.com/dotnet/SqlClient/pull/3521)) - Upgraded `Azure.Identity` and other dependencies to newer versions. ([#3538](https://github.com/dotnet/SqlClient/pull/3538)) ([#3552](https://github.com/dotnet/SqlClient/pull/3552)) -*Who Benefits:* - -- Users gain compatibility with recent identity and auth packages, including security and performance patches in dependencies. - -*Impact:* - -- Slight potential for behavior differences tied to third-party dependency updates. - -#### Other Changes - -- Fix API documentation. - ([#3533](https://github.com/dotnet/SqlClient/pull/3533)) -- Add CodeQL suppressions for DefaultAzureCredential. - ([#3542](https://github.com/dotnet/SqlClient/pull/3542), - [#3550](https://github.com/dotnet/SqlClient/pull/3550)) -- Fix project dependencies. - ([#3561](https://github.com/dotnet/SqlClient/pull/3561)) - ## Contributors -We thank the following public contributors. Their efforts toward this project -are very much appreciated. +We thank the following public contributors. Their efforts toward this project are very much appreciated. - [edwardneal](https://github.com/edwardneal) - [ErikEJ](https://github.com/ErikEJ) From f9e11483418e5855239b3748f80998783b8c44ec Mon Sep 17 00:00:00 2001 From: Saransh Sharma Date: Thu, 14 Aug 2025 15:52:26 -0700 Subject: [PATCH 5/6] Add changed section --- CHANGELOG.md | 8 +++++--- release-notes/6.1/6.1.1.md | 4 +++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1deffbf6f9..9846e684c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,14 @@ This update includes the following changes since the [6.1.0](6.1.0.md) release: ### Fixed - Reverted the packet multiplexing design changes that caused several regressions in 6.1.0, to bring back stability in the driver. ([#3556](https://github.com/dotnet/SqlClient/pull/3556)) -- Applied reference assembly corrections supporting vector, fixed JSON tests, and ensured related tests are enabled. +- Fixed Vector API signature in Reference assembly. ([#3521](https://github.com/dotnet/SqlClient/pull/3521)) + +### Changed - Upgraded `Azure.Identity` and other dependencies to newer versions. ([#3538](https://github.com/dotnet/SqlClient/pull/3538)) - ([#3552](https://github.com/dotnet/SqlClient/pull/3552))s - + ([#3552](https://github.com/dotnet/SqlClient/pull/3552)) + ## [Stable Release 6.1.0] - 2025-07-25 This update brings the following changes since the diff --git a/release-notes/6.1/6.1.1.md b/release-notes/6.1/6.1.1.md index 40a9217f68..b568052a3f 100644 --- a/release-notes/6.1/6.1.1.md +++ b/release-notes/6.1/6.1.1.md @@ -7,8 +7,10 @@ This update includes the following changes since the [6.1.0](6.1.0.md) release: ### Fixed - Reverted the packet multiplexing design changes that caused several regressions in 6.1.0, to bring back stability in the driver. ([#3556](https://github.com/dotnet/SqlClient/pull/3556)) -- Applied reference assembly corrections supporting vector, fixed JSON tests, and ensured related tests are enabled. +- Fixed Vector API signature in Reference assembly. ([#3521](https://github.com/dotnet/SqlClient/pull/3521)) + +### Changed - Upgraded `Azure.Identity` and other dependencies to newer versions. ([#3538](https://github.com/dotnet/SqlClient/pull/3538)) ([#3552](https://github.com/dotnet/SqlClient/pull/3552)) From 02f85b6e36c4ce98d755d76737304c277a50a2e5 Mon Sep 17 00:00:00 2001 From: Cheena Malhotra Date: Thu, 14 Aug 2025 16:56:55 -0700 Subject: [PATCH 6/6] Fix notes --- CHANGELOG.md | 18 +++++++------- release-notes/6.1/6.1.1.md | 49 +++++++++++++++----------------------- 2 files changed, 27 insertions(+), 40 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9846e684c3..ddcb3e38bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,22 +4,20 @@ 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/) -# Release Notes +## [Stable Release 6.1.1] - 2025-08-14 -## [ Stable Release 6.1.1] - 2025-08-14 This update includes the following changes since the [6.1.0](6.1.0.md) release: ### Fixed -- Reverted the packet multiplexing design changes that caused several regressions in 6.1.0, to bring back stability in the driver. - ([#3556](https://github.com/dotnet/SqlClient/pull/3556)) -- Fixed Vector API signature in Reference assembly. - ([#3521](https://github.com/dotnet/SqlClient/pull/3521)) + +- Reverted changes related to improving partial packet detection, fixup, and replay functionality. This revert addresses regressions introduced in 6.1.0. ([#3556](https://github.com/dotnet/SqlClient/pull/3556)) +- Applied reference assembly corrections supporting vector, fixed JSON tests, and ensured related tests are enabled. [#3562](https://github.com/dotnet/SqlClient/pull/3562) +- Fixed `SqlVector.Null` API signature in Reference assembly. [#3521](https://github.com/dotnet/SqlClient/pull/3521) ### Changed -- Upgraded `Azure.Identity` and other dependencies to newer versions. - ([#3538](https://github.com/dotnet/SqlClient/pull/3538)) - ([#3552](https://github.com/dotnet/SqlClient/pull/3552)) - + +- Upgraded `Azure.Identity` and other dependencies to newer versions. ([#3538](https://github.com/dotnet/SqlClient/pull/3538)) ([#3552](https://github.com/dotnet/SqlClient/pull/3552)) + ## [Stable Release 6.1.0] - 2025-07-25 This update brings the following changes since the diff --git a/release-notes/6.1/6.1.1.md b/release-notes/6.1/6.1.1.md index b568052a3f..c9a6bfac90 100644 --- a/release-notes/6.1/6.1.1.md +++ b/release-notes/6.1/6.1.1.md @@ -5,25 +5,14 @@ This update includes the following changes since the [6.1.0](6.1.0.md) release: ### Fixed -- Reverted the packet multiplexing design changes that caused several regressions in 6.1.0, to bring back stability in the driver. - ([#3556](https://github.com/dotnet/SqlClient/pull/3556)) -- Fixed Vector API signature in Reference assembly. - ([#3521](https://github.com/dotnet/SqlClient/pull/3521)) -### Changed -- Upgraded `Azure.Identity` and other dependencies to newer versions. - ([#3538](https://github.com/dotnet/SqlClient/pull/3538)) - ([#3552](https://github.com/dotnet/SqlClient/pull/3552)) - -## Contributors +- Reverted changes related to improving partial packet detection, fixup, and replay functionality. This revert addresses regressions introduced in 6.1.0. ([#3556](https://github.com/dotnet/SqlClient/pull/3556)) +- Applied reference assembly corrections supporting vector, fixed JSON tests, and ensured related tests are enabled. [#3562](https://github.com/dotnet/SqlClient/pull/3562) +- Fixed `SqlVector.Null` API signature in Reference assembly. [#3521](https://github.com/dotnet/SqlClient/pull/3521) -We thank the following public contributors. Their efforts toward this project are very much appreciated. +### Changed -- [edwardneal](https://github.com/edwardneal) -- [ErikEJ](https://github.com/ErikEJ) -- [MichelZ](https://github.com/MichelZ) -- [twsouthwick](https://github.com/twsouthwick) -- [Wraith2](https://github.com/Wraith2) +- Upgraded `Azure.Identity` and other dependencies to newer versions. ([#3538](https://github.com/dotnet/SqlClient/pull/3538)) ([#3552](https://github.com/dotnet/SqlClient/pull/3552)) ## Target Platform Support @@ -32,20 +21,6 @@ We thank the following public contributors. Their efforts toward this project ar ### Dependencies -#### .NET Standard 2.0 - -- Azure.Core 1.47.1 -- Azure.Identity 1.14.2 -- Microsoft.Bcl.Cryptography 9.0.4 -- Microsoft.Data.SqlClient.SNI.runtime 6.0.2 -- Microsoft.Extensions.Caching.Memory 9.0.4 -- Microsoft.IdentityModel.JsonWebTokens 7.7.1 -- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1 -- Microsoft.SqlServer.Server 1.0.0 -- System.Configuration.ConfigurationManager 9.0.4 -- System.Security.Cryptography.Pkcs 9.0.4 -- System.Text.Json 9.0.5 - #### .NET Framework 4.6.2+ - Azure.Core 1.47.1 @@ -88,3 +63,17 @@ We thank the following public contributors. Their efforts toward this project ar - System.Configuration.ConfigurationManager 9.0.4 - System.Security.Cryptography.Pkcs 9.0.4 - System.Text.Json 9.0.5 + +#### .NET Standard 2.0 + +- Azure.Core 1.47.1 +- Azure.Identity 1.14.2 +- Microsoft.Bcl.Cryptography 9.0.4 +- Microsoft.Data.SqlClient.SNI.runtime 6.0.2 +- Microsoft.Extensions.Caching.Memory 9.0.4 +- Microsoft.IdentityModel.JsonWebTokens 7.7.1 +- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1 +- Microsoft.SqlServer.Server 1.0.0 +- System.Configuration.ConfigurationManager 9.0.4 +- System.Security.Cryptography.Pkcs 9.0.4 +- System.Text.Json 9.0.5