Skip to content

Releases: jbg/tokio-postgres-rustls

v0.13.0

19 Oct 22:23
@jbg jbg
0cffe66
Compare
Choose a tag to compare
  • Minimize API
  • Add documentation
  • Eliminate allocations
  • Migrate from x509-certificate to x509-cert to avoid policy problems with x509-certificate's MPL license in some organizations

Thanks to @aumetra for the above improvements!

v0.12.0

02 Apr 22:20
@jbg jbg
Compare
Choose a tag to compare
  • Update rustls to 0.23 (thanks @aumetra!)

v0.11.1

18 Jan 21:04
@jbg jbg
Compare
Choose a tag to compare
  • Update x509-certificate to 0.23 to avoid pulling in multiple versions of ring. Thanks @serprex

v0.11.0

14 Jan 11:29
@jbg jbg
Compare
Choose a tag to compare
  • Fixed the SCRAM channel binding check to use the correct digest based on the server certificate (thanks @JamesGuthrie)
  • Updated rustls to 0.22 (thanks @ol-teuto)
  • Updated ring to 0.17 (thanks @fnichol)

v0.10.0

14 Apr 03:45
@jbg jbg
f536e4d
Compare
Choose a tag to compare
Bump version to 0.10.0

v0.9.0

16 Nov 14:42
@jbg jbg
Compare
Choose a tag to compare
  • Updated rustls to 0.20 (thanks @UjOwtuc!)

v0.8.0

10 Feb 06:55
@jbg jbg
Compare
Choose a tag to compare

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.

v0.7.0

22 Jan 09:39
@jbg jbg
Compare
Choose a tag to compare

Updated to Tokio 1

v0.6.0

02 Dec 00:34
@jbg jbg
Compare
Choose a tag to compare
  • Updated to tokio 0.3, rustls 0.19, tokio-postgres 0.6, tokio-rustls 0.21.

v0.5.0

06 Aug 05:46
@jbg jbg
Compare
Choose a tag to compare

Updated to rustls 0.18 and tokio-rustls 0.14.