From 5616c94d857edcbb15da54b4b3a206b3b84d9316 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Fri, 21 Apr 2017 17:14:36 +0200 Subject: [PATCH] chore(deps) updates dns resolver dependency to 0.4.1 (#2434) Fixes an issue with the dns resolver not properly caching CNAME records. fixes #2303 --- CHANGELOG.md | 2 ++ kong-0.10.1-0.rockspec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39afd1397495..de23e53e0cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,8 @@ - Ensure consumer based plugins run if the consumer was set without a credential. [#2424](https://github.com/Mashape/kong/pull/2424) +- CNAME records are now properly cached by the dns resolver. + [#2303](https://github.com/Mashape/kong/pull/2303) - Plugins: - hmac: Better handling of invalid base64-encoded signatures. Previously Kong would return an HTTP 500 error. We now properly return HTTP 403 Forbidden. diff --git a/kong-0.10.1-0.rockspec b/kong-0.10.1-0.rockspec index b22e3d93cde7..22377b021eed 100644 --- a/kong-0.10.1-0.rockspec +++ b/kong-0.10.1-0.rockspec @@ -28,7 +28,7 @@ dependencies = { "luacrypto == 0.3.2", "luasyslog == 1.0.0", "lua_pack == 1.0.4", - "lua-resty-dns-client == 0.4.0", + "lua-resty-dns-client == 0.4.1", "lua-resty-worker-events == 0.3.0", } build = {