cassandra-rs v0.11.0 Release Notes

Release Date: 2018-04-26 // almost 6 years ago
    • ✂ Remove the AsInet and FromInet traits, replacing them with suitable implementations of From.
    • 🛠 Fixed buggy IPv6 conversions.
    • Inet::cass_inet_init_v4 and Inet::cass_inet_init_v6 no longer consume their arguments.
    • Tuple::set_inet() now takes an IpAddr rather than a SocketAddr.
    • Added wrapper for cass_statement_set_request_timeout.