Skip to content

V0.9.2

Latest

Choose a tag to compare

@jxs jxs released this 10 Jun 18:25
bc1a829

[0.9.2] - 2026-06-09

Added

  • Support for rustls as a TLS backend for tokio-postgres via the new tokio-postgres-rustls feature. #426

Changed

  • Make TLS opt-in for postgres and tokio-postgres features. The postgres and tokio-postgres features no longer pull in native-tls unconditionally. Use postgres-tls and tokio-postgres-tls features for TLS support. #408
  • Support rusqlite 0.39.x. #425
  • Support mysql up to 0.28.x and mysql_async up to 0.37.x. #436
  • Update toml dependency to 1.1.2. #430