Skip to content

DataStax Ruby Driver 3.2.3

Compare
Choose a tag to compare
@stamhankar999 stamhankar999 released this 22 Aug 20:39
· 43 commits to master since this release

Apache Cassandra 2.2 and 3.x compatible release

Bug Fixes:

  • RUBY-322 Decimals with zero scale aren't parsed properly.
  • RUBY-323 Travis can time out due to unintialized instance variable warning in CqlProtocolHandler. Thanks @baldarn for the contribution!
  • RUBY-324 CQL generation does not handle nested collections properly. Thanks @mnin for the contribution!
  • RUBY-325 Upgrade Yard to resolve security vulnerability.
  • RUBY-326 CQL generation should include ascending clustering order specification. Thanks @mnin for the contribution!