Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

v2.0.0.pre1

Compare
Choose a tag to compare
@iconara iconara released this 15 Mar 14:33
· 126 commits to master since this release

This is the first release of cql-rb that has an external dependency. The reason is that the IO, byte buffer and futures code has been moved to a separate library, Ione. I've used cql-rb to make other network clients and it started to get weird to have a Cassandra driver as a dependency for things that didn't talk to Cassandra.

There has also been a few fixes and additions:

  • Fixed a bug in Uuid#hash when running in JRuby (#81)
  • Added Uuid#to_i as an alias for #value (#82)
  • Made TimeUuid comparable (#83)