Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Releases: printdeal/etcd-php

Headers at post request fixed

30 Mar 09:42
Compare
Choose a tag to compare

Recursion at getHeaders function was removed

General fixes

16 Mar 18:59
Compare
Choose a tag to compare

Composer.json and README updated

Client Interface Added

15 Mar 12:37
Compare
Choose a tag to compare
Client interface added

* Guzzless built. Preparation to tests.

* First test written for etcd client

* Add travis tests for PHP 5.6

* Version also should be trimmed

* Fix can not install etcd/php on composer update

* Created common interface for clients

* Revert changes

* Clients implements new interfaces

* Inherit docs

Guzzle independent client added

15 Mar 12:03
Compare
Choose a tag to compare
Able to use ETCD client with predefined Guzzle Client (#1)

* Guzzless built. Preparation to tests.

* First test written for etcd client

* Add travis tests for PHP 5.6

* Version also should be trimmed

v2.1.0

25 Oct 13:15
Compare
Choose a tag to compare

Reuse of existing Guzzle client added