coredns/notes/coredns-010.md
Miek Gieben 1e9fa297e7 Add release notes into coredns repo (#2645)
* Put release notes in notes subdir

Verbatim copy of the current set of notes on coredns.io. Copy them
here to make them authoritative.

'make sync' on the coredns.io site copies them back in. They need to be
formatted in Hugo style.

Signed-off-by: Miek Gieben <miek@miek.nl>

* pull latest

Signed-off-by: Miek Gieben <miek@miek.nl>
2019-03-03 06:43:09 -08:00

51 lines
1.4 KiB
Markdown

+++
title = "CoreDNS-010 Release"
description = "CoreDNS-010 Release Notes."
tags = ["Release", "010", "Notes"]
draft = false
release = "010"
date = "2017-07-25T11:24:43-04:00"
author = "coredns"
+++
CoreDNS-010 has been [released](https://github.com/coredns/coredns/releases/tag/v010)!
CoreDNS is a DNS server that chains plugins, where each plugin implements a DNS feature.
Release v010 is mostly a bugfix release, with one new plugin - *dnstap*.
# Core
No changes.
# Plugins
## New
* *dnstap* is a new plugin that allows you to get dnstap information from CoreDNS.
## Updates
* *file* now handles multiple wildcard below each other correctly, and handles wildcards at the apex.
* *hosts*, and *kubernetes* have been fixed to return success with no data in cases where records exist
but not of the requested type. This fixes an issue with getting NXDOMAIN for the AAAA record even when the
A record exists confusing some resolvers.
# Documentation
* Many updates to README files.
# Contributors
The following people helped with getting this release done:
Antoine Debuisson,
Chris O'Haver,
John Belamaric,
Miek Gieben,
Pat Moroney
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/).