Skip to content

v1.3.0

Compare
Choose a tag to compare
@clue clue released this 25 Sep 12:16
· 69 commits to 1.x since this release
  • 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');