From 269c0c5dabe2839c29e42b30faa7142ca3e0296e Mon Sep 17 00:00:00 2001 From: John Belamaric <john@belamaric.com> Date: Wed, 14 Oct 2020 22:26:42 -0700 Subject: [PATCH] Add #4171 in notes (#4204) --- notes/coredns-1.8.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes/coredns-1.8.0.md b/notes/coredns-1.8.0.md index dcdc64838..2e5b4cc71 100644 --- a/notes/coredns-1.8.0.md +++ b/notes/coredns-1.8.0.md @@ -64,4 +64,5 @@ Yong Tang. * plugin/cache: Fix removing OPT (https://github.com/coredns/coredns/pull/4190) * plugin/dnstap: various cleanups (https://github.com/coredns/coredns/pull/4179) * plugin/ready: don't return 200 during shutdown (https://github.com/coredns/coredns/pull/4167) +* plugin/trace: root span names no longer contain the query data (https://github.com/coredns/coredns/pull/4171) * plugin/transfer: Implement notifies for transfer plugin (https://github.com/coredns/coredns/pull/3972)