CoreDNS v1.13.2

v1.13.2
Added 6
  • Add basic support for DoH3
  • Add support for per-nameserver TLS SNI in forward plugin
  • Add max connect attempts knob to forward plugin
  • Add ASN schema support to geoip plugin
  • Add support for subdivisions in geoip plugin
  • Support service filtering in nomad plugin
Changed 10
  • Avoid proxy unnecessary alloc in Yield
  • Refactor/use reflect.TypeFor
  • Limit regex length in auto plugin
  • Remove superfluous allocations in cache plugin item.toMsg
  • Isolate metadata in cache plugin prefetch goroutine
  • Better error handling (redial & logging) in dnstap plugin when Dnstap is busy
Fixed 7
  • Fix usage of sync.Pool to save an alloc
  • Fix data race with sync.RWMutex for uniq
  • Prevent QUIC reload panic by lazily initializing the listener
  • Correct spelling of MaximumDefaultTTL in cache and dnsutil packages
  • Prevent busy loop on connection err in forward plugin
  • Fix kubernetes plugin logging
  • Fix reload causing secondary plugin goroutine to leak
Deprecated 1
  • GeoIP plugin will change behavior for missing latitude/longitude: currently returns 0, but will return empty string in next release

This release adds initial support for DoH3 and includes several core performance and stability fixes, including reduced allocations, a resolved data race in uniq, and safer QUIC listener initialization. Plugin updates improve forwarder reliability, extend GeoIP schema support, and fix issues in secondary, nomad, and kubernetes. Cache and file plugins also receive targeted performance tuning.

Deprecations: The GeoIP plugin currently returns 0 for missing latitude/longitude, even though 0,0 is a real location. In the next release, this behavior will change: missing coordinates will return an empty string instead. This avoids conflating “missing” with a real coordinate. Users relying on 0 as a sentinel value should update their logic before this change takes effect. See PR #7732 for reference.

Brought to You By

Alicia Y Andrey Smirnov Brennan Kinney Charlie Vieth Endre Szabo Eric Case Filippo125 Nico Berlee Olli Janatuinen Rick Fletcher Timur Solodovnikov Tomas Boros Ville Vesilehto cangming rpb-ant wencyu wenxuan70 Yong Tang zhetaicheleba

Noteworthy Changes
View original

Upgraded? How did it go?

Discussion