Skip to content

6.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 05:28
a6ff75d

Breaking Changes

  • Update to net8.0 and Npgsql 9.0.2 by @droyad in #10
  • 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

Full Changelog: 4.6.0...6.0.0