Skip to content

Hickory migration - #13

Merged
magiclen merged 8 commits into
masterfrom
hickory-migration
Jul 23, 2026
Merged

Hickory migration#13
magiclen merged 8 commits into
masterfrom
hickory-migration

Conversation

@magiclen

Copy link
Copy Markdown
Owner

No description provided.

magiclen added 8 commits July 23, 2026 13:42
- trim the captured referral host so a trailing CR from CRLF responses no longer breaks redirect following
- send the Unicode domain to servers whose `punycode` is false (e.g. whois.denic.de)
- compare the referral host against the previous host without its port so self-referrals stop the loop
- return an error instead of panicking when a host resolves to no socket address
- rename lookup_inner_once_async to lookup_once_async
- fix the crate category
trust-dns-client is unmaintained; hickory-client 0.24 is a near drop-in
replacement that keeps the synchronous SyncClient used for SRV discovery.

can_find_server_for_tld now returns `Result<bool, WhoIsError>` instead of
panicking on a bad DNS server or a network error, and reports `true` when a
server is already known. This is a breaking change, so the crate needs a
major version bump before the next release.
@magiclen
magiclen merged commit 9eca052 into master Jul 23, 2026
39 of 40 checks passed
@magiclen
magiclen deleted the hickory-migration branch July 27, 2026 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant