From 0eac74e7682e47f2de6fd37a943f944108e92d71 Mon Sep 17 00:00:00 2001 From: Gareth Johnston Date: Mon, 19 Jan 2026 13:47:24 +0000 Subject: [PATCH 1/3] bump autoStepDownWhenLeader version --- protocol-definitions/custom/Custom.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol-definitions/custom/Custom.yaml b/protocol-definitions/custom/Custom.yaml index 52d88d4e..03339b84 100644 --- a/protocol-definitions/custom/Custom.yaml +++ b/protocol-definitions/custom/Custom.yaml @@ -988,7 +988,7 @@ customTypes: - name: autoStepDownWhenLeader type: boolean nullable: false - since: 2.9 + since: 2.10 - name: MigrationState since: 2.2 params: From 0fd0ca70c099c8e301abd4ca85ec3a8dab9e24a4 Mon Sep 17 00:00:00 2001 From: Gareth Johnston Date: Wed, 21 Jan 2026 16:08:43 +0000 Subject: [PATCH 2/3] change since to 2.10 --- protocol-definitions/custom/Custom.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/protocol-definitions/custom/Custom.yaml b/protocol-definitions/custom/Custom.yaml index 03339b84..59a6a06a 100644 --- a/protocol-definitions/custom/Custom.yaml +++ b/protocol-definitions/custom/Custom.yaml @@ -985,10 +985,14 @@ customTypes: type: Address nullable: false since: 2.1 - - name: autoStepDownWhenLeader + - name: testval type: boolean nullable: false since: 2.10 + - name: autoStepDownWhenLeader + type: boolean + nullable: false + since: "2.10" - name: MigrationState since: 2.2 params: From 7b0c92cb9eb9456f86eeae68d2d166a9366deb40 Mon Sep 17 00:00:00 2001 From: Gareth Johnston Date: Wed, 21 Jan 2026 16:12:57 +0000 Subject: [PATCH 3/3] remove testval --- protocol-definitions/custom/Custom.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/protocol-definitions/custom/Custom.yaml b/protocol-definitions/custom/Custom.yaml index 59a6a06a..2c0edc55 100644 --- a/protocol-definitions/custom/Custom.yaml +++ b/protocol-definitions/custom/Custom.yaml @@ -985,10 +985,6 @@ customTypes: type: Address nullable: false since: 2.1 - - name: testval - type: boolean - nullable: false - since: 2.10 - name: autoStepDownWhenLeader type: boolean nullable: false