From 696b8fefd39d945bae2859f89be8c15fc8995f7e Mon Sep 17 00:00:00 2001 From: Matthias Eggert Date: Wed, 15 May 2024 14:11:41 +0200 Subject: [PATCH] add HAR importer 0.2.1 fix issue with added think time after grouping http samplers --- site/dat/repo/various.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 9d1e49240..f563aa9bc 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -2084,6 +2084,10 @@ "0.2.0": { "changes": "Several options for configuration added, e.g. en/disabling timers; host exclusion added; grouping of samplers. For more details see: https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases", "downloadUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases/download/v0.2.0/jmeter-har-import-plugin-v0.2.0.jar" + }, + "0.2.1": { + "changes": "New way for adding think time. For more details see: https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases", + "downloadUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases/download/v0.2.1/jmeter-har-import-plugin-v0.2.1.jar" } } }