aboutsummaryrefslogtreecommitdiff
path: root/notes/coredns-009.md
blob: cb0c981b25e11155fa2dc2eeec09e47ce4aabe57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
+++
date = "2017-07-13T22:52:11Z"
release = "009"
description = "CoreDNS-009 Release Notes."
tags = ["Release", "009", "Notes"]
title = "CoreDNS-009 Release"
author = "coredns"
+++

CoreDNS-009 has been [released](https://github.com/coredns/coredns/releases/tag/v009)!

CoreDNS is a DNS server that chains plugins, where each plugin implements a DNS feature.

Release v009 is mostly a bugfix release, with a few new features in the plugin.

# Core

No changes.

# Plugins

* *secondary*: fix functionality and improve matching of notify queries.
* *cache*: fix data race.
* *proxy*: async healthchecks.
* *reverse*: new option `wildcard` that also catches all subdomains of a template.
* *kubernetes*: experimental new option `autopath` that optimizes the search path and ndots
  combinatorial explosion, so clients with a large search path and high ndots will get a reply on
  the first query.

# Contributors

The following people helped with getting this release done:

Athir Nuaimi,
Chris O'Haver,
ghostflame,
jremond,
Mia Boulay,
Miek Gieben,
Ning Xie,
Roman Mazur,
Yong Tang.

If you want to help, please check out one of the [issues](https://github.com/coredns/coredns/issues/)
and start coding!

For documentation and help, see our [community page](https://coredns.io/community/).