8000 Tags · maplechow/etcd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: maplechow/etcd

Tags

v2.2.3

Toggle v2.2.3's commit message
- 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

Toggle v2.2.2's commit message
- 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.2.0

Toggle v2.2.0's commit message
- New etcd client

- Experimental v3 API and new storage demo
- Active cluster health checking
- Improved documentation
- v2 API change
- Default GOMAXPROCS changes with Go 1.5
- Support Dedicated WAL Directory
- Introduce flag `--endpoint` in etcdctl

v2.1.3

Toggle v2.1.3's commit message
- when invalid TLS files are provided etcd logs a helpful error messa…

…ge and shuts down cleanly
0