|
| 1 | +# Release Notes |
| 2 | + |
| 3 | +## [Preview Release 6.0.0-preview3.24332.3] - 2024-11-27 |
| 4 | + |
| 5 | +This update brings the below changes over the previous release: |
| 6 | + |
| 7 | +### Contributors |
| 8 | + |
| 9 | +Thanks to the following public contributors. Their efforts toward this project are very much appreciated. |
| 10 | + |
| 11 | +- [MichelZ](https://github.com/MichelZ) |
| 12 | +- [EamonHetherton](https://github.com/EamonHetherton) |
| 13 | +- [edwardneal](https://github.com/edwardneal) |
| 14 | +- [deadlydog](https://github.com/deadlydog) |
| 15 | +- [mus65](https://github.com/mus65) |
| 16 | + |
| 17 | +## Breaking Changes |
| 18 | +- Dropped support for .NET 6 [#2927](https://github.com/dotnet/SqlClient/pull/2927) |
| 19 | +- Removed SQL 2000 client-side debugging support for .NET Framework [#2981](https://github.com/dotnet/SqlClient/pull/2981), [#2940](https://github.com/dotnet/SqlClient/pull/2940) |
| 20 | + |
| 21 | +### Added |
| 22 | +- Enabled NuGet package auditing via NuGet.org audit source [#3024](https://github.com/dotnet/SqlClient/pull/3024) |
| 23 | +- Added support for .NET 9 [#2946](https://github.com/dotnet/SqlClient/pull/2946) |
| 24 | +- Added dependency on System.Security.Cryptography.Pkcs:9.0.0 to address [SYSLIB0057](https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib0057)[#2946](https://github.com/dotnet/SqlClient/pull/2946) |
| 25 | +- Added dependency on Microsoft.Bcl.Cryptography:9.0.0 [#2946](https://github.com/dotnet/SqlClient/pull/2946) |
| 26 | +- Added missing SqlCommand_BeginExecuteReader code sample [#3009](https://github.com/dotnet/SqlClient/pull/3009) |
| 27 | +- Added support for SqlConnectionOverrides in OpenAsync() API [#2433](https://github.com/dotnet/SqlClient/pull/2433) |
| 28 | +- Added localization in Czech, Polish, and Turkish [#2987](https://github.com/dotnet/SqlClient/pull/2987) |
| 29 | + |
| 30 | +### Fixed |
| 31 | +- Reverted default value of UseMinimumLoginTimeout context switch to 'true' [#2419](https://github.com/dotnet/SqlClient/pull/2419) |
| 32 | +- Added missing DynamicallyAccessedMembers attributes in .NET Runtime reference assemblies. [#2946](https://github.com/dotnet/SqlClient/pull/2946) |
| 33 | +- Synchronized dependencies of Reference Assemblies with Runtime assemblies [#2878](https://github.com/dotnet/SqlClient/pull/2878) |
| 34 | +- Fixed lazy initialization of the _SqlMetaData hidden column map for .NET Framework [#2964](https://github.com/dotnet/SqlClient/pull/2964) |
| 35 | + |
| 36 | +### Changed |
| 37 | +- Updated Microsoft.Extensions.Caching.Memory to 9.0.0 for all frameworks [#2946](https://github.com/dotnet/SqlClient/pull/2946) |
| 38 | +- Updated System.Configuration.ConfigurationManager to 9.0.0 [#2946](https://github.com/dotnet/SqlClient/pull/2946) |
| 39 | +- Updated docs to use absolute links [#2949](https://github.com/dotnet/SqlClient/pull/2949) |
| 40 | +- Removed System.Text.Json dependency from .NET 8 [#2930](https://github.com/dotnet/SqlClient/pull/2930) |
| 41 | + |
| 42 | +## Target Platform Support |
| 43 | +- .NET Framework 4.6.2+ (Windows x86, Windows x64) |
| 44 | +- .NET 8.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) |
| 45 | + |
| 46 | +### Dependencies |
| 47 | + |
| 48 | +#### .NET Framework |
| 49 | + |
| 50 | +- Azure.Identity 1.11.4 |
| 51 | +- Microsoft.Bcl.Cryptography 9.0.0 |
| 52 | +- Microsoft.Data.SqlClient.SNI 6.0.0-preview1.24226.4 |
| 53 | +- Microsoft.Extensions.Caching.Memory 9.0.0 |
| 54 | +- Microsoft.IdentityModel.JsonWebTokens 7.5.0 |
| 55 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0 |
| 56 | +- System.Buffers 4.5.1 |
| 57 | +- System.Security.Cryptography.Pkcs 9.0.0 |
| 58 | +- System.Text.Encodings.Web 6.0.0 |
| 59 | +- System.Text.Json 6.0.10 |
| 60 | + |
| 61 | +#### .NET 8 |
| 62 | + |
| 63 | +- Azure.Identity 1.11.4 |
| 64 | +- Microsoft.Bcl.Cryptography 9.0.0 |
| 65 | +- Microsoft.Data.SqlClient.SNI.runtime 6.0.0-preview1.24226.4 |
| 66 | +- Microsoft.Extensions.Caching.Memory 9.0.0 |
| 67 | +- Microsoft.IdentityModel.JsonWebTokens 7.5.0 |
| 68 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0 |
| 69 | +- Microsoft.SqlServer.Server 1.0.0 |
| 70 | +- System.Configuration.ConfigurationManager 9.0.0 |
| 71 | +- System.Security.Cryptography.Pkcs 9.0.0 |
| 72 | + |
| 73 | +#### .NET 9 |
| 74 | + |
| 75 | +- Azure.Identity 1.11.4 |
| 76 | +- Microsoft.Bcl.Cryptography 9.0.0 |
| 77 | +- Microsoft.Data.SqlClient.SNI.runtime 6.0.0-preview1.24226.4 |
| 78 | +- Microsoft.Extensions.Caching.Memory 9.0.0 |
| 79 | +- Microsoft.IdentityModel.JsonWebTokens 7.5.0 |
| 80 | +- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0 |
| 81 | +- Microsoft.SqlServer.Server 1.0.0 |
| 82 | +- System.Configuration.ConfigurationManager 9.0.0 |
| 83 | +- System.Security.Cryptography.Pkcs 9.0.0 |
0 commit comments