Skip to content

v0.8.0

Compare
Choose a tag to compare
@jbg jbg released this 10 Feb 06:55
· 41 commits to master since this release

Deferred failure in make_tls_connect (e.g. due to an invalid/missing hostname) until establishing the TLS connection is actually attempted. This is consistent with the behaviour of other tokio-postgres TLS integrations, and allows using SslMode::Disable to e.g. connect to a UNIX socket whilst still having tokio-postgres-rustls as the chosen TLS library for tokio-postgres.