From 22bf7df3ea657f806d0369ddca0bde97530c62c7 Mon Sep 17 00:00:00 2001 From: benoit Date: Wed, 23 Aug 2023 16:00:40 +0200 Subject: [PATCH] CHANGELOG update for node_is_replica --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce192fa..838afe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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