v1.3.0
-
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)