From 6edc8fe7f6c2f57844c8ee7f7f5deef71085ebe8 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Thu, 1 Oct 2020 17:02:57 +0200 Subject: [PATCH] More 1.8.0 notes updates: add latest merged PRs (#4168) Signed-off-by: Miek Gieben --- notes/coredns-1.8.0.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/notes/coredns-1.8.0.md b/notes/coredns-1.8.0.md index badc09091..69d9d4b9c 100644 --- a/notes/coredns-1.8.0.md +++ b/notes/coredns-1.8.0.md @@ -48,11 +48,16 @@ example.org { ## Brought to You By +Chris O'Haver, +Macks, Miek Gieben, Yong Tang. ## Noteworthy Changes -* plugin/cache: Fix filtering (https://github.com/coredns/coredns/pull/4148) -* plugin/transfer: Implement notifies for transfer plugin (https://github.com/coredns/coredns/pull/3972) (#4142) +* core: doh support: make no TLS config fatal (https://github.com/coredns/coredns/pull/4162) * core: Move caddy v1 in our GitHub org (https://github.com/coredns/coredns/pull/4018) +* plugin/auto: allow fallthrough if no zone match (https://github.com/coredns/coredns/pull/4166) +* plugin/cache: Fix filtering (https://github.com/coredns/coredns/pull/4148) +* plugin/ready: dont return 200 during shutdown (https://github.com/coredns/coredns/pull/4167) +* plugin/transfer: Implement notifies for transfer plugin (https://github.com/coredns/coredns/pull/3972) (#4142)