cassandra-python-driver v1.0.0-beta4 Release Notes

  • Sep 24, 2013

    ๐Ÿ”‹ Features

    • ๐Ÿ– Handle new blob syntax in Cassandra 2.0 by accepting bytearray objects for blob values
    • ๐Ÿ”– Add cql_version kwarg to Cluster.init

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix KeyError when building token map with NetworkTopologyStrategy keyspaces (this prevented a Cluster from successfully connecting at all).
    • 0๏ธโƒฃ Don't lose default consitency level from parent PreparedStatement when creating BoundStatements