Skip to content

Commit fbcc5f8

Browse files
cuneytcakircuneyt.cakir
andauthored
added new sse plugin version (undera#854)
* Update various.json with new JMeter plugin entries Added new JMeter plugins with detailed descriptions and version information. * Update JMeter SSE Sampler entry in various.json Replaced the existing JMeter SSE Sampler entry with a new format in various.json, including updated metadata and version information. * This PR registers the newly published jmeter-sse-sampler plugin to the Plugins Manager. The plugin provides high-performance load testing for Server-Sent Events (SSE) endpoints, supporting custom authentication headers, configurable listen durations, HTTP error detection, and accurate JMeter metrics reporting. Artifact: io.github.cuneytcakir:jmeter-sse-sampler:2.0.0 Marker Class: com.jmeter.sse.SSESampler Component Class: com.jmeter.sse.SSESamplerGui * This PR registers the newly published jmeter-sse-sampler plugin to the Plugins Manager. The plugin provides high-performance load testing for Server-Sent Events (SSE) endpoints, supporting custom authentication headers, configurable listen durations, HTTP error detection, and accurate JMeter metrics reporting. Artifact: io.github.cuneytcakir:jmeter-sse-sampler:2.0.0 Marker Class: com.jmeter.sse.SSESampler Component Class: com.jmeter.sse.SSESamplerGui * chore: fix formatting in various.json * feat: add screenshotUrl field to jmeter-sse-sampler plugin metadata * added new sse plugin version * fix duplicated plugin id --------- Co-authored-by: cuneyt.cakir <cuneyt.cakir@bilyoner.com>
1 parent 13fef8f commit fbcc5f8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

site/dat/repo/various.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3371,6 +3371,10 @@
33713371
"com.jmeter.sse.SSESamplerGui"
33723372
],
33733373
"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+
},
33743378
"2.0.0": {
33753379
"downloadUrl": "https://repo1.maven.org/maven2/io/github/cuneytcakir/jmeter-sse-sampler/2.0.0/jmeter-sse-sampler-2.0.0.jar",
33763380
"changes": "Maven Central release preparations and Maven groupId updates."

0 commit comments

Comments
 (0)