File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### [ 1.5.0]
2+
3+ > Released on: 2019/09/25
4+
5+ ##### Added
6+
7+ - The ` cluster:refresh() ` method is now safe to be called at runtime,
8+ allowing cluster topology changes (added or removed nodes) to be taken into
9+ consideration.
10+ [ #134 ] ( https://github.com/thibaultcha/lua-cassandra/pull/134 )
11+ - The ` cluster:refresh() ` method now accepts an optional ` timeout ` argument,
12+ and returns the topology changes (if any).
13+ [ #134 ] ( https://github.com/thibaultcha/lua-cassandra/pull/134 )
14+
115### [ 1.4.0]
216
317> Released on: 2019/05/09
@@ -393,6 +407,7 @@ now be called with `:`.
393407
394408- ` set_keyspace ` erroring on names with capital letters.
395409
410+ [ 1.5.0 ] : https://github.com/thibaultCha/lua-cassandra/compare/1.4.0...1.5.0
396411[ 1.4.0 ] : https://github.com/thibaultCha/lua-cassandra/compare/1.3.4...1.4.0
397412[ 1.3.4 ] : https://github.com/thibaultCha/lua-cassandra/compare/1.3.3...1.3.4
398413[ 1.3.3 ] : https://github.com/thibaultCha/lua-cassandra/compare/1.3.2...1.3.3
You can’t perform that action at this time.
0 commit comments