From 7d885130a36b226c6b66ec53a688a5ccc689253c Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Thu, 25 May 2017 14:29:59 -0700 Subject: [PATCH] docs(changelog) add latest 0.10.3 hotfixes From #2565 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f3de9f2043..0f1407c9a552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,11 @@ - SSL connections to Cassandra can now properly verify the certificate in use (when `cassandra_ssl_verify` is enabled). [#2531](https://github.com/Mashape/kong/pull/2531) +- The DNS resolver no longer sends a A or AAAA DNS queries for SRV + records. This should improve performance by avoiding unecessary + lookups. + [#2563](https://github.com/Mashape/kong/pull/2563) & + [Mashape/lua-resty-dns-client #12](https://github.com/Mashape/lua-resty-dns-client/pull/12) - Plugins - All authentication plugins don't throw an error anymore when invalid credentials are given and the `anonymous` user isn't