Releases: rbhadti94/apache-jmeter-action
v0.7.0
What's Changed
- Adding Example For The Plugins Section by @rbhadti94 in #28
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
v0.4.0
Adding in plugin support for the JMeter Action
What's Changed
- GH-18 Adding In JMeter Plugin Capability by @rbhadti94 in #19
Full Changelog: v0.3.2...v0.4.0
v0.3.2
Upgrading Apache JMeter to 5.4.1 - A minor update.
What's Changed
- GH-9 Added new versions by @rbhadti94 in #13
- GH-14 Removing docs folder by @rbhadti94 in #15
- GH-8 Added full example usage by @rbhadti94 in #16
- Using JMeter 5.4.1 by @rbhadti94 in #17
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Bug Fix
Fixing JAVA_HOME environment variable that was missing
What's Changed
- Feature/gh 11 java 11 issue by @rbhadti94 in #12
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Upgrading base docker image to alpine 3.12 to address security vulnerabilities.
Upgrading Apache JMeter to 5.4.0.
What's Changed
- GH-9 Alpine 3.12 and JMeter 5.4.0 by @rbhadti94 in #10
Full Changelog: https://github.com/rbhadti94/apache-jmeter-action/commits/v0.3.0
v0.2.0
#7 - Optional arguments added as a capability. Can now pass in optional arguments for the JMeter command line.
E.g.
args: "--loglevel INFO --key=<argument>"
Please see README for more info
v0.1.1
#6 - Added ability for reports to be generated. And documentation has been updated to show how to use this.
v0.1.0
The first release for being able to run Apache JMeter - https://jmeter.apache.org, as a Github Action.
Currently the functionality allows for JMeter to be run against a JMX test plan. Output logs and results are generated.