Releases: DbUp/dbup-redshift
Releases · DbUp/dbup-redshift
6.0.3
What's Changed
- Update Npgsql to 9.0.4 by @droyad in #12
- Add XML documentation for all public members by @droyad in #11
- dbup-core v6.0.15 update (previously 6.0.3) by @droyad in #13
Changes since dbup-core v6.0.3
- https://github.com/DbUp/DbUp/releases/tag/6.0.3
- https://github.com/DbUp/DbUp/releases/tag/6.0.15
Full Changelog: 6.0.0...6.0.3
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
MultipleUpgradeLoghas been replaced withAggregateLogIUpgradeLoggerstill exists but method names have changed fromWrite*toLog*to match Microsoft'sILoggerinterface
- Scripts with
ScriptType.RunAlwayswill 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