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 withAggregateLog
IUpgradeLogger
still exists but method names have changed fromWrite*
toLog*
to match Microsoft'sILogger
interface
- Scripts with
ScriptType.RunAlways
will no longer be journaled - Only
netstandard2.0
compatible frameworks are supported
- LibLog has been replaced by the standard .NET ILogger abstraction
- Use
MySqlConnector
instead ofSystem.Data.SqlClient
by @twerthi in #9
What's Else Has Changed
- Add support for DropDatabase by @scorixear in #17
New Contributors
- @twerthi made their first contribution in #9
- @scorixear made their first contribution in #17
Full Changelog: 5.0.43...6.0.4