Releases: signalfx/embetcd
Releases · signalfx/embetcd
v0.0.10: Remove dep on golib
v0.0.9
Fix go module name for go mod
v0.0.8
Improve joining by adding individual timeouts to each request made of the etcd cluster.
This ensures that the instance doesn't block waiting for a stuck request from etcd, and exhaust the startup timeout.
v0.0.7
- refactor cluster clean up routines
- ensure member key is recreated if deleted
v0.0.6
- improve the closing of clients
- fix very unlikely deadlock
- enhance go test output
v0.0.5
Addresses possible segmentation fault when unable to establish an etcd client connection during health checks.
v0.0.4
- addresses potential segmentation fault
v0.0.3
- deduplicate peer addresses in the peer address string returned by getServerPeers()
- consider removing members that haven't started yet
- extend default graceful startup period
v0.0.2
Create cluster name keys when joining and the key does not exist
v0.0.1
Initial Release