Skip to content

Commit be98211

Browse files
authored
Merge branch 'undera:master' into master
2 parents 2efee86 + b87c3de commit be98211

2 files changed

Lines changed: 52 additions & 0 deletions

File tree

site/dat/repo/blazemeter.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,27 @@
702702
"depends": [
703703
"jmeter-http"
704704
]
705+
},
706+
"3.3.2": {
707+
"changes": "Performance enhancements",
708+
"downloadUrl": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.3.2/jmeter-bzm-hls-3.3.2.jar",
709+
"libs": {
710+
"hlsparserj>=1.0.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.3.2/hlsparserj-1.0.2.jar",
711+
"jackson-annotations>=2.11.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.3.2/jackson-annotations-2.11.0.jar",
712+
"jackson-core>=2.10.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.3.2/jackson-core-2.10.0.jar",
713+
"jackson-databind>=2.11.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.3.2/jackson-databind-2.11.0.jar",
714+
"jackson-dataformat-xml>=2.10.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.3.2/jackson-dataformat-xml-2.10.0.jar",
715+
"jackson-module-jaxb-annotations>=2.10.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.3.2/jackson-module-jaxb-annotations-2.10.0.jar",
716+
"jakarta.activation-api>=1.2.1": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.3.2/jakarta.activation-api-1.2.1.jar",
717+
"jakarta.xml.bind-api>=2.3.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.3.2/jakarta.xml.bind-api-2.3.2.jar",
718+
"jmeter-bzm-commons>=0.2.3": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.3.2/jmeter-bzm-commons-0.2.3.jar",
719+
"mpd-tools>=release-0.8-jdk8": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.3.2/mpd-tools-release-0.8-jdk8.jar",
720+
"stax2-api>=4.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.3.2/stax2-api-4.2.jar",
721+
"woodstox-core>=6.0.1": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.3.2/woodstox-core-6.0.1.jar"
722+
},
723+
"depends": [
724+
"jmeter-http"
725+
]
705726
}
706727
}
707728
},

site/dat/repo/various.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3210,6 +3210,10 @@
32103210
"3.0.0": {
32113211
"changes": "Baseline JTL comparison support. The Excel report now contains three sheets: Current, Baseline, and Comparison. Added 'Baseline Directory' field in the GUI listener.",
32123212
"downloadUrl": "https://github.com/rishavsawarn/jmeter-jtl-xls-report-plugin/releases/download/v3.0.0/jmeter-jtl-xls-report-plugin-v3.0.0.jar"
3213+
},
3214+
"3.1.0": {
3215+
"changes": "Added Error Analysis sheet: per-transaction breakdown of failures by type (Timeout, 4xx, 5xx, Assertion, Other). Bundled commons-compress so .xlsx generation works reliably inside JMeter.",
3216+
"downloadUrl": "https://github.com/rishavsawarn/jmeter-jtl-xls-report-plugin/releases/download/v3.1.0/jmeter-jtl-xls-report-plugin-v3.1.0.jar"
32133217
}
32143218
}
32153219
},
@@ -3367,6 +3371,10 @@
33673371
"com.jmeter.sse.SSESamplerGui"
33683372
],
33693373
"versions": {
3374+
"2.0.1": {
3375+
"downloadUrl": "https://repo1.maven.org/maven2/io/github/cuneytcakir/jmeter-sse-sampler/2.0.1/jmeter-sse-sampler-2.0.1.jar",
3376+
"changes": "increase OkHttp connection pool size for high-concurrency load tests"
3377+
},
33703378
"2.0.0": {
33713379
"downloadUrl": "https://repo1.maven.org/maven2/io/github/cuneytcakir/jmeter-sse-sampler/2.0.0/jmeter-sse-sampler-2.0.0.jar",
33723380
"changes": "Maven Central release preparations and Maven groupId updates."
@@ -3468,5 +3476,28 @@
34683476
}
34693477
}
34703478
}
3479+
},
3480+
{
3481+
"id": "jmeter-html-report-plugin",
3482+
"name": "JMeter HTML Report Plugin",
3483+
"description": "Interactive HTML report generator for JMeter API testing with request/response details, assertion results, filtering, charts and dark mode support.",
3484+
"screenshotUrl": "",
3485+
"helpUrl": "https://github.com/srenevasanks/jmeter-html-report-plugin",
3486+
"vendor": "Srenevasan",
3487+
"markerClass": "listener.CustomHtmlReportListener",
3488+
"componentClasses": [
3489+
"listener.CustomHtmlReportListener",
3490+
"gui.CustomHtmlReportGui"
3491+
],
3492+
"versions": {
3493+
"1.0.0": {
3494+
"changes": "Initial public release.",
3495+
"downloadUrl": "https://github.com/srenevasanks/jmeter-html-report-plugin/releases/download/v1.0.0/jmeter-html-report-plugin-1.0.0.jar",
3496+
"depends": [
3497+
"jmeter-core"
3498+
],
3499+
"libs": {}
3500+
}
3501+
}
34713502
}
34723503
]

0 commit comments

Comments
 (0)