From 3592608611f3f62117d7494d34c46e70f00c184a Mon Sep 17 00:00:00 2001 From: Vincent DABURON Date: Thu, 6 Feb 2025 11:24:31 +0100 Subject: [PATCH] Version 6.1 for har-convertor-jmeter-tool Version 6.1 Use new library har-to-jmeter-convertor 6.1 to correct a NullPointerException when creating the Recording XML file. --- 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 ff47986a0..a24140ac0 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -2030,6 +2030,10 @@ "6.0": { "changes": "Add View Result Tree to view the recording xml file", "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v6.0/har-convertor-jmeter-plugin-6.0-jar-with-dependencies.jar" + }, + "6.1": { + "changes": "Correct a NullPointerException when creating the Recording XML file.", + "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v6.1/har-convertor-jmeter-plugin-6.1-jar-with-dependencies.jar" } } },