Skip to content
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
11 changes: 9 additions & 2 deletions site/dat/repo/blazemeter.json
Original file line number Diff line number Diff line change
Expand Up @@ -722,8 +722,8 @@
},
{
"id": "bzm-http2",
"name": "BlazeMeter - HTTP/2 Plugin",
"description": "HTTP/2 protocol sampler",
"name": "BlazeMeter - HTTP Plugin",
"description": "BlazeMeter HTTP (HTTP/1.1, HTTP/2, HTTP/3)",
"helpUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/blob/master/README.md",
"screenshotUrl": "https://raw.githubusercontent.com/Blazemeter/jmeter-http2-plugin/master/docs/addHTTP2Sampler.png",
"vendor": "BlazeMeter",
Expand Down Expand Up @@ -1022,6 +1022,13 @@
"depends": [
"jmeter-http"
]
},
"3.0.1": {
"changes": "Plugin renamed to BlazeMeter HTTP. Protocol support: HTTP/1.x, HTTP/2 and HTTP/3. Recording support and many other improvements.",
"downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v3.0.1/jmeter-bzm-http2-3.0.1.jar",
"depends": [
"jmeter-http"
]
}
}
},
Expand Down
Loading