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

  • Oct 22, 2013

    ๐Ÿ› Bug Fixes

    • ๐ŸŒฒ Use lazy string formatting when logging
    • Avoid several deadlock scenarios, especially when nodes go down
    • Avoid trashing newly created connections due to insufficient traffic
    • Gracefully handle un-handled Exceptions when erroring callbacks

    Other

    • ๐Ÿšš Node state listeners (which are called when a node is added, removed, goes down, or comes up) should now be registered through Cluster.register_listener() instead of through a host's HealthMonitor (which has been removed)