From 5efad911d5976b9b224ede441f42bf97b60382e6 Mon Sep 17 00:00:00 2001 From: Dustin Oprea Date: Wed, 8 Jan 2014 09:57:45 -0500 Subject: [PATCH 1/2] Added HTTPS for python-etcd-client. --- Documentation/clients-matrix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/clients-matrix.md b/Documentation/clients-matrix.md index e622062d3..efa4703cd 100644 --- a/Documentation/clients-matrix.md +++ b/Documentation/clients-matrix.md @@ -31,7 +31,7 @@ The v2 API has a lot of features, we will categorize them in a few categories: | Client| [go-etcd](https://github.com/coreos/go-etcd) | [jetcd](https://github.com/diwakergupta/jetcd) | [python-etcd](https://github.com/jplana/python-etcd) | [python-etcd-client](https://github.com/dsoprea/PythonEtcdClient) | [node-etcd](https://github.com/stianeikeland/node-etcd) | [nodejs-etcd](https://github.com/lavagetto/nodejs-etcd) | [etcd-ruby](https://github.com/ranjib/etcd-ruby) | [etcd-api](https://github.com/jdarcy/etcd-api) | [cetcd](https://github.com/dwwoelfel/cetcd) | [clj-etcd](https://github.com/rthomas/clj-etcd) | | --- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | -| **HTTPS Auth** | Y | Y | Y | - | Y | Y | - | - | - | - | +| **HTTPS Auth** | Y | Y | Y | Y | Y | Y | - | - | - | - | | **Reconnect** | Y | - | Y | Y | - | - | - | Y | - | - | | **Mod/Lock** | Y | - | Y | Y | - | - | - | - | - | - | | **Mod/Leader** | Y | - | - | Y | - | - | - | - | - | - | From 0377ea751ddddcd53740fd22b414662573b5bcd2 Mon Sep 17 00:00:00 2001 From: Dustin Oprea Date: Wed, 8 Jan 2014 10:48:29 -0500 Subject: [PATCH 2/2] Added additional separator column. --- Documentation/clients-matrix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/clients-matrix.md b/Documentation/clients-matrix.md index efa4703cd..abf18a10e 100644 --- a/Documentation/clients-matrix.md +++ b/Documentation/clients-matrix.md @@ -30,7 +30,7 @@ The v2 API has a lot of features, we will categorize them in a few categories: ### Supported features matrix | Client| [go-etcd](https://github.com/coreos/go-etcd) | [jetcd](https://github.com/diwakergupta/jetcd) | [python-etcd](https://github.com/jplana/python-etcd) | [python-etcd-client](https://github.com/dsoprea/PythonEtcdClient) | [node-etcd](https://github.com/stianeikeland/node-etcd) | [nodejs-etcd](https://github.com/lavagetto/nodejs-etcd) | [etcd-ruby](https://github.com/ranjib/etcd-ruby) | [etcd-api](https://github.com/jdarcy/etcd-api) | [cetcd](https://github.com/dwwoelfel/cetcd) | [clj-etcd](https://github.com/rthomas/clj-etcd) | -| --- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | +| --- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | **HTTPS Auth** | Y | Y | Y | Y | Y | Y | - | - | - | - | | **Reconnect** | Y | - | Y | Y | - | - | - | Y | - | - | | **Mod/Lock** | Y | - | Y | Y | - | - | - | - | - | - |