Skip to content

Commit 67bef56

Browse files
committed
Release HTTP2 v2.0
In this major release, have updated the jetty dependencies and deprecated some of the previous components. This version includes the following features: - Support for GET, POST, PUT, PATCH, DELETE and OPTIONS methods - Support for proxy usage - Support for Header Manager, Auth Manager, Cookie Manager, and Cache Manager - Support for follow redirect and automatically redirect - Support for send files - Support for GZIP responses - Support for retrieve embedded resources - General improvements like error management, reuse connections, timeouts handling Warnings - This version is compatible with java 11 or greater - Test plans created with previous versions of the plugin are not supported, a feature to migrate from old test plans to the new version was implemented.
1 parent edb85cb commit 67bef56

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

site/dat/repo/blazemeter.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,18 @@
659659
}
660660
}
661661
},
662+
{
663+
"id": "bzm-http2",
664+
"name": "BlazeMeter - HTTP/2 Plugin",
665+
"description": "HTTP/2 protocol sampler",
666+
"helpUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/blob/master/README.md",
667+
"screenshotUrl": "https://raw.githubusercontent.com/Blazemeter/jmeter-http2-plugin/master/syncRequest.png",
668+
"vendor": "BlazeMeter",
669+
"installerClass": "com.blazemeter.jmeter.http2.Installer",
670+
"markerClass": "com.blazemeter.jmeter.http2.sampler.HTTP2Sampler",
671+
"componentClasses": [
672+
"com.blazemeter.jmeter.http2.sampler.gui.HTTP2SamplerGui"
673+
],
662674
"versions": {
663675
"1.0": {
664676
"downloadUrl": "https://github.com/Blazemeter/jmeter-bzm-plugins/releases/download/http2-1.0/jmeter-bzm-http2-1.0.jar",
@@ -815,6 +827,25 @@
815827
"jetty-io>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.1/jetty-io-9.4.35.v20201120.jar",
816828
"jetty-util>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.1/jetty-util-9.4.35.v20201120.jar"
817829
}
830+
},
831+
"2.0": {
832+
"changes": "Major release using as baseline Java 11, proxy support and many other new functionalities!",
833+
"downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/jmeter-bzm-http2-2.0.jar",
834+
"depends": [
835+
"jmeter-http"
836+
],
837+
"libs": {
838+
"http2-client>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/http2-client-11.0.6.jar",
839+
"http2-common>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/http2-common-11.0.6.jar",
840+
"http2-hpack>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/http2-hpack-11.0.6.jar",
841+
"http2-http-client-transport>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/http2-http-client-transport-11.0.6.jar",
842+
"jetty-alpn-client>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/jetty-alpn-client-11.0.6.jar",
843+
"jetty-alpn-java-client>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/jetty-alpn-java-client-11.0.6.jar",
844+
"jetty-client>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/jetty-client-11.0.6.jar",
845+
"jetty-http>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/jetty-http-11.0.6.jar",
846+
"jetty-io>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/jetty-io-11.0.6.jar",
847+
"jetty-util>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/jetty-util-11.0.6.jar"
848+
}
818849
}
819850
}
820851
},

0 commit comments

Comments
 (0)