Skip to content

6.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 01:03
a2b8fad

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 DbUp/dbup-mysql#9

What's Else Has Changed

  • Fixed documentation to describe the quirk regarding schemaversions by @Jeern in #8
  • Added docker-compose.yml to create a firebird server by @Jeern in #7
  • Create/DropDatabase by @Jeern in #9

New Contributors

  • @Jeern made their first contribution in #8

Full Changelog: 5.0.38...6.0.0