All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added additional cli-arguments for proxy-settings (#40)
- Fixed security issue in plugin-output which can expose sensitive data (#43)
- JMeterSetupTask now supports up-to-date check (#44)
- Aligned required java version with JMeter to Java8 (#36)
- Decoupled tool download and setup from jmeter execution tasks (#28)
- JMeter 'tool' can now really be customized (#29)
- most task properties can now also be defined as CLI arguments (#23)
- Removed dependency on java-plugin (#19)
- JMX-File now is really optional for gui tasks (#20)
- Support for more JMeter cli properties (#12)
- mandatory JMeter configurations are now handled by dependency on respective config-jar (#15)
- Restructured available task properties (#12)
- Due to new configuration handling a lot of former configuration properties related to configuration changed. E.g.
jmeter.tool.resourceTemplate
becamecustomResourceTemplate
injmeter
-extension and run- & report-tasks (#15)
Run
task now respects report settings (#6)Report
task now respect jmeter property settings (#11)
- Most of jmeter.tool properties because using configuration dependency (#15)
- Artifact no longer needs bundled jmeter resources because of #15 so they were removed
- Initial version