@@ -101,16 +101,18 @@ __Note__: if you want to use compression you should also install [snappy](http:/
101
101
102
102
Some of the new features added to the driver have unfortunately led to changes in the original cql-rb API.
103
103
In the examples directory, you can find [ an example of how to wrap the ruby driver to achieve almost complete
104
- interface parity with cql-rb] ( https://github.com/datastax/ruby-driver/blob/master /examples/cql-rb-wrapper.rb )
104
+ interface parity with cql-rb] ( https://github.com/datastax/ruby-driver/blob/v3.2.1 /examples/cql-rb-wrapper.rb )
105
105
to assist you with gradual upgrade.
106
106
107
107
If you are upgrading to DataStax Enterprise, use the [ Ruby DSE driver] ( https://github.com/datastax/ruby-dse-driver.git )
108
108
for more features and better compatibility.
109
109
110
110
## What's new in v3.2
111
- This minor release adds support for MRI 2.4.x and also contains a few miscellaneous defect fixes.
111
+ This minor release adds support for MRI 2.4.x and also contains a few miscellaneous defect fixes. It also removes
112
+ support for Ruby versions prior to 2.2. This was already officially the case, but the minimum version limit is
113
+ now enforced.
112
114
113
- See the [ changelog] ( https://github.com/datastax/ruby-driver/blob/master /CHANGELOG.md ) for more information on all
115
+ See the [ changelog] ( https://github.com/datastax/ruby-driver/blob/v3.2.1 /CHANGELOG.md ) for more information on all
114
116
changes in this version and past versions.
115
117
116
118
## What's new in v3.1
@@ -178,7 +180,7 @@ examples in the `features/` directory.
178
180
## Running tests
179
181
180
182
If you don't feel like reading through the following instructions on how to run
181
- ruby-driver tests, feel free to [ check out .travis.yml for the entire build code] ( https://github.com/datastax/ruby-driver/blob/master /.travis.yml ) .
183
+ ruby-driver tests, feel free to [ check out .travis.yml for the entire build code] ( https://github.com/datastax/ruby-driver/blob/v3.2.1 /.travis.yml ) .
182
184
183
185
* Check out the driver codebase and install test dependencies:
184
186
@@ -202,7 +204,7 @@ CASSANDRA_VERSION=2.1.12 bundle exec rake test # run both as well as integration
202
204
## Changelog & versioning
203
205
204
206
Check out the [ releases on GitHub] ( https://github.com/datastax/ruby-driver/releases ) and
205
- [ changelog] ( https://github.com/datastax/ruby-driver/blob/master /CHANGELOG.md ) . Version
207
+ [ changelog] ( https://github.com/datastax/ruby-driver/blob/v3.2.1 /CHANGELOG.md ) . Version
206
208
numbering follows the [ semantic versioning] ( http://semver.org/ ) scheme.
207
209
208
210
Private and experimental APIs, defined as whatever is not in the
0 commit comments