Releases: dns-inspector/dnskit
Releases · dns-inspector/dnskit
1.0.4
API Changes from 1.0.3:
- The WHOIS client has been renamed from
WHOIS
toWHOISClient
for improved clarity - The result of a WHOIS lookup is now an array of
WHOISReply
, rather than just the string reply from the last server - The timeout for WHOIS lookups is now for the entire lookup rather than per individual query
Change
- [BREAKING]: Improvements to the WHOIS client including the full reply history
- [FIX]: Crash when authenticating a lookup for the root zone
- [FIX]: DNSSEC authentication failures for messages that may contain compressed data