Cassandra Driver v3.1.0 Release Notes

Release Date: 2016-11-14 // over 7 years ago
  • ๐Ÿš€ Apache Cassandra 2.2 and 3.x compatible release

    ๐Ÿ”‹ Features:

    • Do not mark a host as down if there are active connections.
    • ๐Ÿ“‡ Update Keyspace metadata to include collection of indexes defined in the keyspace.
    • ๐Ÿ“‡ Update Table metadata to include trigger-collection and view-collection metadata. Also include the cdc attribute,
      โœ… introduced in C* 3.8. More details here.
    • โž• Added execution profiles to encapsulate a group of request execution options.
    • โž• Added support for v5 beta protocol. This will always be a "work-in-progress" since the protocol is under
      โšก๏ธ development and the driver is not necessarily updated to the latest revision of it.
    • ๐Ÿ‘‰ Make prepared statement cache not be scoped by host and optimistically execute prepared statements on hosts where
      we are not sure the statement is already prepared. The motivation is that in the steady state, all nodes have
      prepared statements already, so there is no need to prepare statements before executing them. If the guess is wrong,
      the client will prepare and execute at that point.
    • ๐Ÿ”ฆ Expose various cluster attributes with getters.

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ’Ž RUBY-235 execution_info.retries resets retry count when switching hosts.
    • ๐Ÿš‘ RUBY-255 ControlConnection.peer_ip ignores peers that are missing critical information in system.peers.
    • ๐Ÿ’Ž RUBY-264 Table erroneously reported as using compact storage.