Skip to content

Commit e768742

Browse files
committed
docs(changelog) add 1.5.0 changes
1 parent 09b0090 commit e768742

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

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

0 commit comments

Comments
 (0)