mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 19:25:56 +03:00
[PR #2521] [MERGED] client: remove synchronous API #3103
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#3103
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/2521
Author: @djc
Created: 10/22/2024
Status: ✅ Merged
Merged: 10/23/2024
Merged by: @djc
Base:
main← Head:async-tsign📝 Commits (9)
5a4ac1ctests: fix warnings in disabled code, hoist guardsfdfdbe7tests: use async client for tsig compatibility tests3bdec08tests: use async client for zone transfer compatibility tests5928feftests: use async client for client integration testseb58e06tests: use async for server future integration tests2005c3eclient: remove synchronous client API7bc6071client: rename Async{,Dnssec}Client to remove Async prefix962a025client: rename modules to match type names08a4706ci: allow jobs to continue on error📊 Changes
32 files changed (+1314 additions, -2666 deletions)
View changed files
📝
.github/workflows/test.yml(+9 -0)📝
bin/benches/comparison_benches.rs(+3 -3)📝
bin/tests/integration/named_https_tests.rs(+1 -1)📝
bin/tests/integration/named_quic_tests.rs(+1 -1)📝
bin/tests/integration/named_rustls_tests.rs(+3 -3)📝
bin/tests/integration/named_test_rsa_dnssec.rs(+3 -3)📝
bin/tests/integration/named_tests.rs(+21 -21)📝
bin/tests/integration/server_harness/mod.rs(+3 -11)➖
crates/client/src/client/async_client.rs(+0 -1120)📝
crates/client/src/client/client.rs(+790 -305)➖
crates/client/src/client/client_connection.rs(+0 -30)📝
crates/client/src/client/dnssec_client.rs(+10 -10)📝
crates/client/src/client/mod.rs(+6 -12)➖
crates/client/src/h2_client_connection.rs(+0 -171)📝
crates/client/src/lib.rs(+18 -163)➖
crates/client/src/multicast/mdns_client_connection.rs(+0 -69)➖
crates/client/src/multicast/mod.rs(+0 -11)➖
crates/client/src/tcp/mod.rs(+0 -20)➖
crates/client/src/tcp/tcp_client_connection.rs(+0 -109)➖
crates/client/src/udp/mod.rs(+0 -20)...and 12 more files
📄 Description
Port remaining test users of the synchronous API, then removes the synchronous client API.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.