Skip to content

Commit 06e5ce3

Browse files
author
Bulat Shakirzyanov
committed
update CHANGELOG
1 parent 406da07 commit 06e5ce3

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
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

331
Bug Fixes:

lib/cassandra/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
#++
1818

1919
module Cassandra
20-
VERSION = '2.1.3'.freeze
20+
VERSION = '2.1.4'.freeze
2121
end

0 commit comments

Comments
 (0)