blob: be0b1289c2397756e8c8f2395d9c442a6e3f453d (
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
48
49
50
51
52
53
54
55
|
+++
date = "2017-02-22T21:26:11Z"
description = "CoreDNS-006 Release Notes."
tags = ["Release", "006", "Notes"]
release = "006"
title = "CoreDNS-006 Release"
author = "coredns"
+++
CoreDNS-006 has been [released](https://github.com/coredns/coredns/releases/tag/v006)!
CoreDNS is a DNS server that chains plugins, where each plugin implements a DNS feature.
# What is New
# Core
Move CoreDNS to <https://github.com/coredns/coredns> together with several other repos. This will be
the new home for CoreDNS development.
Fixed:
* Fix hot-reloading. This would fail with `[ERROR] SIGUSR1: listen tcp :53: bind: address already in
use`.
* Allow removal of core plugin, see comments in
[plugin.cfg](https://github.com/miekg/coredns/blob/master/plugin.cfg).
## Plugin improvements
### New
* *reverse* plugin: allows CoreDNS to respond dynamicly to an PTR request and the related
A/AAAA request.
### Improvements/changes
* *proxy* a new `protocol`: `grpc`: speak DNS over gRPC. Server side impl. resides [in this out of
tree plugin](https://github.com/coredns/grpc).
* *file* additional section processing for MX and SRV queries.
* *prometheus* fix hot reloading
* *trace* various improvements
# Contributors
The following people helped with getting this release done:
John Belamaric,
Miek Gieben,
Richard Hillmann,
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/).
|