2020-07-25 17:10:03 +02:00
|
|
|
+++
|
|
|
|
|
title = "CoreDNS-1.7.1 Release"
|
|
|
|
|
description = "CoreDNS-1.7.1 Release Notes."
|
|
|
|
|
tags = ["Release", "1.7.1", "Notes"]
|
|
|
|
|
release = "1.7.1"
|
|
|
|
|
date = 2020-06-15T10:00:00+00:00
|
|
|
|
|
author = "coredns"
|
2020-07-29 04:21:58 +02:00
|
|
|
draft = true
|
2020-07-25 17:10:03 +02:00
|
|
|
+++
|
|
|
|
|
|
2020-07-29 04:21:58 +02:00
|
|
|
**UNRELEASED**
|
|
|
|
|
|
2020-07-25 17:10:03 +02:00
|
|
|
The CoreDNS team has released
|
|
|
|
|
[CoreDNS-1.7.1](https://github.com/coredns/coredns/releases/tag/v1.7.1).
|
|
|
|
|
|
2020-08-28 15:08:37 +02:00
|
|
|
This is a small, incremental release that adds some polish and fixes a bunch of bugs.
|
2020-07-25 17:10:03 +02:00
|
|
|
|
|
|
|
|
## Brought to You By
|
|
|
|
|
|
2020-08-28 15:08:37 +02:00
|
|
|
Ben Kochie,
|
|
|
|
|
Ben Ye,
|
|
|
|
|
Chris O'Haver,
|
|
|
|
|
Cricket Liu,
|
|
|
|
|
Grant Garrett-Grossman,
|
2020-09-17 14:55:10 +02:00
|
|
|
Hu Shuai,
|
2020-08-28 15:08:37 +02:00
|
|
|
Li Zhijian,
|
|
|
|
|
Maxime Guyot,
|
|
|
|
|
Miek Gieben,
|
|
|
|
|
milgradesec,
|
|
|
|
|
Oleg Atamanenko,
|
|
|
|
|
Olivier Lemasle,
|
|
|
|
|
Ricardo Katz,
|
2020-09-17 14:55:10 +02:00
|
|
|
Ruslan Drozhdzh,
|
2020-08-28 15:08:37 +02:00
|
|
|
Yong Tang,
|
|
|
|
|
Zhou Hao,
|
|
|
|
|
Zou Nengren.
|
2020-07-25 17:10:03 +02:00
|
|
|
|
|
|
|
|
## Noteworthy Changes
|
|
|
|
|
|
2020-09-17 14:55:10 +02:00
|
|
|
* backend: fix root zone usage (https://github.com/coredns/coredns/pull/4039)
|
2020-07-29 04:21:58 +02:00
|
|
|
* core: Add timeouts for http server (https://github.com/coredns/coredns/pull/3920).
|
2020-09-17 14:55:10 +02:00
|
|
|
* 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)
|
2020-08-28 15:08:37 +02:00
|
|
|
* plugin/{etcd,kubernetes}: fix root zone usage (https://github.com/coredns/coredns/pull/4039).
|
2020-09-17 14:55:10 +02:00
|
|
|
* 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)
|
2020-07-29 04:21:58 +02:00
|
|
|
* plugin/forward: Register HealthcheckBrokenCount (https://github.com/coredns/coredns/pull/4021).
|
2020-07-25 17:10:03 +02:00
|
|
|
* plugin/grpc: Improve gRPC Plugin when backend is not available (https://github.com/coredns/coredns/pull/3966)
|
2020-07-29 04:21:58 +02:00
|
|
|
* plugins: Using promauto package to ensure all created metrics are properly registered (https://github.com/coredns/coredns/pull/4025).
|
2020-08-28 15:08:37 +02:00
|
|
|
* plugin/template: Add client IP data (https://github.com/coredns/coredns/pull/4034).
|
2020-09-17 14:55:10 +02:00
|
|
|
* plugin/trace: fix struct allignment (https://github.com/coredns/coredns/pull/4112)
|
2020-07-29 04:21:58 +02:00
|
|
|
* 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).
|