Releases: utkarshkukreti/whois.ex
Releases · utkarshkukreti/whois.ex
v0.3.1
- 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
- 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)