Skip to content

6.0.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 03:16
0151b22

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
  • Use MySqlConnector instead of System.Data.SqlClient by @twerthi in #9

What's Else Has Changed

New Contributors

Full Changelog: 5.0.43...6.0.4