Skip to content

Commit 4afe96f

Browse files
committed
Refinements to README.
1 parent 1c450d3 commit 4afe96f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
*If you're reading this on GitHub, please note that this is the readme for the development version and that some
44
features described here might not yet have been released. You can view the documentation for the latest released
5-
version [here](http://docs.datastax.com/en/developer/ruby-driver/latest) or a particular version
6-
[here](http://docs.datastax.com/en/developer/ruby-driver).*
5+
version [here](http://docs.datastax.com/en/developer/ruby-driver/latest).*
76

87
[![Build Status](https://travis-ci.org/datastax/ruby-driver.svg?branch=master)](https://travis-ci.org/datastax/ruby-driver)
98

@@ -35,12 +34,12 @@ This driver is based on [the cql-rb gem](https://github.com/iconara/cql-rb) by [
3534
This driver works exclusively with the Cassandra Query Language v3 (CQL3) and Cassandra's native protocol. The current version works with:
3635

3736
* Apache Cassandra versions 1.2, 2.0 and 2.1
38-
* DataStax Enterprise 3.1, 3.2, 4.0 and 4.5
39-
* Ruby (MRI) 1.9.3, 2.0, 2.1 and 2.2
37+
* DataStax Enterprise 3.1-4.8
38+
* Ruby (MRI) 2.2, 2.3
4039
* JRuby 1.7
41-
* Rubinius 2.2
4240

43-
__Note__: JRuby 1.6 is not officially supported, although 1.6.8 should work.
41+
__Note__: JRuby 1.6 is not officially supported, although 1.6.8 should work. Rubinius is not supported.
42+
MRI 1.9.3, 2.0, 2.1, and JRuby 9k are not officially supported, but they should work.
4443

4544
## Quick start
4645

@@ -92,7 +91,10 @@ __Note__: if you want to use compression you should also install [snappy](http:/
9291

9392
## Upgrading from cql-rb
9493

95-
Some of the new features added to the driver have unfortunately led to changes in the original cql-rb API. In the examples directory, you can find [an example of how to wrap the ruby driver to achieve almost complete interface parity with cql-rb](https://github.com/datastax/ruby-driver/blob/master/examples/cql-rb-wrapper.rb) to assist you with gradual upgrade.
94+
Some of the new features added to the driver have unfortunately led to changes in the original cql-rb API.
95+
In the examples directory, you can find [an example of how to wrap the ruby driver to achieve almost complete
96+
interface parity with cql-rb](https://github.com/datastax/ruby-driver/blob/v2.1.7/examples/cql-rb-wrapper.rb)
97+
to assist you with gradual upgrade.
9698

9799
## What's new in v2.1
98100
See the [changelog](https://github.com/datastax/ruby-driver/blob/master/CHANGELOG.md) for details on patch releases.
@@ -167,7 +169,6 @@ Prereleases will be stable, in the sense that they will have finished and proper
167169

168170
## Known bugs & limitations
169171

170-
* JRuby 1.6 is not officially supported, although 1.6.8 should work, if you're stuck in JRuby 1.6.8 try and see if it works for you.
171172
* Because the driver reactor is using `IO.select`, the maximum number of tcp connections allowed is 1024.
172173
* Because the driver uses `IO#write_nonblock`, Windows is not supported.
173174

0 commit comments

Comments
 (0)