notes/coredns-008.md
+++ date = "2017-06-14T22:52:11Z" description = "CoreDNS-008 Release Notes." release = "008" tags = ["Release", "008", "Notes"] title = "CoreDNS-008 Release" author = "coredns" +++
CoreDNS-008 has been released!
CoreDNS is a DNS server that chains plugins, where each plugin implements a DNS feature.
Release v008 has a lot of content, with new plugin and major features added to existing plugin.
Please note there is an incompatible change to the log directive - it now only logs to stdout and so
only allows stdout as the file name (which of course may be omitted).
-log flag was changed into a boolean as all logging will be written to standard output./etc/hosts styled file and generate responses from that.panic/recover that is enabled by default. Mostly useful for testing/non-prod use cases to generate stack traces.version.bind TXT record.ExternalName services, which was an oversight in the 1.0.0 version of the Kubernetes dns specjournald or docker (or whatever) that care of further handling. This is backwards incompatible change wrt to the Corefile: log query.log will return an error.prefetch option for fetching records before the TTL expires.singleinflight anymore, removing a potential bottleneck on the single mutex in that implementation; it now forwards all queries it get to the upstream nameserver.The following people helped with getting this release done:
Chris Aniszczyk, Chris O'Haver, cricketliu, Eric Yan, John Belamaric, Jonas Östanbäck, Manuel Alejandro de Brito Fontes, Miek Gieben, Pat Moroney, Yong Tang
If you want to help, please check out one of the issues and start coding!
For documentation and help, see our community page.