-
Notifications
You must be signed in to change notification settings - Fork 317
6.0.0 preview3 release notes #3036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
c53b794
Add notes.
mdaigle e7139c6
update dependencies
mdaigle 0011a04
update changelog
mdaigle c0f2d0a
Update release notes
mdaigle 758dd89
Update release date.
mdaigle df99083
Carry over updates to changelog file.
mdaigle 9be1ebe
Add missing build numbers.
mdaigle 89ee481
spacing
mdaigle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,82 @@ | ||
| # Release Notes | ||
|
|
||
| ## [Preview Release 6.0.0-preview3] - 2024-11-25 | ||
|
|
||
| This update brings the below changes over the previous release: | ||
|
|
||
| ### Contributors | ||
|
|
||
| Thanks to the following public contributors. Their efforts toward this project are very much appreciated. | ||
|
|
||
| - [MichelZ](https://github.com/MichelZ) | ||
| - [EamonHetherton](https://github.com/EamonHetherton) | ||
| - [edwardneal](https://github.com/edwardneal) | ||
| - [deadlydog](https://github.com/deadlydog) | ||
| - [mus65](https://github.com/mus65) | ||
|
|
||
| ### Added | ||
| - Nuget package auditing via nuget.org audit source [#3024](https://github.com/dotnet/SqlClient/pull/3024) | ||
| - Added support for .NET 9 [#2946](https://github.com/dotnet/SqlClient/pull/2946) | ||
| - 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) | ||
| - Added dependency on Microsoft.Bcl.Cryptography:9.0.0 [#2946](https://github.com/dotnet/SqlClient/pull/2946) | ||
| - Added missing SqlCommand_BeginExecuteReader sample [#3009](https://github.com/dotnet/SqlClient/pull/3009) | ||
| - Added support for SqlConnectionOverrides for OpenAsync() API [#2433](https://github.com/dotnet/SqlClient/pull/2433) | ||
| - Added localization support for Czech, Polish, and Turkish [#2987](https://github.com/dotnet/SqlClient/pull/2987) | ||
|
|
||
| ### Fixed | ||
| - Reverted default value of UseMinimumLoginTimeout context switch to 'true' [#2419](https://github.com/dotnet/SqlClient/pull/2419) | ||
| - Added missing DynamicallyAccessedMembers attributes in netcore ref project [#2946](https://github.com/dotnet/SqlClient/pull/2946) | ||
| - Synced ref project references with runtime projects [#2878](https://github.com/dotnet/SqlClient/pull/2878) | ||
| - Finished port of [#521](https://github.com/dotnet/SqlClient/pull/521) to netfx [#2964](https://github.com/dotnet/SqlClient/pull/2964) | ||
|
|
||
| ### Changed | ||
| - Updated Microsoft.Extensions.Caching.Memory to 9.0.0 for all frameworks [#2946](https://github.com/dotnet/SqlClient/pull/2946) | ||
| - Updated System.Configuration.ConfigurationManager to 9.0.0 [#2946](https://github.com/dotnet/SqlClient/pull/2946) | ||
| - Removed SQL 2000 client-side debugging support for netfx [#2981](https://github.com/dotnet/SqlClient/pull/2981), [#2940](https://github.com/dotnet/SqlClient/pull/2940) | ||
| - Updated docs to use absolute links [#2949](https://github.com/dotnet/SqlClient/pull/2949) | ||
| - Removed System.Text.Json dependency from net core [#2930](https://github.com/dotnet/SqlClient/pull/2930) | ||
| - Dropped support for .NET 6 [#2927](https://github.com/dotnet/SqlClient/pull/2927) | ||
|
|
||
| ## Target Platform Support | ||
|
|
||
| - .NET Framework 4.6.2+ (Windows x86, Windows x64) | ||
| - .NET 8.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) | ||
|
|
||
| ### Dependencies | ||
|
|
||
| #### .NET Framework | ||
|
|
||
| - Azure.Identity 1.11.4 | ||
| - Microsoft.Bcl.Cryptography 9.0.0 | ||
| - Microsoft.Data.SqlClient.SNI 6.0.0-preview1.24226.4 | ||
| - Microsoft.Extensions.Caching.Memory 9.0.0 | ||
| - Microsoft.IdentityModel.JsonWebTokens 7.5.0 | ||
| - Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0 | ||
| - System.Buffers 4.5.1 | ||
| - System.Security.Cryptography.Pkcs 9.0.0 | ||
| - System.Text.Encodings.Web 6.0.0 | ||
| - System.Text.Json 6.0.10 | ||
|
|
||
| #### .NET 8 | ||
|
|
||
| - Azure.Identity 1.11.4 | ||
| - Microsoft.Bcl.Cryptography 9.0.0 | ||
| - Microsoft.Data.SqlClient.SNI.runtime 6.0.0-preview1.24226.4 | ||
| - Microsoft.Extensions.Caching.Memory 9.0.0 | ||
| - Microsoft.IdentityModel.JsonWebTokens 7.5.0 | ||
| - Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0 | ||
| - Microsoft.SqlServer.Server 1.0.0 | ||
| - System.Configuration.ConfigurationManager 9.0.0 | ||
| - System.Security.Cryptography.Pkcs 9.0.0 | ||
|
|
||
| #### .NET 9 | ||
|
|
||
| - Azure.Identity 1.11.4 | ||
| - Microsoft.Bcl.Cryptography 9.0.0 | ||
| - Microsoft.Data.SqlClient.SNI.runtime 6.0.0-preview1.24226.4 | ||
| - Microsoft.Extensions.Caching.Memory 9.0.0 | ||
| - Microsoft.IdentityModel.JsonWebTokens 7.5.0 | ||
| - Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0 | ||
| - Microsoft.SqlServer.Server 1.0.0 | ||
| - System.Configuration.ConfigurationManager 9.0.0 | ||
| - System.Security.Cryptography.Pkcs 9.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.