Skip to content
Release 2.7.0

* Major features

- switchover resign command was added. Now SRE can switch out
  RW-instances to available RO-instances by setting --selector rule

- switchover etcd load gets 2 new flags --append-only and --delete

- autofailover gets new option with_vshard_fix which fixes
  vshard.storage misconfiguration during autoswitch

- switchover status now implements option `-o json` which allows to
  use switchover in automation shell scripts

* Minor features

- switchover now implements internal DNS cache (TTL=60s) for resolve of
  tarantools listen-addr to ipv4 and to fqdn

- switchover pr/rr/eval gets 2 more flags --interval (as sleep interval)
  and --jobs (as parallel workers) to allow parallel execution

- switchover default log level now is WARN (was INFO)

* Breaking change

- switchover flag -t for commands switch/etcd wait/auto now can't be
  used. switchover -t is an alias for --etcd-timeout and used globally
  for all commands. To specify timeout of operation flag --timeout now
  should be used

Read more in Changelog.md