Skip to content

Releases: dns-inspector/dnskit

1.0.4

08 Nov 01:49
bef86ce
Compare
Choose a tag to compare

API Changes from 1.0.3:

  • The WHOIS client has been renamed from WHOIS to WHOISClient 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

1.0.3

08 Nov 01:44
1949682
Compare
Choose a tag to compare

API Changes from 1.0.2:

None

Change

  • [IMPROVEMENT]: Swift 6 support

1.0.2

30 Aug 06:17
2a1496f
Compare
Choose a tag to compare
  • [NEW] Add support for HTTPS records
  • [IMPROVEMENT] Add timeout to WHOIS lookup
  • [BUGFIX] Some WHOIS lookups would fail
  • [IMPROVEMENT] Add more logging to the TLS client

1.0.1

27 Jul 20:37
519567a
Compare
Choose a tag to compare
  • [IMPROVEMENT] Reduce platform targets to support more legacy devices
  • [BUGFIX] Some connections of DNS (TCP & UDP) and TLS would prematurely fail
  • [BUGFIX] Some DS records would fail signature validation

1.0.0

20 Jul 16:42
cc612d9
Compare
Choose a tag to compare

Initial release of DNSKit 🎉