Releases: Blazemeter/jmeter-http-plugin
Release list
v3.0.1
BlazeMeter HTTP v3.0.1
Major release with plugin rename, Jetty 12 upgrade and full modern protocol support.
Highlights
- Plugin renamed to BlazeMeter HTTP
- Upgraded to Jetty 12.1.6 with official support for HTTP/3 + QUIC
- Full protocol support: HTTP/1.x, HTTP/2 and HTTP/3
- Added advanced compression: Brotli, Zstandard and Gzip
- Improved compatibility with JMeter Recorder and BlazeMeter Automatic Correlation Recorder
Key Improvements
- Better scenario modeling: Much more realistic and complex test scenarios are now possible
- Recorder support: Fully compatible with JMeter’s HTTP(S) Test Script Recorder and BlazeMeter’s Automatic Correlation Recorder
- Modernized build system with dependency shading (SLF4J + Jetty) for better isolation
- Updated to Java 17 compilation while keeping Java 8 runtime compatibility for user messages related with Java 17+ requirement.
What's Changed (v3.0.1)
- Brotli cross-platform support has been fixed. Issue: #99 reported by @Pill30
- Duplicate Request Body in HTTP Async Controller fixed when "Generate Parent Sample" is enabled. Issue: #100 reported by @Pill30
- Bootsrap Menu Creator for Java 8+ support (Java 17+ compatibility message for earlier Java versions) by @3dgiordano in PR: #98
Thanks to the users @Pill30 and @heysarthak for all the feedback provided on this latest major release.
Recommended for all users. This is a major upgrade that significantly expands protocol support and recording capabilities.
Enjoy the new version! 🚀
Full Changelog: v3.0.0...v3.0.1
v3.0.0
BlazeMeter HTTP v3.0.0
Major release with plugin rename, Jetty 12 upgrade and full modern protocol support.
Highlights
- Plugin renamed to BlazeMeter HTTP
- Upgraded to Jetty 12.1.6 with official support for HTTP/3 + QUIC
- Full protocol support: HTTP/1.x, HTTP/2 and HTTP/3
- Added advanced compression: Brotli, Zstandard and Gzip
- Improved compatibility with JMeter Recorder and BlazeMeter Automatic Correlation Recorder
Key Improvements
- Better scenario modeling: Much more realistic and complex test scenarios are now possible
- Recorder support: Fully compatible with JMeter’s HTTP(S) Test Script Recorder and BlazeMeter’s Automatic Correlation Recorder
- Modernized build system with dependency shading (SLF4J + Jetty) for better isolation
- Updated to Java 17 compilation while keeping Java 8 runtime compatibility for user messages related with Java 17+ requirement.
Recommended for all users. This is a major upgrade that significantly expands protocol support and recording capabilities.
Enjoy the new version! 🚀
Full Changelog: v2.0.6...v3.0.0
v2.0.6
What's new:
- This release includes the usage of the jmeter-bzm-commons
- A module that enables to reuse logic shared along all BlazeMeter maintained plugins
v2.0.5
v2.0.4
v2.0.3
v2.0.3-alpha.3
Release 2.0.3-alpha.3
v2.0.3-alpha.2
Release 2.0.3-alpha.2
v2.0.3-alpha
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
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