Skip to content

Commit

Permalink
chore(deps) bump lua-cassandra to 1.3.2
Browse files Browse the repository at this point in the history
This release fixes an issue encountered in environments with DNS
load-balancing in effect for contact_points provided as hostnames (e.g.
Kubernetes with `contact_points = { "cassandra" }`).

This could result in `no host details for <peer IP>` errors when using
multiple instances of the Cluster module.

Changelog:

https://github.com/thibaultcha/lua-cassandra/blob/master/CHANGELOG.md#132

From #3693
  • Loading branch information
thibaultcha committed Aug 12, 2018
1 parent 5ad6048 commit 98b639b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong-0.14.0-0.rockspec
Expand Up @@ -20,7 +20,7 @@ dependencies = {
"multipart == 0.5.5",
"version == 0.2",
"kong-lapis == 1.6.0.1",
"lua-cassandra == 1.3.1",
"lua-cassandra == 1.3.2",
"pgmoon == 1.8.0",
"luatz == 0.3",
"lua_system_constants == 0.1.2",
Expand Down

0 comments on commit 98b639b

Please sign in to comment.