Skip to content

Releases: DbUp/dbup-mysql

6.0.4

23 Oct 03:16
0151b22
Compare
Choose a tag to compare

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 #9

What's Else Has Changed

New Contributors

Full Changelog: 5.0.43...6.0.4

6.0.1-beta.41

25 Jul 23:25
Compare
Choose a tag to compare
6.0.1-beta.41 Pre-release
Pre-release

Breaking Changes

https://dbup.readthedocs.io/en/latest/breaking-changes/

What's Changed

  • Use MySqlConnector instead of System.Data.SqlClient by @twerthi in #9

New Contributors

Full Changelog: 6.0.1-beta.25...6.0.1-beta.41

6.0.1-beta.25

20 Mar 01:53
d80cea8
Compare
Choose a tag to compare
6.0.1-beta.25 Pre-release
Pre-release

Breaking Changes

Full Changelog: 5.0.43...6.0.1-beta.25

5.0.43

20 Mar 01:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.38...5.0.43