aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2020-09-17 14:55:10 +0200
committerGravatar GitHub <noreply@github.com> 2020-09-17 05:55:10 -0700
commit22b68466262219284a47063e7f7bf9a833d21b61 (patch)
tree1af19c0f0bf3ba8a9ad2bd66217c64bc206b036b
parenta48426eef470c65c57ecf0de4cb9749d04e599d9 (diff)
downloadcoredns-22b68466262219284a47063e7f7bf9a833d21b61.tar.gz
coredns-22b68466262219284a47063e7f7bf9a833d21b61.tar.zst
coredns-22b68466262219284a47063e7f7bf9a833d21b61.zip
notes: update 1.7.1 (#4128)
Updates the notes with latest PRs. I want the cache PR to be included in this release as well, if possible. Should release somewhere this week. Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r--notes/coredns-1.7.1.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/notes/coredns-1.7.1.md b/notes/coredns-1.7.1.md
index 381a05ae8..c8b8415fa 100644
--- a/notes/coredns-1.7.1.md
+++ b/notes/coredns-1.7.1.md
@@ -22,6 +22,7 @@ Ben Ye,
Chris O'Haver,
Cricket Liu,
Grant Garrett-Grossman,
+Hu Shuai,
Li Zhijian,
Maxime Guyot,
Miek Gieben,
@@ -29,18 +30,26 @@ milgradesec,
Oleg Atamanenko,
Olivier Lemasle,
Ricardo Katz,
+Ruslan Drozhdzh,
Yong Tang,
Zhou Hao,
Zou Nengren.
## Noteworthy Changes
+* backend: fix root zone usage (https://github.com/coredns/coredns/pull/4039)
* core: Add timeouts for http server (https://github.com/coredns/coredns/pull/3920).
+* pkg/upstream: set edns0 and Do when required (https://github.com/coredns/coredns/pull/4055)
+* plugin/{clouddns,route53}: fix lingering goroutines after restart (https://github.com/coredns/coredns/pull/4096)
+* plugin/debug: Enable debug globally if enabled in any server config (https://github.com/coredns/coredns/pull/4007)
* plugin/{etcd,kubernetes}: fix root zone usage (https://github.com/coredns/coredns/pull/4039).
+* plugin/forward: add hit/miss metrics for connection cache (https://github.com/coredns/coredns/pull/4114)
+* plugin/forward: fix panic when `expire` is configured as 0s (https://github.com/coredns/coredns/pull/4115)
+* plugin/forward: init ClientSessionCache in tls.Config (https://github.com/coredns/coredns/pull/4108)
* plugin/forward: Register HealthcheckBrokenCount (https://github.com/coredns/coredns/pull/4021).
* plugin/grpc: Improve gRPC Plugin when backend is not available (https://github.com/coredns/coredns/pull/3966)
-* plugin/route53: Fix wildcard records issue in route53 plugin (https://github.com/coredns/coredns/pull/4038).
* plugins: Using promauto package to ensure all created metrics are properly registered (https://github.com/coredns/coredns/pull/4025).
* plugin/template: Add client IP data (https://github.com/coredns/coredns/pull/4034).
+* plugin/trace: fix struct allignment (https://github.com/coredns/coredns/pull/4112)
* plugin/trace: Only with *debug* active enable debug mode for tracing - removes extra logging (https://github.com/coredns/coredns/pull/4016).
* project: Add DCO requirement in Contributing guidelines (https://github.com/coredns/coredns/pull/4008).