update notes with recent merges (#5880)

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
Chris O'Haver
2023-01-27 14:11:52 -05:00
committed by GitHub
parent 7da2cedaf0
commit 169da444ff

View File

@@ -11,12 +11,15 @@ This release fixes some bugs, and adds some new features including:
* A new plugin *timeouts* that allows configuration of server listener timeout durations * A new plugin *timeouts* that allows configuration of server listener timeout durations
* *acl* can drop queries as an action * *acl* can drop queries as an action
* *template* supports creating responses with extended DNS errors * *template* supports creating responses with extended DNS errors
* New weighted policy in *loadbalance*
* Option to serve original record TTLs from *cache*
## Brought to You By ## Brought to You By
Arthur Outhenin-Chalandre,
Ben Kaplan, Ben Kaplan,
Chris O'Haver, Chris O'Haver,
Gabor Dozsa,
Grant Spence, Grant Spence,
Kumiko as a Service, Kumiko as a Service,
LAMRobinson, LAMRobinson,
@@ -41,3 +44,5 @@ sanyo0714
* plugin/dnstap: Fix behavior when multiple dnstap plugins specified (https://github.com/coredns/coredns/pull/5773) * 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) * 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) * Workaround for incorrect architecture (https://github.com/coredns/coredns/pull/5691)
* plugin/loadbalance: Add weighted policy (https://github.com/coredns/coredns/pull/5662)
* plugin/cache: Add keepttl option (https://github.com/coredns/coredns/pull/5879)