6.0.0
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
MultipleUpgradeLoghas been replaced withAggregateLogIUpgradeLoggerstill exists but method names have changed fromWrite*toLog*to match Microsoft'sILoggerinterface
- Scripts with
ScriptType.RunAlwayswill no longer be journaled
- LibLog has been replaced by the standard .NET ILogger abstraction
Full Changelog: 4.6.0...6.0.0