Skip to content

DataStax Ruby Driver 2.1.0

Compare
Choose a tag to compare
@avalanche123 avalanche123 released this 23 Feb 17:39
· 750 commits to master since this release

Apache Cassandra 2.1 compatible release

Features:

  • Apache Cassandra native protocol v3
  • User-defined types and tuples
  • Schema metadata includes user-defined types
  • Named arguments
  • Public types api for type definition and introspection

Breaking Changes:

  • Splat style positional arguments support, deprecated in 2.0.0, has been dropped

Bug Fixes:

  • [RUBY-93] Reconnection can overflow the stack