I'm excited to announce the release of v2.0 of the Ruby driver for DataStax Enterprise. This release introduces graph execution profiles, which leverage the execution profile infrastructure added in the recent 3.1 release of the Ruby driver for Apache Cassandra. This is a major release because some backward-incompatible changes are introduced in this version. In summary, the
Dse::Graph::Options object has been removed from the api because graph execution profiles subsume them. The
docs and
blog post go into all the details.
As usual, the gem is available on
rubygems.org, so just update your Gemfile's,
bundle install, and you should be all set.