Skip to content

Commit ec5d51b

Browse files
committed
* Update CHANGELOG and README.
1 parent 060d181 commit ec5d51b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# master
1+
# 3.2.1
2+
3+
Bug Fixes:
4+
* [RUBY-315](https://datastax-oss.atlassian.net/browse/RUBY-315) Bump rubocop version to address security vulnerability; disallow Ruby versions prior to 2.2.
5+
* [RUBY-316](https://datastax-oss.atlassian.net/browse/RUBY-316) Memory leak in ruby driver due to request timers not being cleaned up when extremely large request timeout is set.
6+
* [RUBY-317](https://datastax-oss.atlassian.net/browse/RUBY-317) Upgrade Yard to address security vulnerability.
7+
* [RUBY-318](https://datastax-oss.atlassian.net/browse/RUBY-318) Fix Travis config to work with JRuby on new image.
28

39
# 3.2.0
410

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This driver works exclusively with the Cassandra Query Language v3 (CQL3) and Ca
3939
* Apache Cassandra versions 2.1, 2.2, and 3.x
4040
* DataStax Enterprise 4.8 and above. However, the [Ruby DSE driver](https://github.com/datastax/ruby-dse-driver.git) provides more features and is recommended for use with DataStax Enterprise.
4141
* Ruby (MRI) 2.2, 2.3, 2.4
42-
* JRuby 1.7, 9k
42+
* JRuby 9k
4343

4444
__Note__: Rubinius is not supported.
4545

0 commit comments

Comments
 (0)