mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #3366] [MERGED] Fold client crate into proto::client #3780
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#3780
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/3366
Author: @djc
Created: 11/27/2025
Status: ✅ Merged
Merged: 11/27/2025
Merged by: @djc
Base:
main← Head:merge-client📝 Commits (5)
ecefa51bin: use bin crate version in logging8706f57proto: fold client crate into proto::client1d8ff51proto: regroup imports in client root1cb0c71proto: fold client::client into client35caf1dproto: collect client tests into separate file📊 Changes
47 files changed (+474 additions, -1058 deletions)
View changed files
📝
Cargo.lock(+1 -25)📝
Cargo.toml(+0 -2)📝
bin/Cargo.toml(+0 -1)📝
bin/benches/comparison_benches.rs(+1 -1)📝
bin/src/hickory-dns.rs(+4 -4)📝
bin/tests/integration/named_https_tests.rs(+1 -1)📝
bin/tests/integration/named_metrics_tests.rs(+1 -1)📝
bin/tests/integration/named_quic_tests.rs(+1 -1)📝
bin/tests/integration/named_rustls_tests.rs(+1 -1)📝
bin/tests/integration/named_test_rsa_dnssec.rs(+2 -2)📝
bin/tests/integration/named_tests.rs(+1 -1)📝
bin/tests/integration/server_harness/mod.rs(+2 -2)📝
bin/tests/integration/server_harness/mut_message_client.rs(+1 -1)📝
conformance/Cargo.lock(+0 -17)📝
conformance/test-server/Cargo.toml(+0 -3)📝
conformance/test-server/src/main.rs(+1 -1)➖
crates/client/Cargo.toml(+0 -84)➖
crates/client/LICENSE-APACHE(+0 -202)➖
crates/client/LICENSE-MIT(+0 -20)➖
crates/client/README.md(+0 -64)...and 27 more files
📄 Description
I don't think it makes sense to maintain a separate README for client... (sorry, @cpu!).
As discussed previously in:
(But changing the ordering a little bit, since this is relatively trivial anyway.)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.