Skip to content

Releases: Blazemeter/jmeter-http2-plugin

v2.0.5

11 Oct 06:34
d7cab60
Compare
Choose a tag to compare

List of issues involved and resolved
#61
#59
#56

v2.0.4

04 Oct 16:50
ff3acf5
Compare
Choose a tag to compare

Support for JMeter 5.6.x.

List of issues involved and resolved
#55
#60

v2.0.3

29 Aug 12:04
9ba2171
Compare
Choose a tag to compare

Support for HTTP 1.x, ALPN, HTTP2 Multiplexing and Parallel processing.

Fixes and improvements related to Embedded Resources, Proxy, Cache, Cookie, Authorization, KeyStore, TrustStore and Memory management.

List of issues involved and resolved #39, #40, #49, #46, #57

Upgrade jetty core to 11.0.15

v2.0.3-alpha.3

16 Apr 16:41
Compare
Choose a tag to compare
v2.0.3-alpha.3 Pre-release
Pre-release
Release 2.0.3-alpha.3

v2.0.3-alpha.2

02 Mar 17:57
Compare
Choose a tag to compare
v2.0.3-alpha.2 Pre-release
Pre-release
Release 2.0.3-alpha.2

v2.0.3-alpha

10 Feb 09:24
Compare
Choose a tag to compare
v2.0.3-alpha Pre-release
Pre-release

This alpha release has initial support for asynchronous execution over HTTP2.

In order to use this new feature, the HTTP2 sampler must be incorporated into a new Controller called bzm - HTTP2 Async Controller.
It also has fixes in the processing of embedded resources, as well as its parallel processing when indicated in the HTTP2 Sampler option.

It is an initial version that will not be public in jmeter plugins.
You can download and try it on your JMeter while it is still in development.

v2.0.2

29 Nov 20:38
94060bd
Compare
Choose a tag to compare

This release has fixes for the following issues

#24 To improve scalability: Changed the default configuration of handling threads and connections. Memory management in request is also changed to improve its management and eliminate memory allocation errors. The initialization process in interactions was changed to minimize stress on the system.
#25 jMeter Property is incorporated to be able to assign the maximum waiting time for an idle connection.
#26 The accept encoding and user agent headers that were assigned by default by Jetty are removed
#36 Maximum Request Timeout: The default behavior is changed, the timeout

The following dependency update was also made

Bumps jetty-server from 11.0.6 to 11.0.10

v2.0.1

12 Sep 13:57
d49fdaf
Compare
Choose a tag to compare

This release contains a fix for the issue #22 “Buffering capacity 2097152 exceeded”.

Now users can set up the max capacity of the buffer when downloading embedded resources by modifying the httpJettyClient.maxBufferSize property (set to default on 2 MB)

2.0

23 Dec 22:37
Compare
Choose a tag to compare
2.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.6.2

21 Dec 22:15
5392fa5
Compare
Choose a tag to compare

This version of the plugin is deprecated and is available only for legacy purposes. We recommend upgrading to version 2.0 or greater