Releases: DocnetUK/etcd-php
Releases · DocnetUK/etcd-php
v1.2.1
Avoid re-using HttpClient across different instances of \Etcd\Client.
This would cause a bug where you could call only one ETCD server instance in a single page load. Follow up Clients would re-use the HttpClient resulting in the requests always being sent to the first initiated destination.