v1.3.0
-
Feature: Always use
Resolver
with default DNS to match Socket component
and update DNS dependency to support hosts file on all platforms
(#19 and #20 by @clue)This means that connecting to hosts such as
localhost
(and for example
those used for Docker containers) will now work as expected across all
platforms with no changes required:$factory = new Factory($loop); $factory->createClient('localhost:5353');