CHANGELOG update for node_is_replica

This commit is contained in:
benoit 2023-08-23 16:00:40 +02:00 committed by Benoit
parent 20d9d48d78
commit 22bf7df3ea

View file

@ -6,6 +6,7 @@
* Add `sync_standby` as a valid replica type for `cluster_has_replica`. (contributed by @mattpoel)
* Add a new service `cluster_has_scheduled_action` to warn of any scheduled switchover or restart.
* Add options to `node_is_replica` to check specifically for a synchronous (`--is-sync`) or asynchronous node (`--is-async`).
### Fixed