cassandra-rs v0.14.0 Release Notes

Release Date: 2019-01-22 // about 5 years ago
  • ➕ Added

    • 👯 Clone, Copy and PartialEq traits in Inet
    • 👍 Fields name and value support for UserTypeIterator (support for UDT)
    • Extra bindings for Row::get_by_name and Statement::bind_by_name

    🔄 Changed

    • Debug implementation for Inet now uses its ToString implementation

    🛠 Fixed

    • Value::get_inet which would always return a zeroed Inet
    • ⬇️ Dropping futures early could cause a segfault when using the system allocator (in Rust 1.32.0 or later).