[deps] DbOps: Update Microsoft.Data.SqlClient to v6#5744
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
[deps] DbOps: Update Microsoft.Data.SqlClient to v6#5744renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
Internal tracking:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5744 +/- ##
=======================================
Coverage 57.45% 57.45%
=======================================
Files 2032 2032
Lines 89415 89415
Branches 7951 7951
=======================================
+ Hits 51369 51371 +2
+ Misses 36203 36201 -2
Partials 1843 1843 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b6eedd1 to
99a7be0
Compare
b8c38b5 to
332db2b
Compare
edcdac2 to
2147831
Compare
99f2ff4 to
98ce80a
Compare
0dcfa3c to
285f2c5
Compare
285f2c5 to
ccead54
Compare
ccead54 to
260a04f
Compare
e40f8aa to
c481b50
Compare
c481b50 to
bbf9eee
Compare
bbf9eee to
06bed65
Compare
06bed65 to
6596182
Compare
6596182 to
b81be07
Compare
2282ba4 to
043d7ef
Compare
043d7ef to
687f041
Compare
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:
5.2.2→6.1.4Release Notes
dotnet/sqlclient (Microsoft.Data.SqlClient)
v6.1.4This update brings the following changes since the 6.1.3 release:
Fixed
SqlDataAdapterwhen processing batch scenarios where certain SQL RPC calls may not include system parameters.(#3877)
(#3776)
Added
AppContext Switch for enabling MultiSubnetFailover
What Changed:
Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefaultto setMultiSubnetFailover=trueby default in connection string.(#3851)
Who Benefits:
Impact:
Changed
SqlStatisticsexecution timing by usingEnvironment.TickCountinstead of more expensive timing mechanisms.(#3830)
v6.1.3This update includes the following changes since the 6.1.2 release:
Added
App Context Switch for Ignoring Server-Provided Failover Partner
What Changed:
Switch.Microsoft.Data.SqlClient.IgnoreServerProvidedFailoverPartnerwas introduced to let the client ignore server-provided failover partner info in Basic Availability Groups (BAGs). When the switch is enabled, only the failover partner specified in the connection string is used; server-supplied partner values are skipped. This context switch was introduced in PR #3702.Who Benefits:
Impact:
tcp:host,port) so that the client uses that instead of the server's suggestion.Fixed
preventing missed telemetry when EventSource is enabled early.
(#3718)
v6.1.2This update includes the following changes since the 6.1.1 release:
Fixed
System.InvalidOperationException#3629v6.1.1This update includes the following changes since the 6.1.0 release:
Fixed
SqlVector<T>.NullAPI signature in Reference assembly. #3521Changed
Azure.Identityand other dependencies to newer versions. (#3538) (#3552)v6.1.0This update brings the following changes since the
6.1.0-preview2 release:
Added
No new features were added.
Fixed
(#3475)
(#3478)
operations.
(#3477)
(#3474)
(#3500)
(#3513)
Changed
SqlDecimal type workarounds conversions
What Changed:
compliance policies.
(#3467)
Who Benefits:
This change removes calls to undocumented APIs and replaces them with
compliant API use.
Impact:
SqlVector API improvements
What Changed:
6.1.0-preview2 release
(#3472):
CreateNull()method.Sizeproperty was removed.Who Benefits:
Impact:
and any class-specific behaviour.
v6.0.5This update brings the below changes over the previous stable release:
Fixed
SqlDataAdapterwhen processing batch scenarios where certain SQL RPC calls may not include system parameters.(#3878)
Added
What Changed:
Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefaultto setMultiSubnetFailover=trueby default in connection string.(#3852)
Who Benefits:
Impact:
Changed
.NET Framework 4.6.2:
.NET 8.0:
.NET 9.0:
v6.0.4This update brings the below changes over the previous stable release:
Added
App Context Switch for Ignoring Server-Provided Failover Partner
What Changed:
Switch.Microsoft.Data.SqlClient.IgnoreServerProvidedFailoverPartnerwas introduced to let the client ignore server-provided failover partner info in Basic Availability Groups (BAGs). When the switch is enabled, only the failover partner specified in the connection string is used; server-supplied partner values are skipped. This context switch was introduced in PR #3703.Who Benefits:
Impact:
tcp:host,port) so that the client uses that instead of the server's suggestion.v6.0.3This update brings the below changes over the previous stable release:
Fixed
Changed
SqlDecimalimplementation to improve code compliance #3466v6.0.2This update brings the following changes since the
6.1.0-preview1 release:
Added
Added dedicated SQL Server vector datatype support
What Changed:
custom binary format over the TDS protocol.
(#3433,
#3443)
Who Benefits:
to processing times and memory requirements.
a consistent look-and-feel.
Impact:
using SQL Server 2025 preview:
operation.)
serialization/deserialization and string representation bloat.
applications may continue to use JSON strings to send/receive vector data,
although they will not see any of the performance improvements noted above.
Revived .NET Standard 2.0 target support
What Changed:
(#3381)
community voicing concerns.
Who Benefits:
frameworks:
actual implementation, and cannot be used with a runtime.
MDS .NET/.NET Framework runtime implementation.
Standard 2.0 reference DLL at runtime are not supported.
Impact:
this:
warning NU1701: Package 'Microsoft.Data.SqlClient 6.0.2' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.Fixed
(#3325)
(#3399)
SqlCachedBufferasync read edge case.(#3329)
SqlSequentialTextReaderedge case with single-byte reads.(#3383)
PoolBlockingPeriod.(#3411)
ToString()override toSqlJson.(#3427)
Changed
(#3364)
(#3337,
#3377,
#3422)
(#3364,
#3369,
#3401)
(#2454)
(#3352,
#3396)
AccessToken and
AccessTokenCallback
documentation.
(#3339)
(#3391)
.NET Core implementations.
(#3262,
#3291,
#3305,
#3306,
#3310,
#3323,
#3326,
#3335,
#3338,
#3340,
#3341,
#3343,
#3345,
#3353,
#3355,
#3368,
#3373,
#3376,
#3388,
#3389,
#3393,
#3405,
#3414,
#3416,
#3417,
#3420,
#3431,
#3438)
dependencies, removal of hardcoded credentials, and improved robustness.
(#3204,
#3379,
#3380,)
#3402
System.Text.Json8.0.5 (.NET 8.0) and
9.0.5 (.NET Standard 2.0, .NET 9.0)
to avoid transitive vulnerabilities (CVE-2024-43485).
(#3403)
v6.0.1This update brings the below changes over the previous release:
Fixed
Changed
Microsoft.Data.SqlClient.SNIandMicrosoft.Data.SqlClient.SNI.runtimeto6.0.2#3116 #3117v6.0.0No changes since the last preview release
v5.2.3This update brings the following changes since the 5.2.2 release:
Fixed
NullPointerExceptionduring socket receive (PR #3284)Changed
Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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.