Skip to content

v2.1.0

Compare
Choose a tag to compare
@clue clue released this 25 Sep 08:31
· 122 commits to 3.x since this release
  • Feature: Update Socket dependency to support hosts file on all platforms
    (#66 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->createClient('localhost');