Releases: mailgun/holster
Releases · mailgun/holster
Release v3.15.1
- Revert to an actual etcd client that works
Release v3.15.0
- Added github.com/mailgun/holster/v3/consul to holster
Release v3.14.0
Added retry package
Release v3.13.0
- Added testutil.UntilPass and testutil.UntilConnect
Release v3.12.0
Added collections.LRUCache.Map()
Release v3.11.0
Purpose
The non v3 packages were in various states of not compiling and are generally not used. Most internal services using holster have been updated to v3 any lingering services should move to v3.
Implementation
- Moved packages from
/v3
to/
and renamed module name ingo.mod
togithub.com/mailgun/holster/v3
Release 3.10.0
Added NewWithDepth() WrapWithDepth()
Release v3.4.0
- Moved caches and priority queue to collections package
- Moved Fanout to syncutil
Release v3.1.0
Fixes an election issue that scout encounters when an elected leader is unable to retrieve offsets from kafka-pixy. When it can't pull the offsets, it calls Concede(), Previously when this happen election library would never campaign to be leader again. Thus eventually all the scout nodes would lose leadership and the cluster would become leader less.
Release 3.0.2
Merge pull request #47 from mailgun/thrawn/develop Stop now correctly clears the done channel after all the work groups stop