Cassandra Driver v3.2.0 Release Notes

Release Date: 2017-05-15 // almost 7 years ago
  • ๐Ÿš€ Apache Cassandra 2.2 and 3.x compatible release

    ๐Ÿ”‹ Features:

    • ๐Ÿ’Ž RUBY-294 Support MRI 2.4.x. Thanks, @lautis, for this contribution!

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ’Ž RUBY-291 Driver fails to connect to cluster when a table column type has a quoted name.
    • ๐Ÿ’Ž RUBY-292 Driver sporadically crashes with "undefined method 'ip'" error.
      Thanks, @grosser, for the fix!
    • ๐Ÿ”ง RUBY-295 When a custom address resolver is configured,
      consult it when handling all host events, and thus prevent the creation of invalid Host objects.