6.0.3
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
net8compatible frameworks are supported
- LibLog has been replaced by the standard .NET ILogger abstraction
What Else Has Changed
- Add NpgsqlDataSource support to PostgresqlConnectionManager by @scrocquesel in #14
- Added support for supplying a custom CertificateValidationCallback by @MarkOtter in #16
- Make it possible to change the master database name by @au-ee in #21
- fix: #680 PostgreSQL statements split implemented by @campbellhardingdeason in #19
- fix(#26): avoid NullReferenceException when creating database by @nvierge-addactis in #27
- Fix delimiter parsing by @nvierge-addactis in #28
New Contributors
- @scrocquesel made their first contribution in #14
- @MarkOtter made their first contribution in #16
- @au-ee made their first contribution in #21
- @campbellhardingdeason made their first contribution in #19
- @nvierge-addactis made their first contribution in #27
Full Changelog: 5.0.38...6.0.3