Releases: DbUp/dbup-redshift
Releases · DbUp/dbup-redshift
6.0.0
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 withAggregateLog
IUpgradeLogger
still exists but method names have changed fromWrite*
toLog*
to match Microsoft'sILogger
interface
- Scripts with
ScriptType.RunAlways
will no longer be journaled
- LibLog has been replaced by the standard .NET ILogger abstraction
Full Changelog: 4.6.0...6.0.0
6.0.0-beta.5
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
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
Full Changelog: https://github.com/DbUp/dbup-redshift/commits/6.0.0-beta.4