Skip to content

v1.4.0

Compare
Choose a tag to compare
@clue clue released this 28 Feb 09:35
· 64 commits to 1.x since this release
  • Feature: Update DNS dependency to support loading system default DNS
    nameserver config on all supported platforms
    (/etc/resolv.conf on Unix/Linux/Mac/Docker/WSL and WMIC on Windows)
    (#23 by @clue)

    This means that connecting to hosts that are managed by a local DNS server,
    such as a corporate DNS server or when using Docker containers, will now
    work as expected across all platforms with no changes required:

    $factory = new Factory($loop);
    $factory->createClient('intranet.example:5353');
  • Improve README
    (#22 by @jsor)