|
| 1 | +# Release Notes |
| 2 | + |
| 3 | +## [Stable release 6.0.3] - 2025-10-07 |
| 4 | + |
| 5 | +This update brings the below changes over the previous stable release: |
| 6 | + |
| 7 | +### Fixed |
| 8 | + |
| 9 | +- Fixed an issue where a Custom SqlClientAuthenticationProvider was being overwritten by default implementation. [#3652](https://github.com/dotnet/SqlClient/pull/3652) |
| 10 | +- Fixed a concurrency issue in connection pooling where the number of active connections could be lower than the configured maximum pool size. [#3654](https://github.com/dotnet/SqlClient/pull/3654) |
| 11 | + |
| 12 | +### Changed |
| 13 | + |
| 14 | +- Updated MSAL usage as per code compliance requirements [#3360](https://github.com/dotnet/SqlClient/pull/3360) |
| 15 | +- Updated `SqlDecimal` implementation to improve code compliance [#3466](https://github.com/dotnet/SqlClient/pull/3466) |
| 16 | +- Updated Azure.Identity and related dependencies [#3553](https://github.com/dotnet/SqlClient/pull/3553) |
| 17 | + |
| 18 | +## Target Platform Support |
| 19 | + |
| 20 | +- .NET Framework 4.6.2+ (Windows ARM64, Windows x64, Windows x86) |
| 21 | +- .NET 8.0+ (Linux, macOS, Windows ARM64, Windows x64, Windows x86) |
| 22 | + |
| 23 | +### Dependencies |
| 24 | + |
| 25 | +#### .NET Framework |
| 26 | + |
| 27 | +- Azure.Identity 1.14.2 |
| 28 | +- Microsoft.Bcl.Cryptography 8.0.0 |
| 29 | +- Microsoft.Data.SqlClient.SNI 6.0.2 |
| 30 | +- Microsoft.Extensions.Caching.Memory 8.0.1 |
| 31 | +- Microsoft.IdentityModel.JsonWebTokens 7.5.0 |
| 32 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0 |
| 33 | +- System.Buffers 4.5.1 |
| 34 | +- System.Security.Cryptography.Pkcs 8.0.1 |
| 35 | +- System.Text.Encodings.Web 6.0.0 |
| 36 | +- System.Text.Json 8.0.5 |
| 37 | +- System.Data.Common 4.3.0 |
| 38 | + |
| 39 | +#### .NET 8 |
| 40 | + |
| 41 | +- Azure.Identity 1.14.2 |
| 42 | +- Microsoft.Bcl.Cryptography 8.0.0 |
| 43 | +- Microsoft.Data.SqlClient.SNI.runtime 6.0.2 |
| 44 | +- Microsoft.Extensions.Caching.Memory 8.0.1 |
| 45 | +- Microsoft.IdentityModel.JsonWebTokens 7.5.0 |
| 46 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0 |
| 47 | +- Microsoft.SqlServer.Server 1.0.0 |
| 48 | +- System.Configuration.ConfigurationManager 8.0.1 |
| 49 | +- System.Security.Cryptography.Pkcs 8.0.1 |
| 50 | + |
| 51 | +#### .NET 9 |
| 52 | + |
| 53 | +- Azure.Identity 1.14.2 |
| 54 | +- Microsoft.Bcl.Cryptography 9.0.4 |
| 55 | +- Microsoft.Data.SqlClient.SNI.runtime 6.0.2 |
| 56 | +- Microsoft.Extensions.Caching.Memory 9.0.4 |
| 57 | +- Microsoft.IdentityModel.JsonWebTokens 7.5.0 |
| 58 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0 |
| 59 | +- Microsoft.SqlServer.Server 1.0.0 |
| 60 | +- System.Configuration.ConfigurationManager 9.0.4 |
| 61 | +- System.Security.Cryptography.Pkcs 9.0.4 |
| 62 | +- System.Text.Json 9.0.5 |
0 commit comments