chore: update release notes for 1.14.5 (#8262)

This commit is contained in:
Ville Vesilehto
2026-07-10 01:01:31 +03:00
committed by GitHub
parent 974d693e6f
commit 6d13ab20af

View File

@@ -30,6 +30,7 @@ Thomas Gosteli
Ville Vesilehto Ville Vesilehto
Yong Tang Yong Tang
houyuwushang houyuwushang
rpb-ant
## Noteworthy Changes ## Noteworthy Changes
@@ -39,6 +40,7 @@ core: Guard Join against an empty label slice (https://github.com/coredns/coredn
core: Propagate HTTPRequestValidateFunc to all configs in a server block (https://github.com/coredns/coredns/pull/8169) core: Propagate HTTPRequestValidateFunc to all configs in a server block (https://github.com/coredns/coredns/pull/8169)
core: Sanitize DoH/DoH3 request parse errors (https://github.com/coredns/coredns/pull/8254) core: Sanitize DoH/DoH3 request parse errors (https://github.com/coredns/coredns/pull/8254)
core: Use Go TLS defaults (https://github.com/coredns/coredns/pull/8227) core: Use Go TLS defaults (https://github.com/coredns/coredns/pull/8227)
core: Add Config.UDPDecorateWriterFunc for external plugins (https://github.com/coredns/coredns/pull/8257)
plugin/auto: Warn on duplicate zone file origins (https://github.com/coredns/coredns/pull/8191) plugin/auto: Warn on duplicate zone file origins (https://github.com/coredns/coredns/pull/8191)
plugin/cache: Add regression test for AD bit not partitioning the cache (https://github.com/coredns/coredns/pull/8214) plugin/cache: Add regression test for AD bit not partitioning the cache (https://github.com/coredns/coredns/pull/8214)
plugin/dnstap: Close the previous connection before reconnecting (https://github.com/coredns/coredns/pull/8224) plugin/dnstap: Close the previous connection before reconnecting (https://github.com/coredns/coredns/pull/8224)