coredns/notes/coredns-1.10.1.md
Chris O'Haver 413bab6fd2
initial 1.10.1 notes (#5844)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2023-01-09 16:11:13 -05:00

43 lines
1.7 KiB
Markdown

+++
title = "CoreDNS-1.10.1 Release"
description = "CoreDNS-1.10.1 Release Notes."
tags = ["Release", "1.10.1", "Notes"]
release = "1.10.0"
date = "2023-01-20T00:00:00+00:00"
author = "coredns"
+++
This release fixes some bugs, and adds some new features including:
* A new plugin *timeouts* that allows configuration of server listener timeout durations
* *acl* can drop queries as an action
* *template* supports creating responses with extended DNS errors
## Brought to You By
Ben Kaplan,
Chris O'Haver,
Grant Spence,
Kumiko as a Service,
LAMRobinson,
Miciah Dashiel Butler Masters,
Ondřej Benkovský,
Rich,
Stephen Kitt,
Yash Singh,
Yong Tang,
rsclarke,
sanyo0714
## Noteworthy Changes
* plugin/timeouts - Allow ability to configure listening server timeouts (https://github.com/coredns/coredns/pull/5784)
* plugin/acl: adding ability to drop queries (https://github.com/coredns/coredns/pull/5722)
* plugin/template : add support for extended DNS errors (https://github.com/coredns/coredns/pull/5659)
* plugin/kubernetes: error NXDOMAIN for TXT lookups (https://github.com/coredns/coredns/pull/5737)
* plugin/kubernetes: dont match external services when endpoint is specified (https://github.com/coredns/coredns/pull/5734)
* plugin/k8s_external: Fix rcode for headless services (https://github.com/coredns/coredns/pull/5657)
* plugin/edns: remove truncating of question section on bad EDNS version (https://github.com/coredns/coredns/pull/5787)
* plugin/dnstap: Fix behavior when multiple dnstap plugins specified (https://github.com/coredns/coredns/pull/5773)
* plugin/cache: cache now uses source query DNSSEC option for upstream refresh (https://github.com/coredns/coredns/pull/5671)
* Workaround for incorrect architecture (https://github.com/coredns/coredns/pull/5691)