Skip to content

DataStax Ruby Driver 2.1.4

Compare
Choose a tag to compare
@avalanche123 avalanche123 released this 01 Jul 20:25
· 689 commits to master since this release

Apache Cassandra 2.1 compatible release

New Features:

  • [RUBY-90] Add tcp nodelay support, disabled by default
  • [RUBY-114] Enable serial consistency for batch statements
  • [RUBY-70] Add client timestamps support, disabled by default
  • [RUBY-119] Allow the driver to be used with conflicting gems

Bug Fixes:

  • [RUBY-95] Speed up generation of large token maps
  • [RUBY-97] Prevent initial schema metadata fetch when synchronization disabled
  • [RUBY-102] Fix schema metadata parsing of non-standard types
  • [RUBY-103] Reuse token maps for keyspaces with same replication strategies and factors
  • [RUBY-116] Fix thread leaks when cluster initialization fails