Skip to content

Commit d4fa776

Browse files
committed
docs(changelog) add 1.3.2 changes
1 parent 8b9fcd9 commit d4fa776

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
### [Unreleased][unreleased]
22

3+
### [1.3.2]
4+
5+
> Released on: 2018/08/10
6+
7+
##### Fixed
8+
9+
- Environments with DNS load-balancing in effect for `contact_points` provided
10+
as hostnames (e.g. Kubernetes with `contact_points = { "cassandra" }`) could
11+
result in `no host details for <peer IP>` errors when using multiple
12+
instances of the Cluster module. This is now fixed.
13+
[#118](https://github.com/thibaultcha/lua-cassandra/pull/118)
14+
315
### [1.3.1] - 2018/07/02
416

517
##### Fixed
@@ -348,7 +360,8 @@ now be called with `:`.
348360

349361
- `set_keyspace` erroring on names with capital letters.
350362

351-
[unreleased]: https://github.com/thibaultCha/lua-cassandra/compare/1.3.1...HEAD
363+
[unreleased]: https://github.com/thibaultCha/lua-cassandra/compare/1.3.2...HEAD
364+
[1.3.2]: https://github.com/thibaultCha/lua-cassandra/compare/1.3.1...1.3.2
352365
[1.3.1]: https://github.com/thibaultCha/lua-cassandra/compare/1.3.0...1.3.1
353366
[1.3.0]: https://github.com/thibaultCha/lua-cassandra/compare/1.2.3...1.3.0
354367
[1.2.3]: https://github.com/thibaultCha/lua-cassandra/compare/1.2.2...1.2.3

0 commit comments

Comments
 (0)