
committed by
GitHub

No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 115 additions and 0 deletions
-
16CHANGELOG.md
-
97release-notes/5.2/5.2.3.md
-
1release-notes/5.2/5.2.md
-
1release-notes/5.2/README.md
@ -0,0 +1,97 @@ |
|||
# Release Notes |
|||
|
|||
## [Stable release 5.2.3] - 2025-04-29 |
|||
|
|||
This update brings the following changes since the 5.2.2 release: |
|||
|
|||
### Fixed |
|||
|
|||
- Fixed possible `NullPointerException` during socket receive (PR [#3284](https://github.com/dotnet/SqlClient/pull/3284)) |
|||
- Fixed inconsistencies between source and reference projects (PR [#3124](https://github.com/dotnet/SqlClient/pull/3124)) |
|||
- Adjusted retry logic to allow errors with negative numbers to be considered transient (PR [#3185](https://github.com/dotnet/SqlClient/pull/3185)) |
|||
|
|||
### Changed |
|||
|
|||
- Updated the following dependencies: |
|||
- [System.Private.Uri](https://www.nuget.org/packages/System.Private.Uri) 4.3.2 - Avoid transitive [CVE-2019-0820](https://msrc.microsoft.com/update-guide/en-US/advisory/CVE-2019-0820) (PR [#3076](https://github.com/dotnet/SqlClient/pull/3076)) |
|||
- [Microsoft.Extensions.Caching.Memory](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory/6.0.3) 6.0.1 to 6.0.3 - Avoid [CVE-2024-43483](https://github.com/advisories/GHSA-qj66-m88j-hmgj) (PR [#3280](https://github.com/dotnet/SqlClient/pull/3280)) |
|||
|
|||
## Target Platform Support |
|||
|
|||
- .NET Framework 4.6.2+ (Windows ARM64, 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.2.0 |
|||
- Azure.Identity 1.11.4 |
|||
- Microsoft.Identity.Client 4.61.3 |
|||
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0 |
|||
- Microsoft.IdentityModel.JsonWebTokens 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 6 |
|||
|
|||
- Microsoft.Data.SqlClient.SNI.runtime 5.2.0 |
|||
- 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 |
|||
- System.Configuration.ConfigurationManager 6.0.1 |
|||
- System.Runtime.Caching 6.0.0 |
|||
|
|||
#### .NET 8 |
|||
|
|||
- Microsoft.Data.SqlClient.SNI.runtime 5.2.0 |
|||
- 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 |
|||
- System.Configuration.ConfigurationManager 8.0.0 |
|||
- System.Runtime.Caching 8.0.0 |
|||
|
|||
#### .NET Standard 2.0 |
|||
|
|||
- Microsoft.Data.SqlClient.SNI.runtime 5.2.0 |
|||
- 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.Diagnostics.DiagnosticSource 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 |
|||
|
|||
#### .NET Standard 2.1 |
|||
|
|||
- Microsoft.Data.SqlClient.SNI.runtime 5.2.0 |
|||
- 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.Configuration.ConfigurationManager 6.0.1 |
|||
- System.Diagnostics.DiagnosticSource 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 |
|||
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue