cassandra-rs v0.13.2 Release Notes

Release Date: 2019-01-15 // over 5 years ago
    • Avoid possible segfaults, by returning None where possible, otherwise panicking. In particular, a collection field set to NULL now returns None rather than faulting.
    • Make SchemaMeta::get_keyspace_by_name work (fix string handling bug).
    • ๐Ÿ‘ Allow using the SetIterator for lists and tuples. Previously these could not be enumerated at all!
    • ๐Ÿ‘ For convenience, support bind() for Lists.