github vapor/fluent-postgres-driver 2.7.2
Warn about deprecation of old config methods instead of breaking existing code

latest releases: 2.12.0, 2.11.0, 2.10.1...
3 years ago
This patch was authored and released by @gwynne.

Previously working code which uses the now-deprecated PostgresConfiguration type with the .postgres factory methods (rather than its replacement, SQLPostgresConfiguration) while specifying neither a data encoder or decoder was throwing compiler errors. Such code now issues the intended deprecation warning instead, while continuing to work as before.

Fixes #211

Don't miss a new fluent-postgres-driver release

NewReleases is sending notifications on new releases.