v0.3.0
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
TcpStreamfactory so that low level control over the socket via socket2 or similar is possible. - Pass
ConnectionSettingsby 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.