Skip to content

Bump dbup-sqlserver and Microsoft.Data.SqlClient#3142

Closed
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/nuget/TeachingRecordSystem/multi-44353a0d5f
Closed

Bump dbup-sqlserver and Microsoft.Data.SqlClient#3142
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/nuget/TeachingRecordSystem/multi-44353a0d5f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Updated dbup-sqlserver from 5.0.37 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

6.0.16

What's Changed

New Contributors

dbup-core changes: https://github.com/DbUp/DbUp/releases/tag/6.0.15
Full Changelog: DbUp/dbup-sqlserver@6.0.0...6.0.16

6.0.0

Breaking Changes

  • Updated DbUp Core to 6.0.0, see https://dbup.readthedocs.io/en/latest/breaking-changes/ for full details
    • LibLog has been replaced by the standard .NET ILogger abstraction
      • The Autodetect logger feature provided by LibLog is removed
      • MultipleUpgradeLog has been replaced with AggregateLog
      • IUpgradeLogger still exists but method names have changed from Write* to Log* to match Microsoft's ILogger interface
    • Scripts with ScriptType.RunAlways will no longer be journaled
    • Only netstandard2.0 compatible frameworks are supported

What's Else Has Changed

New Contributors

Full Changelog: DbUp/dbup-sqlserver@5.0.41...6.0.0

6.0.0-beta.21

Full Changelog: DbUp/dbup-sqlserver@6.0.0-beta.9...6.0.0-beta.21

6.0.0-beta.9

What's Changed

Full Changelog: https://github.com/DbUp/dbup-sqlserver/commits/6.0.0-beta.9

Commits viewable in compare view.

Updated Microsoft.Data.SqlClient from 6.1.3 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

  • Fixed NullReferenceException issue with SqlDataAdapter when processing batch scenarios where certain SQL RPC calls may not include system parameters.
    (#​3877)
  • Fixed connection pooling issue where extra connection deactivation was causing active connection counts to go negative.
    (#​3776)

Added

AppContext Switch for enabling MultiSubnetFailover

What Changed:

  • Added new AppContext switch Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefault to set MultiSubnetFailover=true by default in connection string.
    (#​3851)

Who Benefits:

  • Applications that need MultiSubnetFailover enabled globally without modifying connection strings.

Impact:

  • Applications can now enable MultiSubnetFailover globally using one of the following methods:
// In application code
AppContext.SetSwitch("Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefault", true);
// In runtimeconfig.json
{
  "configProperties": {
    "Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefault": true
  }
}
<!-- In App.Config -->
<runtime>
  <AppContextSwitchOverrides value="Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefault=true" />
</runtime>

Changed

  • Optimized SqlStatistics execution timing by using Environment.TickCount instead of more expensive timing mechanisms.
    ... (truncated)

Commits 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 24, 2026
dependabot bot and others added 2 commits February 24, 2026 11:28
Bumps dbup-sqlserver from 5.0.37 to 7.2.0
Bumps Microsoft.Data.SqlClient from 6.1.3 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>
@gunndabad gunndabad force-pushed the dependabot/nuget/TeachingRecordSystem/multi-44353a0d5f branch from 2da9ce9 to c4e16f4 Compare February 24, 2026 11:28
@gunndabad
Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@gunndabad gunndabad closed this Mar 24, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@gunndabad gunndabad deleted the dependabot/nuget/TeachingRecordSystem/multi-44353a0d5f branch March 24, 2026 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant