Skip to content

Releases: utkarshkukreti/whois.ex

v0.3.1

15 Sep 14:22
550265e
Compare
Choose a tag to compare
  • Fix crash when TCP receive times out (Whois.lookup/2 now correctly returns {:error, :timed_out})
  • Development deps updates (credo, ex_doc, excoveralls)

Full Changelog: v0.3.0...v0.3.1

v0.3.0

09 Feb 15:12
6314692
Compare
Choose a tag to compare
  • Add support for custom timeouts via the :connect_timeout and :recv_timeout
    options to Whois.lookup/1 (#15)
  • Correctly fall back to the last best record for domains whose registrar
    includes a bogus terminating WHOIS server (like pairdomains.com) (#15)
  • Add support for .pl domains (#16)