From 44034395f2315c22a7736e41cc09e0110802b839 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Wed, 11 Jan 2017 12:08:18 -0800 Subject: [PATCH] NEWS: add v3.1.0, v3.0.16 + minor fixes --- NEWS | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 8cf46f0c5241..96df48f22042 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +etcd v3.1.0 (2017-01-13) +- faster linearizable reads (implements Raft read-index) +- automatic leadership transfer when leader steps down +- etcd uses default host IP if advertise URL is not given +- etcd --strict-reconfig-check flag is set by default +- cluster rejects removing members if quorum will be lost +- SRV records (e.g., infra1.example.com) must match the discovery domain + (i.e., example.com) if no custom certificate authority is given +- discovery now has upper limit for waiting on retries +- get responses are sorted in ascending order by default +- add etcd --log-output flag +- add etcd --metrics flag +- add lease time-to-live API; fetch lease information +- add v3 etcdctl get --print-value-only flag +- add v3 etcdctl make-mirror --dest-prefix flag +- add clientv3 SetEndpoints to update endpoints at runtime +- add clientv3 Sync to auto-update endpoints at runtime +- replace clientv3.Config.Logger field with global logger +- remove session manager and add TTL in contrib/recipes +- ACI has symlinks to /usr/local/bin/etcd* + +etcd v3.0.16 (2017-01-13) + etcd v3.0.15 (2016-11-11) - fix cancel watch request with wrong range end @@ -11,7 +34,7 @@ etcd v3.0.12 (2016-10-07) etcd v3.0.11 (2016-10-07) - server returns previous key-value (optional) - clientv3 WithPrevKV option - - v3 etcdctl prev-kv flag + - v3 etcdctl put,watch,del --prev-kv flag etcd v3.0.10 (2016-09-23) @@ -28,7 +51,7 @@ etcd v3.0.6 (2016-08-19) etcd v3.0.5 (2016-08-19) - SRV records (e.g., infra1.example.com) must match the discovery domain - (i.e., example.com) when using the default certificate authority. + (i.e., example.com) if no custom certificate authority is given etcd v3.0.4 (2016-07-27) - v2 auth can now use common name from TLS certificate when --client-cert-auth is enabled @@ -44,3 +67,5 @@ etcd v3.0.2 (2016-07-08) - Dockerfile uses ENTRYPOINT, instead of CMD, to run etcd without binary path specified etcd v3.0.1 (2016-07-01) + +etcd v3.0.0 (2016-06-30)