Skip to content

v1.12.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 17:24
463fd1c

This release improves plugin reliability and standards compliance, adding startup timeout to the Kubernetes
plugin, fallthrough to gRPC, and EDNS0 unset to rewrite. The file plugin now preserves SRV record case per
RFC 6763, route53 is updated to AWS SDK v2, and multiple race conditions in cache and connection handling in
forward are fixed.

Brought to You By

blakebarnett
Brennan Kinney
Cameron Steel
Dave Brown
Dennis Simmons
Guillaume Jacquet
harshith-2411-2002
houpo-bob
Oleg Guba
Sebastian Mayr
Stephen Kitt
Syed Azeez
Ville Vesilehto
Yong Tang
Yoofi Quansah

Noteworthy Changes

  • plugin/auto: Return REFUSED when no next plugin is available (#7381)
  • plugin/cache: Create a copy of a response to ensure original msg is never modified (#7357)
  • plugin/cache: Fix data race when refreshing cached messages (#7398)
  • plugin/cache: Fix data race when updating the TTL of cached messages (#7397)
  • plugin/file: Return REFUSED when no next plugin is available (#7381)
  • plugin/file: Preserve case in SRV record names and targets per RFC 6763 (#7402)
  • plugin/forward: Handle cached connection closure in forward plugin (#7427)
  • plugin/grpc: Add support for fallthrough to the grpc plugin (#7359)
  • plugin/kubernetes: Add startup_timeout for kubernetes plugin (#7068)
  • plugin/kubernetes: Properly create hostname from IPv6 (#7431)
  • plugin/rewrite: Add EDNS0 unset action (#7380)
  • plugin/route53: Port to AWS Go SDK v2 (#6588)
  • plugin/test: Fix TXT record comparison logic for multi-string vs multi-record scenarios (#7413)