Releases: DbUp/dbup-postgresql
Releases · DbUp/dbup-postgresql
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
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 - Only
net8
compatible 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
6.0.0-beta.44
What's Changed
- fix(#26): avoid NullReferenceException when creating database by @nvierge-addactis in #27
New Contributors
- @nvierge-addactis made their first contribution in #27
Full Changelog: 6.0.0-beta.28...6.0.0-beta.44
6.0.0-beta.28
What's Changed
- 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
- Target
net8
so we can use the latest version of Npgsql by @droyad in #24 - Add npgsql licence by @droyad in #25
New Contributors
- @MarkOtter made their first contribution in #16
- @au-ee made their first contribution in #21
- @campbellhardingdeason made their first contribution in #19
Full Changelog: 6.0.0-beta.13...6.0.0-beta.28
6.0.0-beta.4
Breaking Changes
https://dbup.readthedocs.io/en/latest/breaking-changes/
- Npgsql updated to
8.0.3
What's Changed
New Contributors
Full Changelog: https://github.com/DbUp/dbup-postgresql/commits/6.0.0-beta.4
6.0.0-beta.13
What's Changed
- Add NpgsqlDataSource support to PostgresqlConnectionManager by @scrocquesel in #14
New Contributors
- @scrocquesel made their first contribution in #14
Full Changelog: 6.0.0-beta.4...6.0.0-beta.13