Releases: DbUp/dbup-postgresql
Releases · DbUp/dbup-postgresql
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