Skip to content

Releases: YotpoLtd/resec

v0.5.1

01 Jan 15:33
ae96aa9
Compare
Choose a tag to compare

FIXES:

  • Docker build

v0.5.0

16 Sep 11:17
Compare
Choose a tag to compare

FEATURES:

  • Configure via CLI arguments
  • Add json/gelf log support
  • Tests

FIXES:

  • Split-brain when redis master restarted without restart of its resec

v0.4.3

15 Jul 09:46
eca3aa4
Compare
Choose a tag to compare

FIXES:

  • Allow same Master and Slave tags when using CONSUL_SERVICE_PREFIX
    • Usefull when using ${attr.platform.aws.placement.availability-zone} as tag

v0.4.2

15 Jul 09:03
8248960
Compare
Choose a tag to compare

FEATURES:

  • Verbose Health Check names giving the option to distinguish checks of multiple Resec instances running on the same node

Presents from @jippi

16 May 13:58
6ed5747
Compare
Choose a tag to compare

FEATURES:

  • Prevent master and slave tag having index 0 identical when using CONSUL_SERVICE_NAME
  • Test!

Fixes

26 Apr 15:34
Compare
Choose a tag to compare

FEATURES:

  • Service check now registered as initially passing to avoid service flapping

FIXES:

  • Handling slave session invalidation
  • Prevent from shutting down if local consul agent is not healthy

Consul Lock session name and lock retries

23 Apr 15:41
Compare
Choose a tag to compare

FEATURES:

  • Consul lock session name can be adjusted
  • Consul lock retry oprion added
  • Dependencies updated (Consul to 1.0.7, go-redis to 6.10.2)

Tags for service and Go version bump

13 Mar 10:50
Compare
Choose a tag to compare

FEATURES:

  • Consul service name for tag based service discovery
  • Option to ADD (MASTER|SLAVE)_TAGS to be populated to consul
  • Managing dependencies using dep
  • Go version bumped to 0.10.x

Initial release

22 Jan 14:05
Compare
Choose a tag to compare

FEATURES:

  • Redis health monitoring
  • Consul agent outage handling
  • Looks working =)