File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1+ # 2.1.4
2+
3+ Features:
4+
5+ * [ RUBY-70] Add support for client-side timestamps, disabled by default.
6+ * [ RUBY-114] Add support for serial consistency in batch requests.
7+
8+ Bug Fixes:
9+
10+ * [ RUBY-103] Don't regenerate schema metadata for the same replication
11+ strategies and options
12+ * [ RUBY-102] Allow custom types in schema metadata
13+ * [ RUBY-97] Allow disabling of the initial population of schema metadata
14+ * [ RUBY-95] Speed up generation of large token maps
15+
16+ Breaking Changes:
17+
18+ * Setting ` :synchronize_schema ` to ` true ` will no longer perform the initial
19+ fetching if schema metadata.
20+
21+ # 2.1.3
22+
23+ Release removing backwards incompatible changes included in 2.1.2
24+
25+ # 2.1.2
26+
27+ Release removing accidental debug code from 2.1.1.
28+
129# 2.1.1
230
331Bug Fixes:
Original file line number Diff line number Diff line change 1717#++
1818
1919module Cassandra
20- VERSION = '2.1.3 ' . freeze
20+ VERSION = '2.1.4 ' . freeze
2121end
You can’t perform that action at this time.
0 commit comments