Skip to content

Releases: mailgun/holster

Release v2.0.0

24 Sep 18:07
d68f4f6
Compare
Choose a tag to compare
  • Changed signature of etcdutil.NewElection()
  • Added clock.DurationJSON

Release v1.8.4

24 Aug 15:00
Compare
Choose a tag to compare

Added support for ETCD3_ENABLE_TLS in etcdutil.NewEtcdConfig()

Release v1.8.3

23 Aug 02:17
b81e0ae
Compare
Choose a tag to compare

Fixes ETCD3_SKIP_VERIFY

Release v1.8.2

23 Aug 00:10
7c220cf
Compare
Choose a tag to compare

ETCD3_ENDPOINT now accepts comma separated etcd endpoints.

Release v1.8.1

11 Aug 00:21
Compare
Choose a tag to compare
NewSecureClient() now returns an error if NewEtcdConfig fails

Release v1.8.0

09 Aug 20:07
Compare
Choose a tag to compare
etcdutil.NewEtcdConfig() now defaults to localhost:2379

Release v1.7.7

07 Aug 19:18
Compare
Choose a tag to compare

Added ETCD3_DIAL_TIMEOUT support to etcdutil

Release v1.7.6

01 Aug 18:30
Compare
Choose a tag to compare
Updated LeaderElectionMock interface

Release v1.7.5

01 Aug 15:25
10669f0
Compare
Choose a tag to compare
Merge pull request #29 from thrawn01/fix-grpc-log-race

fix data race with GRPC go routines and logging

Release v1.7.4

31 Jul 21:27
Compare
Choose a tag to compare
Merge pull request #26 from thrawn01/etcdv3

Add functions to setup etcd TLS clients