Releases: DbUp/dbup-mysql
Releases · DbUp/dbup-mysql
6.1.0
What's Changed
- dbup-core v6.0.15 update by @droyad in #21
- Add XML documentation for all public members by @droyad in #20
- Add custom journal table to UpgradeEngineBuilder by @ewdieckman in #19
New Contributors
- @ewdieckman made their first contribution in #19
dbup-core changes: https://github.com/DbUp/DbUp/releases/tag/6.0.15
Full Changelog: 6.0.4...6.1.0
6.0.4
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
MultipleUpgradeLoghas been replaced withAggregateLogIUpgradeLoggerstill exists but method names have changed fromWrite*toLog*to match Microsoft'sILoggerinterface
- Scripts with
ScriptType.RunAlwayswill no longer be journaled - Only
netstandard2.0compatible frameworks are supported
- LibLog has been replaced by the standard .NET ILogger abstraction
- Use
MySqlConnectorinstead ofSystem.Data.SqlClientby @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
6.0.1-beta.41
Breaking Changes
https://dbup.readthedocs.io/en/latest/breaking-changes/
What's Changed
New Contributors
Full Changelog: 6.0.1-beta.25...6.0.1-beta.41
6.0.1-beta.25
Breaking Changes
Full Changelog: 5.0.43...6.0.1-beta.25