diff options
author | 2022-09-19 08:49:29 -0700 | |
---|---|---|
committer | 2022-09-19 17:49:29 +0200 | |
commit | 99098efad1d351fdbf03cab2193f57bdb1924ad6 (patch) | |
tree | 8956dc62fd648f50aa9e748aa3853fe281cb18fb /notes | |
parent | ba6ebbd37da7316355b8691e5aa739f399a76af6 (diff) | |
download | coredns-99098efad1d351fdbf03cab2193f57bdb1924ad6.tar.gz coredns-99098efad1d351fdbf03cab2193f57bdb1924ad6.tar.zst coredns-99098efad1d351fdbf03cab2193f57bdb1924ad6.zip |
Update 1.9.4 note to included missed author and entries (#5638)
Diffstat (limited to 'notes')
-rw-r--r-- | notes/coredns-1.9.4.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/notes/coredns-1.9.4.md b/notes/coredns-1.9.4.md index b9b7f524a..3acafd081 100644 --- a/notes/coredns-1.9.4.md +++ b/notes/coredns-1.9.4.md @@ -17,8 +17,10 @@ Abirdcfly Alex AndreasHuber-CH Andy Lindeman +Chris Narkiewicz Chris O'Haver Christoph Heer +Daniel Jolly Konstantin Demin Marius Kimmina Md Sahil @@ -35,10 +37,12 @@ Yong Tang * core: log DoH HTTP server error logs in CoreDNS format (https://github.com/coredns/coredns/pull/5457) * core: warn when domain names are not in RFC1035 preferred syntax (https://github.com/coredns/coredns/pull/5414) * plugin/acl: add support for extended DNS errors (https://github.com/coredns/coredns/pull/5532) +* plugin/bufsize: do not expand query UDP buffer size if already set to a smaller value (https://github.com/coredns/coredns/pull/5602) * plugin/cache: add cache disable option (https://github.com/coredns/coredns/pull/5540) * plugin/cache: add metadata for wildcard record responses (https://github.com/coredns/coredns/pull/5308) * plugin/cache: add option to adjust SERVFAIL response cache TTL (https://github.com/coredns/coredns/pull/5320) * plugin/cache: correct responses to Authenticated Data requests (https://github.com/coredns/coredns/pull/5191) +* plugin/dnstap: add identity and version support for the dnstap plugin (https://github.com/coredns/coredns/pull/5555) * plugin/file: add metadata for wildcard record responses (https://github.com/coredns/coredns/pull/5308) * plugin/forward: enable multiple forward declarations (https://github.com/coredns/coredns/pull/5127) * plugin/forward: health_check needs to normalize a specified domain name (https://github.com/coredns/coredns/pull/5543) |