Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2024

Bumps dbup-sqlserver from 5.0.41 to 6.0.0.

Release notes

Sourced from dbup-sqlserver's releases.

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
  • d27b19a Merge pull request #19 from DbUp/release/6.0.0
  • bdd5c0a Update to dbup-core 6.0
  • 4d4f637 Merge pull request #20 from DbUp/initialDbScript
  • c78397f Use factory to generate DB creation script instead.
  • 1363fa3 Allow custom DB creation script to be passed.
  • 32c112f Merge pull request #14 from evochriso/main
  • b88e44a Upgraded to SqlClient 5.2.2
  • 373de57 Removed unneeded reference
  • 0cbdb1f Undid accidental downgrade
  • a78bf85 Passed TokenCredential in for Azure connections
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [dbup-sqlserver](https://github.com/DbUp/dbup-sqlserver) from 5.0.41 to 6.0.0.
- [Release notes](https://github.com/DbUp/dbup-sqlserver/releases)
- [Commits](DbUp/dbup-sqlserver@5.0.41...6.0.0)

---
updated-dependencies:
- dependency-name: dbup-sqlserver
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 23, 2024
@github-actions github-actions bot merged commit d5bf524 into master Oct 23, 2024
@dependabot dependabot bot deleted the dependabot/nuget/dbup-sqlserver-6.0.0 branch October 23, 2024 07:17
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