mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #3241] [MERGED] Rename Authority to ZoneHandler #3674
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#3674
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/3241
Author: @divergentdave
Created: 8/28/2025
Status: ✅ Merged
Merged: 9/2/2025
Merged by: @divergentdave
Base:
main← Head:david/rename-authority📝 Commits (10+)
c00f82dRename Authority to ZoneHandler88c9d13Rename DnssecAuthority to DnssecZoneHandlerb77cedaRename BlocklistAuthority to BlocklistZoneHandler24e3812Rename ForwardAuthority to ForwardZoneHandler59a5243Rename RecursiveAuthority to RecursiveZoneHandler918b237Rename TestAuthority to TestZoneHandlerdbd50d2Rename FileAuthority to FileZoneHandler0804a4cRename SqliteAuthority to SqliteZoneHandler5542868Rename InMemoryAuthority to InMemoryZoneHandler6046f38Rename variables and functions, update text📊 Changes
61 files changed (+1064 additions, -1073 deletions)
View changed files
📝
ARCHITECTURE.md(+2 -2)📝
bin/src/dnssec.rs(+13 -9)📝
bin/src/hickory-dns.rs(+2 -2)📝
bin/src/lib.rs(+29 -29)📝
bin/tests/integration/config_tests.rs(+1 -1)📝
bin/tests/integration/forwarder.rs(+2 -2)📝
bin/tests/integration/in_memory.rs(+3 -3)📝
bin/tests/integration/main.rs(+1 -1)📝
bin/tests/integration/named_metrics_tests.rs(+5 -5)📝
bin/tests/integration/server_harness/mod.rs(+3 -3)📝
bin/tests/integration/server_harness/mut_message_client.rs(+1 -1)📝
bin/tests/integration/store_file_tests.rs(+12 -12)📝
bin/tests/integration/store_sqlite_tests.rs(+8 -8)📝
bin/tests/integration/txt_tests.rs(+19 -19)📝
bin/tests/integration/zone_handler_battery/basic.rs(+63 -63)📝
bin/tests/integration/zone_handler_battery/dnssec.rs(+34 -38)📝
bin/tests/integration/zone_handler_battery/dynamic_update.rs(+70 -70)📝
bin/tests/integration/zone_handler_battery/mod.rs(+0 -0)📝
crates/resolver/src/caching_client.rs(+0 -2)📝
crates/server/src/lib.rs(+1 -1)...and 41 more files
📄 Description
This renames the
Authoritytrait toZoneHandler, renames its sub-trait and implementations, renames various modules, functions, and methods, and updates comments and messages. Theauthoritymetrics label on one counter is renamed as well. Part of #3169.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.