Skip to content

Releases: signalfx/embetcd

v0.0.10: Remove dep on golib

16 Jul 13:15
c4bd930
Compare
Choose a tag to compare
Merge pull request #10 from bogdandrutu/golibv3

Remove dependecy to old github.com/signalfx/golib (v2)

v0.0.9

07 Nov 14:28
Compare
Choose a tag to compare

Fix go module name for go mod

v0.0.8

29 Apr 17:41
3f369f7
Compare
Choose a tag to compare

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

17 Apr 22:52
bac7a59
Compare
Choose a tag to compare
  • refactor cluster clean up routines
  • ensure member key is recreated if deleted

v0.0.6

09 Apr 13:15
dbd1020
Compare
Choose a tag to compare
  • improve the closing of clients
  • fix very unlikely deadlock
  • enhance go test output

v0.0.5

05 Apr 20:40
570fa16
Compare
Choose a tag to compare

Addresses possible segmentation fault when unable to establish an etcd client connection during health checks.

v0.0.4

05 Apr 16:06
bd65609
Compare
Choose a tag to compare
  • addresses potential segmentation fault

v0.0.3

27 Mar 20:45
b944585
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • 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

26 Mar 22:09
9a8ae20
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Create cluster name keys when joining and the key does not exist

v0.0.1

21 Mar 18:56
6ce1f71
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial Release