Releases: DbUp/dbup-sqlserver
Releases Β· DbUp/dbup-sqlserver
6.0.16
What's Changed
- Use GenerateDocumentationFile to expose doc comments to package consumers by @Bartleby2718 in #25
- dbup-core v6.0.15 update by @droyad in #28
New Contributors
- @Bartleby2718 made their first contribution in #25
dbup-core changes: https://github.com/DbUp/DbUp/releases/tag/6.0.15
Full Changelog: 6.0.0...6.0.16
6.0.0
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
- Update Azure SQL Authentication to use Azure.Identity by @evochriso in #14
- Replaced System.Data.SqlClient with Microsoft.Data.SqlClient
What's Else Has Changed
New Contributors
- @evochriso made their first contribution in #14
Full Changelog: 5.0.41...6.0.0
6.0.0-beta.21
Full Changelog: 6.0.0-beta.9...6.0.0-beta.21
6.0.0-beta.9
What's Changed
Full Changelog: https://github.com/DbUp/dbup-sqlserver/commits/6.0.0-beta.9