Skip to content

Releases: DocnetUK/etcd-php

v1.2.1

07 Apr 15:11
Compare
Choose a tag to compare

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.

v1.2

06 Apr 12:17
Compare
Choose a tag to compare

Dependency update to allow guzzle 7.*