[PR #2441] [MERGED] Clean up server features #3040

Closed
opened 2026-03-16 11:22:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2441
Author: @djc
Created: 9/9/2024
Status: Merged
Merged: 9/9/2024
Merged by: @djc

Base: mainHead: server-features


📝 Commits (6)

  • da4504a client: drop partial re-exports of proto contents
  • becd837 server: avoid ResolveError on paths that don't depend on the resolver
  • 99a9386 server: enable serde in -proto
  • 8c8da54 bin: clean up unnecessary feature forwarding
  • fa6d1be server: use weak feature dependencies for resolver
  • 51d9b0f Remove deprecated tls features

📊 Changes

41 files changed (+146 additions, -284 deletions)

View changed files

📝 bin/Cargo.toml (+7 -40)
📝 bin/benches/comparison_benches.rs (+10 -10)
📝 bin/src/hickory-dns.rs (+2 -2)
📝 bin/tests/named_test_rsa_dnssec.rs (+2 -2)
📝 bin/tests/named_tests.rs (+9 -10)
📝 bin/tests/server_harness/mod.rs (+1 -1)
📝 bin/tests/server_harness/mut_message_client.rs (+2 -2)
📝 crates/client/src/client/async_client.rs (+20 -21)
📝 crates/client/src/client/client.rs (+1 -2)
📝 crates/client/src/client/client_connection.rs (+9 -8)
📝 crates/client/src/client/memoize_client_handle.rs (+3 -3)
📝 crates/client/src/h2_client_connection.rs (+2 -2)
📝 crates/client/src/lib.rs (+10 -12)
📝 crates/client/src/multicast/mod.rs (+1 -4)
crates/client/src/op/mod.rs (+0 -17)
📝 crates/client/src/rr/mod.rs (+0 -25)
📝 crates/client/src/rr/zone.rs (+5 -3)
crates/client/src/serialize/binary/mod.rs (+0 -27)
crates/client/src/serialize/mod.rs (+0 -20)
📝 crates/client/src/tcp/mod.rs (+1 -5)

...and 21 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/2441 **Author:** [@djc](https://github.com/djc) **Created:** 9/9/2024 **Status:** ✅ Merged **Merged:** 9/9/2024 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `server-features` --- ### 📝 Commits (6) - [`da4504a`](https://github.com/hickory-dns/hickory-dns/commit/da4504a4119185a68fb6844c79831fd13327ccda) client: drop partial re-exports of proto contents - [`becd837`](https://github.com/hickory-dns/hickory-dns/commit/becd8371b38516653aa76be67f8ee64a6223b5e4) server: avoid ResolveError on paths that don't depend on the resolver - [`99a9386`](https://github.com/hickory-dns/hickory-dns/commit/99a9386ec17d23c58a9ed04b934dd69389423746) server: enable serde in -proto - [`8c8da54`](https://github.com/hickory-dns/hickory-dns/commit/8c8da54d6b7a529817e61f172ecaeccb0112d718) bin: clean up unnecessary feature forwarding - [`fa6d1be`](https://github.com/hickory-dns/hickory-dns/commit/fa6d1be9c2fa0a4170be7ffe7cbe119803551a4d) server: use weak feature dependencies for resolver - [`51d9b0f`](https://github.com/hickory-dns/hickory-dns/commit/51d9b0fd6d505c07335b7940fe03364fd2dfdc7d) Remove deprecated tls features ### 📊 Changes **41 files changed** (+146 additions, -284 deletions) <details> <summary>View changed files</summary> 📝 `bin/Cargo.toml` (+7 -40) 📝 `bin/benches/comparison_benches.rs` (+10 -10) 📝 `bin/src/hickory-dns.rs` (+2 -2) 📝 `bin/tests/named_test_rsa_dnssec.rs` (+2 -2) 📝 `bin/tests/named_tests.rs` (+9 -10) 📝 `bin/tests/server_harness/mod.rs` (+1 -1) 📝 `bin/tests/server_harness/mut_message_client.rs` (+2 -2) 📝 `crates/client/src/client/async_client.rs` (+20 -21) 📝 `crates/client/src/client/client.rs` (+1 -2) 📝 `crates/client/src/client/client_connection.rs` (+9 -8) 📝 `crates/client/src/client/memoize_client_handle.rs` (+3 -3) 📝 `crates/client/src/h2_client_connection.rs` (+2 -2) 📝 `crates/client/src/lib.rs` (+10 -12) 📝 `crates/client/src/multicast/mod.rs` (+1 -4) ➖ `crates/client/src/op/mod.rs` (+0 -17) 📝 `crates/client/src/rr/mod.rs` (+0 -25) 📝 `crates/client/src/rr/zone.rs` (+5 -3) ➖ `crates/client/src/serialize/binary/mod.rs` (+0 -27) ➖ `crates/client/src/serialize/mod.rs` (+0 -20) 📝 `crates/client/src/tcp/mod.rs` (+1 -5) _...and 21 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:22:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#3040
No description provided.