1.2.0
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 inserver: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 withcluster:sync(). Also added an option tocluster:sync()to start/stop added/removed instances (gh-423).