From 29bc5f2058e8736af4a5f3b90e057e34fb606910 Mon Sep 17 00:00:00 2001 From: Gareth Johnston Date: Fri, 11 Apr 2025 08:18:13 +0100 Subject: [PATCH 1/4] add autoStepDownWhenLeader to proto def --- protocol-definitions/custom/Custom.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/protocol-definitions/custom/Custom.yaml b/protocol-definitions/custom/Custom.yaml index 815bba46..f4b727f2 100644 --- a/protocol-definitions/custom/Custom.yaml +++ b/protocol-definitions/custom/Custom.yaml @@ -828,6 +828,10 @@ customTypes: type: Map_EndpointQualifier_Address nullable: false since: 2.0.1 + - name: autoStepDownWhenLeader + type: boolean + nullable: false + since: 2.8.1 - name: EndpointQualifier returnWithFactory: true since: 2.0.1 From 2b51bfeed30a1033fb80abcfef97c4b3f815ec05 Mon Sep 17 00:00:00 2001 From: Gareth Johnston Date: Mon, 14 Apr 2025 16:32:27 +0100 Subject: [PATCH 2/4] update version --- 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 f4b727f2..f4fecc59 100644 --- a/protocol-definitions/custom/Custom.yaml +++ b/protocol-definitions/custom/Custom.yaml @@ -831,7 +831,7 @@ customTypes: - name: autoStepDownWhenLeader type: boolean nullable: false - since: 2.8.1 + since: 2.9 - name: EndpointQualifier returnWithFactory: true since: 2.0.1 @@ -989,6 +989,10 @@ customTypes: type: Address nullable: false since: 2.1 + - name: autoStepsDownWhenLeader + type: boolean + nullable: false + since: 2.9 - name: MigrationState since: 2.2 params: From 728ce7b7ee7abac0100559cf5e546755c0154b4d Mon Sep 17 00:00:00 2001 From: Gareth Johnston Date: Mon, 14 Apr 2025 18:29:24 +0100 Subject: [PATCH 3/4] align naming --- 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 f4fecc59..26cf9246 100644 --- a/protocol-definitions/custom/Custom.yaml +++ b/protocol-definitions/custom/Custom.yaml @@ -989,7 +989,7 @@ customTypes: type: Address nullable: false since: 2.1 - - name: autoStepsDownWhenLeader + - name: autoStepDownWhenLeader type: boolean nullable: false since: 2.9 From 289e0a75c6766463599b593fd712ab420d937d0f Mon Sep 17 00:00:00 2001 From: Gareth Johnston Date: Mon, 28 Apr 2025 17:11:38 +0100 Subject: [PATCH 4/4] Only change CPMember --- 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 26cf9246..52d88d4e 100644 --- a/protocol-definitions/custom/Custom.yaml +++ b/protocol-definitions/custom/Custom.yaml @@ -828,10 +828,6 @@ customTypes: type: Map_EndpointQualifier_Address nullable: false since: 2.0.1 - - name: autoStepDownWhenLeader - type: boolean - nullable: false - since: 2.9 - name: EndpointQualifier returnWithFactory: true since: 2.0.1