From c1cc8cc443814338adf888e78e3c89bd32f76126 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 27 May 2026 16:09:37 +0530 Subject: [PATCH 1/2] Update Coordinated Throughput Controller to 0.1.1 --- site/dat/repo/various.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 34a8c7058..53ef8ed66 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -3410,7 +3410,7 @@ { "id": "coordinated-throughput-controller", "name": "Coordinated Throughput Controller", - "description": "A JMeter Logic Controller that coordinates sibling branches so one weighted branch is selected per parent iteration. If sibling weights add up to less than 100, the remainder intentionally selects no coordinated branch.", + "description": "A replacement for JMeter's standard Throughput Controller when sibling flows must be mutually exclusive. It coordinates sibling controllers so only one weighted controller runs per parent iteration, fixing cases where multiple Throughput Controllers can run in the same iteration and overwrite variables or execute conflicting business paths.", "screenshotUrl": "", "helpUrl": "https://github.com/ammyrohilla5050-dot/jmeter-coordinated-throughput-controller", "vendor": "Amit Kumar", @@ -3428,6 +3428,15 @@ "jmeter-components" ], "libs": {} + }, + "0.1.1": { + "changes": "Fixes nested controller handling inside Coordinated Throughput Controller. The selected controller can now reliably contain Transaction Controller, Loop Controller, Generic Controller, If Controller, Include Controller, and sampler stacks.", + "downloadUrl": "https://github.com/ammyrohilla5050-dot/jmeter-coordinated-throughput-controller/releases/download/v0.1.1/jmeter-coordinated-throughput-controller-0.1.1.jar", + "depends": [ + "jmeter-core", + "jmeter-components" + ], + "libs": {} } } } From e4154e17f256a62b3cfba059dd0f6b275debfb09 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 27 May 2026 16:13:31 +0530 Subject: [PATCH 2/2] Refine Coordinated Throughput Controller description --- site/dat/repo/various.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 53ef8ed66..994d968c6 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -3410,7 +3410,7 @@ { "id": "coordinated-throughput-controller", "name": "Coordinated Throughput Controller", - "description": "A replacement for JMeter's standard Throughput Controller when sibling flows must be mutually exclusive. It coordinates sibling controllers so only one weighted controller runs per parent iteration, fixing cases where multiple Throughput Controllers can run in the same iteration and overwrite variables or execute conflicting business paths.", + "description": "A replacement for JMeter's standard Throughput Controller when sibling flows must be mutually exclusive. It coordinates sibling controllers so only one controller runs per parent iteration, fixing cases where multiple Throughput Controllers can run in the same iteration and overwrite variables or execute conflicting business paths.", "screenshotUrl": "", "helpUrl": "https://github.com/ammyrohilla5050-dot/jmeter-coordinated-throughput-controller", "vendor": "Amit Kumar",