File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments