Skip to content

v0.1.2: DoH fallback, recovery hints, description cleanup

Choose a tag to compare

@cyanheads cyanheads released this 07 Jun 06:50
· 13 commits to main since this release
v0.1.2
cbc8c2e

DoH fallback, recovery hints, description cleanup

Patches four issues found during field-testing.

Fixed:

  • DoH fallback switched from Google Public DNS to NextDNS (#1) — Google's terms restrict third-party relaying; NextDNS is terms-compliant, HTTP/1.1-compatible, and returns human-readable CAA data
  • whois_lookup_domain: domain_not_found now populates data.recovery.hint so agents have a next step (#2)
  • whois_get_dns / whois_lookup_domain / whois_check_availability: internal resolver routing details removed from descriptions (#3)
  • whois_check_availability: dead rdap_no_coverage errors[] entry removed — no-coverage path returns data, never throws (#4)

Dependency bumps:

  • @types/node ^25.9.1 → 25.9.2

53 tests pass; bun run devcheck clean.