Skip to content

Releases: Blazemeter/jmeter-http2-plugin

1.6.2

21 Dec 22:15
5392fa5

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

1.6.1

19 Jan 19:15
bff399f

Choose a tag to compare

Updated Jetty dependency

1.6

18 Aug 15:40

Choose a tag to compare

1.6

This version comes with some improves on some functionalities:

  • Added support for decompressing Gzip Response Data (thanks to @xaral)
  • Modified PUT method to have Data frame (thanks to @riscmips)

Also, minor fixes were made.

Thanks to @xaral and @riscmips for their contributions to this version.

1.5

03 Feb 16:56

Choose a tag to compare

1.5

This release comes with new functionalities for the plugin:

  • Support for no SSL, now the plugin is able to support HTTP2 protocol without an SSL certificate.

  • Support for PATCH request method to ease partial modifications into a resource.

  • Support for DELETE request method to facilitate deletes of a specified resource.

  • All the dependencies were updated.

1.4.1

18 Sep 15:51

Choose a tag to compare

This patch includes the great contribution made by @david-mcnamara-openet which solves an issue handling http responses without body (like 204 status code) making the sampler to timeout in such cases.