Skip to content

1.2.0

Choose a tag to compare

@locker locker released this 25 Jul 07:55
· 12 commits to master since this release

Overview

This is a minor release that fixes a bug in server:grep_log() and adds some new functionality to cluster:sync().

Changes

  • Fixed a bug when server:grep_log() failed to find a string logged in server:exec() called immediately before it (gh-421).
  • Fixed a bug when it wasn't possible to reload the cluster config with cluster:reload() after removing an instance with cluster:sync(). Also added an option to cluster:sync() to start/stop added/removed instances (gh-423).