Skip to content

Commit

Permalink
NEWS: add v3.1.0, v3.0.16 + minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuho committed Jan 11, 2017
1 parent 0df543d commit 4403439
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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)

Expand All @@ -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
Expand All @@ -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)

0 comments on commit 4403439

Please sign in to comment.