-
Notifications
You must be signed in to change notification settings - Fork 317
[7.0.0-preview1] Prepare release notes #3616
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 all commits
Commits
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,139 @@ | ||
| # Release Notes | ||
|
|
||
| ## Preview Release 7.0.0-preview1.25257.1 - 2025-09-12 | ||
|
|
||
| This update brings the following changes since the [6.1.0](../6.1/6.1.0.md) | ||
| release: | ||
|
|
||
| ### Breaking Changes | ||
|
|
||
| - Removed `Constrained Execution Region` error handling blocks and associated | ||
| `SqlConnection` cleanup which may affect how potentially-broken connections | ||
| are expunged from the pool. | ||
| ([#3535](https://github.com/dotnet/SqlClient/pull/3535)) | ||
|
|
||
| ### Bug Fixes | ||
|
|
||
| - Packet multiplexing disabled by default, and several bug fixes. | ||
| ([#3534](https://github.com/dotnet/SqlClient/pull/3534), | ||
| [#3537](https://github.com/dotnet/SqlClient/pull/3537)) | ||
|
|
||
| ### Added | ||
|
|
||
| - `SqlColumnEncryptionCertificateStoreProvider` now works on Windows, Linux, | ||
cheenamalhotra marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| and macOS. | ||
| ([#3014](https://github.com/dotnet/SqlClient/pull/3014)) | ||
|
|
||
| ### Changed | ||
|
|
||
| - Updated `SqlVector.Null` to return a nullable `SqlVector` instance in the | ||
| reference API to match the implementation. | ||
| ([#3521](https://github.com/dotnet/SqlClient/pull/3521)) | ||
|
|
||
| - Performance improvements for all built-in | ||
| `SqlColumnEncryptionKeyStoreProvider` implementations. | ||
| ([#3554](https://github.com/dotnet/SqlClient/pull/3554)) | ||
|
|
||
| - Various test improvements. | ||
| ([#3456](https://github.com/dotnet/SqlClient/pull/3456), | ||
| [#2968](https://github.com/dotnet/SqlClient/pull/2968), | ||
| [#3458](https://github.com/dotnet/SqlClient/pull/3458), | ||
| [#3494](https://github.com/dotnet/SqlClient/pull/3494), | ||
| [#3559](https://github.com/dotnet/SqlClient/pull/3559), | ||
| [#3575](https://github.com/dotnet/SqlClient/pull/3575)) | ||
|
|
||
| - Codebase merge project and related cleanup. | ||
| ([#3436](https://github.com/dotnet/SqlClient/pull/3436), | ||
| [#3434](https://github.com/dotnet/SqlClient/pull/3434), | ||
| [#3448](https://github.com/dotnet/SqlClient/pull/3448), | ||
| [#3454](https://github.com/dotnet/SqlClient/pull/3454), | ||
| [#3462](https://github.com/dotnet/SqlClient/pull/3462), | ||
| [#3435](https://github.com/dotnet/SqlClient/pull/3435), | ||
| [#3492](https://github.com/dotnet/SqlClient/pull/3492), | ||
| [#3473](https://github.com/dotnet/SqlClient/pull/3473), | ||
| [#3469](https://github.com/dotnet/SqlClient/pull/3469), | ||
| [#3394](https://github.com/dotnet/SqlClient/pull/3394), | ||
| [#3493](https://github.com/dotnet/SqlClient/pull/3493), | ||
| [#3593](https://github.com/dotnet/SqlClient/pull/3593)) | ||
|
|
||
| - Documentation improvements. | ||
| ([#3490](https://github.com/dotnet/SqlClient/pull/3490)) | ||
|
|
||
| - Updated `Azure.Identity` dependency to v1.14.2. | ||
| ([#3538](https://github.com/dotnet/SqlClient/pull/3538)) | ||
|
|
||
| ## Contributors | ||
|
|
||
| We thank the following public contributors. Their efforts toward this project | ||
| are very much appreciated. | ||
|
|
||
| - [edwardneal](https://github.com/edwardneal) | ||
| - [emmanuel-ferdman](https://github.com/emmanuel-ferdman) | ||
| - [ErikEJ](https://github.com/ErikEJ) | ||
| - [twsouthwick](https://github.com/twsouthwick) | ||
| - [Wraith2](https://github.com/Wraith2) | ||
|
|
||
| ### New Contributors | ||
|
|
||
| - [frankbuckley](https://github.com/frankbuckley) made their first contribution | ||
| in [#3521](https://github.com/dotnet/SqlClient/pull/3521) | ||
|
|
||
| ## Target Platform Support | ||
|
|
||
| - .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64) | ||
| - .NET 8.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) | ||
|
|
||
| ### Dependencies | ||
|
|
||
| #### .NET Standard 2.0 | ||
|
|
||
| - Azure.Identity 1.14.2 | ||
| - Microsoft.Bcl.Cryptography 9.0.5 | ||
| - Microsoft.Data.SqlClient.SNI.runtime 6.0.2 | ||
| - Microsoft.Extensions.Caching.Memory 9.0.5 | ||
| - Microsoft.IdentityModel.JsonWebTokens 7.7.1 | ||
| - Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1 | ||
| - Microsoft.SqlServer.Server 1.0.0 | ||
| - System.Configuration.ConfigurationManager 9.0.5 | ||
| - System.Security.Cryptography.Pkcs 9.0.5 | ||
| - System.Text.Json 9.0.5 | ||
|
|
||
| #### .NET Framework 4.6.2+ | ||
|
|
||
| - Azure.Identity 1.14.2 | ||
| - Microsoft.Bcl.Cryptography 8.0.0 | ||
| - Microsoft.Data.SqlClient.SNI 6.0.2 | ||
| - Microsoft.Extensions.Caching.Memory 8.0.1 | ||
| - Microsoft.IdentityModel.JsonWebTokens 7.7.1 | ||
| - Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1 | ||
| - System.Buffers 4.5.1 | ||
| - System.Data.Common 4.3.0 | ||
| - System.Security.Cryptography.Pkcs 8.0.1 | ||
| - System.Text.Encodings.Web 8.0.0 | ||
| - System.Text.Json 8.0.5 | ||
|
|
||
| #### .NET 8.0 | ||
|
|
||
| - Azure.Identity 1.14.2 | ||
| - Microsoft.Bcl.Cryptography 8.0.0 | ||
| - Microsoft.Data.SqlClient.SNI.runtime 6.0.2 | ||
| - Microsoft.Extensions.Caching.Memory 8.0.1 | ||
| - Microsoft.IdentityModel.JsonWebTokens 7.7.1 | ||
| - Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1 | ||
| - Microsoft.SqlServer.Server 1.0.0 | ||
| - System.Configuration.ConfigurationManager 8.0.1 | ||
| - System.Security.Cryptography.Pkcs 8.0.1 | ||
| - System.Text.Json 8.0.5 | ||
|
|
||
| #### .NET 9.0 | ||
|
|
||
| - Azure.Identity 1.14.2 | ||
| - Microsoft.Bcl.Cryptography 9.0.5 | ||
| - Microsoft.Data.SqlClient.SNI.runtime 6.0.2 | ||
| - Microsoft.Extensions.Caching.Memory 9.0.5 | ||
| - Microsoft.IdentityModel.JsonWebTokens 7.7.1 | ||
| - Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1 | ||
| - Microsoft.SqlServer.Server 1.0.0 | ||
| - System.Configuration.ConfigurationManager 9.0.5 | ||
| - System.Security.Cryptography.Pkcs 9.0.5 | ||
| - System.Text.Json 9.0.5 | ||
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,7 @@ | ||
| # Microsoft.Data.SqlClient 7.0 Releases | ||
|
|
||
| The following Microsoft.Data.SqlClient 7.0 releases have been shipped: | ||
|
|
||
| | Release Date | Version | Notes | | ||
| | :-- | :-- | :--: | | ||
| | 2025-09-12 | 7.0.0-preview1.25257.1 | [Release Notes](7.0.0-preview1.md) | |
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.