Cassandra Driver v3.2.0 Release Notes
Release Date: 2017-05-15 // about 5 years ago-
🚀 Apache Cassandra 2.2 and 3.x compatible release
🔋 Features:
🐛 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.