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: CHANGELOG.md
+5-7
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,24 @@
1
-
# master
1
+
# 3.2.3
2
2
Bug Fixes:
3
3
*[RUBY-322](https://datastax-oss.atlassian.net/browse/RUBY-322) Decimals with zero scale aren't parsed properly.
4
-
*[RUBY-325](https://datastax-oss.atlassian.net/browse/RUBY-325) Upgrade Yard to resolve security vulnerability
5
-
4
+
*[RUBY-323](https://datastax-oss.atlassian.net/browse/RUBY-323) Travis can time out due to unintialized instance variable warning in CqlProtocolHandler. Thanks @baldarn for the contribution!
5
+
*[RUBY-324](https://datastax-oss.atlassian.net/browse/RUBY-324) CQL generation does not handle nested collections properly. Thanks @mnin for the contribution!
6
+
*[RUBY-325](https://datastax-oss.atlassian.net/browse/RUBY-325) Upgrade Yard to resolve security vulnerability.
7
+
*[RUBY-326](https://datastax-oss.atlassian.net/browse/RUBY-326) CQL generation should include ascending clustering order specification. Thanks @mnin for the contribution!
6
8
7
9
# 3.2.2
8
10
Bug Fixes:
9
11
*[RUBY-319](https://datastax-oss.atlassian.net/browse/RUBY-319) Support reading decimals in scientific notation with positive exponent.
*[RUBY-315](https://datastax-oss.atlassian.net/browse/RUBY-315) Bump rubocop version to address security vulnerability; disallow Ruby versions prior to 2.2.
16
17
*[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.
17
18
*[RUBY-317](https://datastax-oss.atlassian.net/browse/RUBY-317) Upgrade Yard to address security vulnerability.
18
19
*[RUBY-318](https://datastax-oss.atlassian.net/browse/RUBY-318) Fix Travis config to work with JRuby on new image.
19
20
20
21
# 3.2.0
21
-
22
22
Features:
23
23
*[RUBY-294](https://datastax-oss.atlassian.net/browse/RUBY-294) Support MRI 2.4.x. Thanks, @lautis, for this contribution!
24
24
@@ -50,12 +50,10 @@ Bug Fixes:
50
50
*[RUBY-264](https://datastax-oss.atlassian.net/browse/RUBY-264) Table erroneously reported as using compact storage.
51
51
52
52
# 3.0.3
53
-
54
53
Bug Fixes:
55
54
*[RUBY-241](https://datastax-oss.atlassian.net/browse/RUBY-241) Materialied views sometimes have nil ref to base-table.
56
55
57
56
# 3.0.2
58
-
59
57
Bug Fixes:
60
58
*[RUBY-219](https://datastax-oss.atlassian.net/browse/RUBY-219) Sometimes get stack trace in metadata.rb due to failure in SortedSet initialization.
61
59
*[RUBY-220](https://datastax-oss.atlassian.net/browse/RUBY-220) Improve support for custom types.
0 commit comments