Releases: DbUp/dbup-sqlite
Releases · DbUp/dbup-sqlite
6.0.4
What's Changed
- dbup-core v6.0.15 update by @droyad in #19
- Add XML documentation for all public members by @droyad in #17
- Update Microsoft.Data.Sqlite from 9.0.0 to 9.0.10 by @droyad in #18
dbup-core changes: https://github.com/DbUp/DbUp/releases/tag/6.0.15
Full Changelog: 6.0.1...6.0.4
6.0.1
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
- Reference SQLite Core package, so native binaries will no longer be included, consumer can choose to reference full package by @droyad in #11
- Changed case from
SQLitetoSqliteby @droyad in #12
What else has changed
New Contributors
Full Changelog: 5.0.38...6.0.1
6.0.0-beta.15
6.0.0-beta.3
Breaking Changes
https://dbup.readthedocs.io/en/latest/breaking-changes/
What's Changed
Full Changelog: https://github.com/DbUp/dbup-sqlite/commits/6.0.0-beta.3