Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #547 +/- ##
=======================================
Coverage 65.01% 65.01%
=======================================
Files 59 59
Lines 1941 1941
Branches 381 381
=======================================
Hits 1262 1262
Misses 568 568
Partials 111 111 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
6.1.4→7.0.0Release Notes
dotnet/sqlclient (Microsoft.Data.SqlClient)
v7.0.0This update brings the below changes over the previous preview release:
Also released as part of this milestone:
Changed
Breaking: Removed Azure dependencies from the core package. Entra ID authentication (
ActiveDirectoryAuthenticationProviderand related types) has been extracted into a newMicrosoft.Data.SqlClient.Extensions.Azurepackage. The coreMicrosoft.Data.SqlClientpackage no longer depends onAzure.Core,Azure.Identity, or their transitive dependencies. Applications using Entra ID authentication must now installMicrosoft.Data.SqlClient.Extensions.Azureseparately.(#1108,
#3680,
#3902,
#3904,
#3908,
#3917,
#3982,
#3978,
#3986)
Introduced
Microsoft.Data.SqlClient.Extensions.AbstractionsandMicrosoft.Data.SqlClient.Extensions.Loggingpackages to support the extensions model.(#3626,
#3628,
#3967)
Updated UserAgent feature to use a pipe-delimited format.
(#3826)
Minor improvements to Managed SNI tracing.
(#3859)
Reverted public visibility of internal interop enums that were accidentally made public during the project merge.
(#3900)
Performance improvements:
(#3791,
#3772)
Codebase merge and cleanup:
(#3773,
#3818,
#3836,
#3810,
#3837,
#3963)
Added
Added
SspiContextProviderabstract class andSqlConnection.SspiContextProviderproperty, enabling custom SSPI authentication for scenarios like cross-domain Kerberos negotiation and NTLM username/password authentication.(#2253,
#2494)
Added
SqlConfigurableRetryFactory.BaselineTransientErrorsstatic property exposing the default transient error codes list as aReadOnlyCollection<int>.(#3903)
Added new app context switch
Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefaultto setMultiSubnetFailover=trueby default in connection strings.(#3841)
Added support for enhanced routing, a TDS feature extension that allows the server to redirect connections to a specific server and database, enabling Azure SQL Hyperscale read replica load balancing.
(#3641,
#3969,
#3970,
#3973)
Fixed
Fixed
ExecuteScalarto propagate errors when the server sends data followed by an error token.(#3912)
Fixed
NullReferenceExceptioninSqlDataAdapterwhen processing batch scenarios where certain SQL RPC calls may not include system parameters.(#3857)
Fixed reading of multiple app context switches from a single
AppContextSwitchOverridesconfiguration field.(#3960)
Fixed a connection performance regression where SPN generation was triggered for non-integrated authentication modes (e.g., SQL authentication) on the native SNI path.
(#3929)
Fixed an edge case in
TdsParserStateObject.TryReadPlpByteswhere zero-length reads returnednullinstead of an empty array.(#3872)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.