Skip to content

Commit 1e95ca9

Browse files
Merge pull request #275 from datastax/DOC-4199
DOC-4199
2 parents c18f98e + aa6e17d commit 1e95ca9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ better compatibility and support for DataStax Enterprise.
1818
- Docs: http://docs.datastax.com/en/developer/ruby-driver
1919
- Jira: https://datastax-oss.atlassian.net/browse/RUBY
2020
- Mailing List: https://groups.google.com/a/lists.datastax.com/forum/#!forum/ruby-driver-user
21-
- Slack: `#datastax-drivers` channel at https://academy.datastax.com/slack
22-
- Twitter: Follow the latest news about DataStax Drivers - [@stamhankar999](http://twitter.com/stamhankar999), [@avalanche123](http://twitter.com/avalanche123), [@al3xandru](https://twitter.com/al3xandru)
2321

2422
This driver is based on [the cql-rb gem](https://github.com/iconara/cql-rb) by [Theo Hultberg](https://github.com/iconara) and we added support for:
2523

@@ -38,7 +36,7 @@ This driver is based on [the cql-rb gem](https://github.com/iconara/cql-rb) by [
3836

3937
This driver works exclusively with the Cassandra Query Language v3 (CQL3) and Cassandra's native protocol. The current version works with:
4038

41-
* Apache Cassandra versions 2.1, 2.2, and 3.x
39+
* Apache Cassandra versions 2.1, 2.2, 3.0+, and 4.0.x
4240
* DataStax Enterprise 4.8 and above. However, the [Ruby DSE driver](https://docs.datastax.com/en/developer/ruby-driver-dse/2.1/) provides more features and is recommended for use with DataStax Enterprise.
4341
* Ruby (MRI) 2.2, 2.3, 2.4
4442
* JRuby 9k

docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ links:
5252
href: https://github.com/datastax/ruby-driver/releases
5353
versions:
5454
- name: 3.2
55-
ref: v3.2.4
55+
ref: v3.2.5
5656
- name: 3.1
5757
ref: v3.1.0
5858
- name: 3.0

0 commit comments

Comments
 (0)