Skip to content

Commit

Permalink
chore(deps) updates dns resolver dependency to 0.4.1 (Kong#2434)
Browse files Browse the repository at this point in the history
Fixes an issue with the dns resolver not properly caching
CNAME records.

fixes Kong#2303
  • Loading branch information
Tieske authored Apr 21, 2017
1 parent a711145 commit 5616c94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion kong-0.10.1-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 5616c94

Please sign in to comment.