diff --git a/site/dat/repo/blazemeter.json b/site/dat/repo/blazemeter.json index 8a53e424f..6a4125b20 100644 --- a/site/dat/repo/blazemeter.json +++ b/site/dat/repo/blazemeter.json @@ -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", @@ -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" + ] } } },