Skip to content

6.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 03:14
d27b19a

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
  • Update Azure SQL Authentication to use Azure.Identity by @evochriso in #14
  • Replaced System.Data.SqlClient with Microsoft.Data.SqlClient

What's Else Has Changed

  • Allow custom DB creation script to be passed by @droyad in #20

New Contributors

Full Changelog: 5.0.41...6.0.0