Bump dbup-sqlserver and Microsoft.Data.SqlClient - #4
Conversation
Bumps dbup-sqlserver from 6.0.16 to 7.2.0 Bumps Microsoft.Data.SqlClient from 6.1.1 to 6.1.4 --- updated-dependencies: - dependency-name: dbup-sqlserver dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Data.SqlClient dependency-version: 6.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
|
Closing as superseded.
That major deserves its own PR and its own verification: DbUp 7.x is where the migration runner's API can shift, and our migrations run at application startup. Dependabot will re-propose it separately. Note for whoever picks it up: NuGet updates here also require regenerating the committed 🤖 Generated with Claude Code |
Updated dbup-sqlserver from 6.0.16 to 7.2.0.
Release notes
Sourced from dbup-sqlserver's releases.
7.2.0
What's Changed
Full Changelog: DbUp/dbup-sqlserver@7.1.0...7.2.0
7.1.0
What's Changed
Full Changelog: DbUp/dbup-sqlserver@6.0.16...7.1.0
Commits viewable in compare view.
Updated Microsoft.Data.SqlClient from 6.1.1 to 6.1.4.
Release notes
Sourced from Microsoft.Data.SqlClient's releases.
6.1.4
This 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.... (truncated)
6.1.3
This 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
Target Platform Support
Dependencies
.NET Framework 4.6.2+
... (truncated)
6.1.2
This update brings the below changes over the previous stable release:
Fixed
System.InvalidOperationException#3629Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)