You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ __Note__: if you want to use compression you should also install [snappy](http:/
99
99
100
100
Some of the new features added to the driver have unfortunately led to changes in the original cql-rb API.
101
101
In the examples directory, you can find [an example of how to wrap the ruby driver to achieve almost complete
102
-
interface parity with cql-rb](https://github.com/datastax/ruby-driver/blob/v3.2.4/examples/cql-rb-wrapper.rb)
102
+
interface parity with cql-rb](https://github.com/datastax/ruby-driver/blob/v3.2.5/examples/cql-rb-wrapper.rb)
103
103
to assist you with gradual upgrade.
104
104
105
105
If you are upgrading to DataStax Enterprise, use the [Ruby DSE driver](https://docs.datastax.com/en/developer/ruby-driver-dse/2.1/) for more features and better compatibility.
@@ -109,7 +109,7 @@ This minor release adds support for MRI 2.4.x and also contains a few miscellane
109
109
support for Ruby versions prior to 2.2. This was already officially the case, but the minimum version limit is
110
110
now enforced.
111
111
112
-
See the [changelog](https://github.com/datastax/ruby-driver/blob/v3.2.4/CHANGELOG.md) for more information on all
112
+
See the [changelog](https://github.com/datastax/ruby-driver/blob/v3.2.5/CHANGELOG.md) for more information on all
113
113
changes in this version and past versions.
114
114
115
115
## What's new in v3.1
@@ -177,7 +177,7 @@ examples in the `features/` directory.
177
177
## Running tests
178
178
179
179
If you don't feel like reading through the following instructions on how to run
180
-
ruby-driver tests, feel free to [check out .travis.yml for the entire build code](https://github.com/datastax/ruby-driver/blob/v3.2.4/.travis.yml).
180
+
ruby-driver tests, feel free to [check out .travis.yml for the entire build code](https://github.com/datastax/ruby-driver/blob/v3.2.5/.travis.yml).
181
181
182
182
* Check out the driver codebase and install test dependencies:
183
183
@@ -201,7 +201,7 @@ CASSANDRA_VERSION=2.1.12 bundle exec rake test # run both as well as integration
201
201
## Changelog & versioning
202
202
203
203
Check out the [releases on GitHub](https://github.com/datastax/ruby-driver/releases) and
204
-
[changelog](https://github.com/datastax/ruby-driver/blob/v3.2.4/CHANGELOG.md). Version
204
+
[changelog](https://github.com/datastax/ruby-driver/blob/v3.2.5/CHANGELOG.md). Version
205
205
numbering follows the [semantic versioning](http://semver.org/) scheme.
206
206
207
207
Private and experimental APIs, defined as whatever is not in the
0 commit comments