Skip to content

Releases: DbUp/dbup-redshift

6.0.0

24 Dec 05:28
a6ff75d
Compare
Choose a tag to compare

Breaking Changes

  • Update to net8.0 and Npgsql 9.0.2 by @droyad in #10
  • 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

Full Changelog: 4.6.0...6.0.0

6.0.0-beta.5

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

Breaking Change: Update to net8.0 and Npgsql 9.0.2 #10

Full Changelog: 6.0.0-beta.4...6.0.0-beta.5

6.0.0-beta.4

26 Jul 05:09
3776ee9
Compare
Choose a tag to compare
6.0.0-beta.4 Pre-release
Pre-release

Breaking Changes

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

  • Npgsql updated to 8.0.3

What's Changed

  • Moved files from main repo by @droyad in #2
  • Added PR and Issue templates by @droyad in #5
  • Create dependabot.yml by @droyad in #6
  • Added build and solution files by @droyad in #3
  • Pushed main builds to NuGet by @droyad in #7
  • Updated DbUp Core to 6.0.0 and other references by @droyad in #8

New Contributors

  • @droyad made their first contribution in #2

Full Changelog: https://github.com/DbUp/dbup-redshift/commits/6.0.0-beta.4