Skip to content

v0.3.0

Choose a tag to compare

@ximon18 ximon18 released this 29 Sep 21:10
· 56 commits to main since this release

This breaking release includes the following:

  • Remove INFO level "Establishing TLS connection" message (#24).
  • Return errors from TLS connect() functions instead of panicking. (#25)
  • Support client supplied TcpStream factory so that low level control over the socket via socket2 or similar is possible.
  • Pass ConnectionSettings by reference instead of cloning. (#26)
  • Add a rename_key() function. (#27)
  • Add a get_key() function. (#28)
  • Re-enable commented out tests in client.rs. (#29)
  • Count connection errors (see Client::connection_error_count()).
  • Minor documentation fixes.