Releases: DbUp/dbup-firebird
Releases · DbUp/dbup-firebird
6.1.0
What's Changed
- Updated DbUp Core to 6.1.1 and patch versions of dependencies in #12
Full Changelog: 6.0.1...6.1.0
6.0.1
What's Changed
- dbup-core v6.0.15 update by @droyad in #11
- Add XML documentation for all public members by @droyad in #10
dbup-core changes: https://github.com/DbUp/DbUp/releases/tag/6.0.3
Full Changelog: 6.0.0...6.0.1
6.0.0
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 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
Full Changelog: 5.0.38...6.0.0
6.0.0-beta.7
What's Changed
New Contributors
Full Changelog: https://github.com/DbUp/dbup-firebird/commits/6.0.0-beta.7