Skip to content

v1.3.0

Compare
Choose a tag to compare
@clue clue released this 13 Feb 16:32
· 82 commits to 1.x since this release
  • Feature: Support communication over Unix domain sockets (UDS)
    (#20 by @clue)

    // new: now supports communication over Unix domain sockets (UDS)
    $proxy = new ProxyConnector('http+unix:///tmp/proxy.sock', $connector);
  • Reduce memory consumption by avoiding circular reference from stream reader
    (#18 by @valga)

  • Improve documentation
    (#19 by @clue)