Tags give the ability to mark specific points in history as being important
-
v2.2.3
05b564a3 · ·- etcdctl: cluster health exit with non-zero when cluster is unhealthy - client: fix goroutine leak in unreleased context - store: fix data race when modify event in watchHub. - client: support set endpoints - etcdmain: fix writing incomplete proxy config file - etcdsever: avoid creating member dir before finishing validate bootstrap - etcdserver: always check if the data dir is writable before starting
-
v2.2.2
b4bddf68 · ·- fix health check result in `etcdctl cluster-health` - generate v5 ugorji/go/codec unmarshal code in client package - fix unset SYSLOG_IDENTIFIER when etcd is logging to the journal - improve logging when discovery procedure fails - fix various data races detected by race detector - fix rejecting to modify pre-defined guest role
-
v2.0.12
5686c33e · ·- [GH 2323] Improve raft stability by making peer communication timeouts configurable - [GH 2650] Improve error messages when the etcdctl cluster-health command cannot gather cluster health - [GH 2877] etcd can now recover after bootstrap related errors - [GH 2884] Improve performance under high load by reusing network connections when running in proxy mode - [GH 2902] etcd no longer sends invalid requests to the active etcd cluster members when running in proxy mode. - [GH 2916] The etcd build script now works outside of a git repository, but the version info in the resulting binary will not contain a valid Git SHA. - [GH 2947] The -advertise-client-urls flag is no longer required when running in proxy mode
-
v2.0.11
0678329c · ·- [GH2689] fix the bug that newly joined member may panic - [GH2705] fix the bug that stats may be updated before it is initialized - [GH2749] fix the typo in the string representation of raftLog - [GH2743] fix connection leak in proxy mode - [GH2751 GH2811] support filelock for solaris and plan9 - [GH2756] improve the reliability of `etcdctl member remove` - [GH2758] improve the disaster recovery guide - [GH2761] demand users to set -advertise-client-urls explicitly for better usage - [GH2560] print out more version informantion