|
| 1 | +# Release Notes |
| 2 | + |
| 3 | +## [Stable release 6.0.2] - 2025-04-25 |
| 4 | + |
| 5 | +This update brings the below changes over the previous stable release: |
| 6 | + |
| 7 | +### Fixed |
| 8 | + |
| 9 | +- Fixed possible `NullPointerException` during socket receive [#3283](https://github.com/dotnet/SqlClient/pull/3283) |
| 10 | +- Fixed reference assembly definitions for SqlJson APIs [#3169](https://github.com/dotnet/SqlClient/pull/3169) |
| 11 | +- Fixed an error reading the output parameter of type JSON while executing stored procedure [#3173](https://github.com/dotnet/SqlClient/pull/3173) |
| 12 | + |
| 13 | +### Changed |
| 14 | +- Updated the below dependencies: |
| 15 | + - Updated [Microsoft.Bcl.Cryptography](https://www.nuget.org/packages/Microsoft.Bcl.Cryptography/9.0.4) from 9.0.0 to 9.0.4 for .NET 9 targeted dll. [#3281](https://github.com/dotnet/SqlClient/pull/3281) |
| 16 | + - Updated [Microsoft.Extensions.Caching.Memory](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory/9.0.4) from 9.0.0 to 9.0.4 for .NET 9 targeted dll. [#3281](https://github.com/dotnet/SqlClient/pull/3281) |
| 17 | + - Updated [System.Configuration.ConfigurationManager](https://www.nuget.org/packages/System.Configuration.ConfigurationManager/9.0.4) from 9.0.0 to 9.0.4 for .NET 9 targeted dll. [#3281](https://github.com/dotnet/SqlClient/pull/3281) |
| 18 | + - Updated [System.Security.Cryptography.Pkcs](https://www.nuget.org/packages/System.Security.Cryptography.Pkcs/9.0.4) from 9.0.0 to 9.0.4 for .NET 9 targeted dll. [#3281](https://github.com/dotnet/SqlClient/pull/3281) |
| 19 | + |
| 20 | +## Target Platform Support |
| 21 | + |
| 22 | +- .NET Framework 4.6.2+ (Windows ARM64, Windows x64, Windows x86) |
| 23 | +- .NET 8.0+ (Linux, macOS, Windows ARM64, Windows x64, Windows x86) |
| 24 | + |
| 25 | +### Dependencies |
| 26 | + |
| 27 | +#### .NET Framework |
| 28 | + |
| 29 | +- Azure.Identity 1.11.4 |
| 30 | +- Microsoft.Bcl.Cryptography 8.0.1 |
| 31 | +- Microsoft.Data.SqlClient.SNI 6.0.2 |
| 32 | +- Microsoft.Extensions.Caching.Memory 8.0.1 |
| 33 | +- Microsoft.IdentityModel.JsonWebTokens 7.5.0 |
| 34 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0 |
| 35 | +- System.Buffers 4.5.1 |
| 36 | +- System.Security.Cryptography.Pkcs 8.0.1 |
| 37 | +- System.Text.Encodings.Web 6.0.0 |
| 38 | +- System.Text.Json 6.0.10 |
| 39 | +- System.Data.Common 4.3.0 |
| 40 | + |
| 41 | +#### .NET 8 |
| 42 | + |
| 43 | +- Azure.Identity 1.11.4 |
| 44 | +- Microsoft.Bcl.Cryptography 8.0.1 |
| 45 | +- Microsoft.Data.SqlClient.SNI.runtime 6.0.2 |
| 46 | +- Microsoft.Extensions.Caching.Memory 8.0.1 |
| 47 | +- Microsoft.IdentityModel.JsonWebTokens 7.5.0 |
| 48 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0 |
| 49 | +- Microsoft.SqlServer.Server 1.0.0 |
| 50 | +- System.Configuration.ConfigurationManager 8.0.1 |
| 51 | +- System.Security.Cryptography.Pkcs 8.0.1 |
| 52 | + |
| 53 | +#### .NET 9 |
| 54 | + |
| 55 | +- Azure.Identity 1.11.4 |
| 56 | +- Microsoft.Bcl.Cryptography 9.0.4 |
| 57 | +- Microsoft.Data.SqlClient.SNI.runtime 6.0.2 |
| 58 | +- Microsoft.Extensions.Caching.Memory 9.0.4 |
| 59 | +- Microsoft.IdentityModel.JsonWebTokens 7.5.0 |
| 60 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0 |
| 61 | +- Microsoft.SqlServer.Server 1.0.0 |
| 62 | +- System.Configuration.ConfigurationManager 9.0.4 |
| 63 | +- System.Security.Cryptography.Pkcs 9.0.4 |
0 commit comments