1.1.0 - New Stable
2020-03-02
Added
- Added a local
SocketClient
as a thin wrapper for PHP stream sockets. - Added exception for new
SocketClient
for when things go wrong.
Changed
- Modified how
AbstractWhoisClient::createConnection
works internally by swappingSocketClient
. - Tweaked how
getSearchableHostname()
functions to allow host/glue record look up.
Removed
- Dependency on
hoa/socket
library.