Skip to content

Releases: DbUp/dbup-sqlite

6.0.1

24 Dec 05:30
7aefa3d
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
  • 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 SQLite to Sqlite by @droyad in #12

What else has changed

  • fix(driver): Resolve Exception during PerformUpgrade using LogScriptOutput #577 by @jafin in #5

New Contributors

  • @jafin made their first contribution in #5

Full Changelog: 5.0.38...6.0.1

6.0.0-beta.15

17 Dec 00:48
Compare
Choose a tag to compare
6.0.0-beta.15 Pre-release
Pre-release

What's Changed

  • fix(driver): Resolve Exception during PerformUpgrade using LogScriptOutput #577 by @jafin in #5
  • Reference SQLite Core package by @droyad in #11
  • Changed case from SQLite to Sqlite by @droyad in #12

New Contributors

  • @jafin made their first contribution in #5

Full Changelog: 6.0.0-beta.3...6.0.0-beta.15

6.0.0-beta.3

26 Jul 04:54
Compare
Choose a tag to compare
6.0.0-beta.3 Pre-release
Pre-release

Breaking Changes

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

What's Changed

  • Update dependencies and build to the latest by @droyad in #8

Full Changelog: https://github.com/DbUp/dbup-sqlite/commits/6.0.0-beta.3