Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vdn-har-convertor-jmeter-tool version 5.2 #658

Merged
merged 1 commit into from
Jun 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions site/dat/repo/various.json
Original file line number Diff line number Diff line change
Expand Up @@ -1953,18 +1953,6 @@
"markerClass": "io.github.vdaburon.jmeterplugins.har.HarConvertorInstaller",
"installerClass": "io.github.vdaburon.jmeterplugins.har.HarConvertorInstaller",
"versions": {
"1.0": {
"changes": "First Version for jmeter-plugins repo",
"downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v1.0/har-convertor-jmeter-plugin-1.0-jar-with-dependencies.jar"
},
"2.0": {
"changes": "Add parameters page_start_number and sampler_start_number to facilitate partial recording of website navigation. Modify for POST multipart/form-data don't put the content of the file in the Record.xml file because binary content could be large and not XML compatible.",
"downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v2.0/har-convertor-jmeter-plugin-2.0-jar-with-dependencies.jar"
},
"3.0": {
"changes": "Add Button 'CONVERT AND LOAD GENERATED SCRIPT'. File Chooser select only file and no directory.",
"downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v3.0/har-convertor-jmeter-plugin-3.0-jar-with-dependencies.jar"
},
"3.2": {
"changes": "Remove the header Content-length because the length is computed by JMeter when the request is created. POST or PUT could have query string and body with content so add query string to the path. Set Content Encoding to UFT-8 for POST or PUT method and request Content-Type:application/json. Add body data content in record.xml for PUT and PATCH methods. encode value for x-www-form-urlencoded when value contains space, equal, slash or plus characters.",
"downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v3.2/har-convertor-jmeter-plugin-3.2-jar-with-dependencies.jar"
Expand All @@ -1976,6 +1964,10 @@
"5.1": {
"changes": "Compatible with har generated by browsermob-proxy tool.",
"downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v5.1/har-convertor-jmeter-plugin-5.1-jar-with-dependencies.jar"
},
"5.2": {
"changes": "Correct extract parameters for mime type 'form-urlencoded' ended with charset likes 'application/x-www-form-urlencoded; charset=xxx'",
"downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v5.2/har-convertor-jmeter-plugin-5.2-jar-with-dependencies.jar"
}
}
},
Expand Down
Loading