Skip to content

Commit ca9e347

Browse files
author
DABURON Vincent
committed
Version 5.2, use new library har-to-jmeter-convertor 5.2 that correct extract parameters for mime type "form-urlencoded" ended with charset likes "application/x-www-form-urlencoded; charset=xxx"
1 parent f9276ce commit ca9e347

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,16 @@ The maven groupId, artifactId and version, this plugin is in the **Maven Central
196196
```xml
197197
<groupId>io.github.vdaburon</groupId>
198198
<artifactId>har-convertor-jmeter-plugin</artifactId>
199-
<version>5.1</version>
199+
<version>5.2</version>
200200
```
201201

202202
## License
203203
Licensed under the Apache License, Version 2.0
204204

205205
## Versions
206+
207+
Version 5.2 date 2024-06-20, Use new library har-to-jmeter-convertor 5.2 that correct extract parameters for mime type "form-urlencoded" ended with charset likes "application/x-www-form-urlencoded; charset=xxx"
208+
206209
Version 5.1 date 2024-05-17, Compatible with har generated by browsermob-proxy tool and csv file contains transaction infos. Use library har-to-jmeter-convertor 5.1.
207210

208211
Version 5.0 date 2024-05-10, Add an external csv file with transaction information for JMeter Transaction Controller Name. New parameter : <code>-external_file_infos transaction_info.csv</code>. Correct Filter Include first filter and Filter Exclude second filter.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.vdaburon</groupId>
88
<artifactId>har-convertor-jmeter-plugin</artifactId>
9-
<version>5.1</version>
9+
<version>5.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Apache JMeter Plugin to convert a HAR file to a JMeter script and Record XML</name>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>io.github.vdaburon</groupId>
8383
<artifactId>har-to-jmeter-convertor</artifactId>
84-
<version>5.1</version>
84+
<version>5.2</version>
8585
</dependency>
8686
</dependencies>
8787

0 commit comments

Comments
 (0)