Skip to content

Releases: rbhadti94/apache-jmeter-action

v0.7.0

12 May 17:53
f7da1bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

21 Oct 22:37
3bab17f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

18 Jan 21:53
8441308
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

15 Sep 16:50
0fdb63a
Compare
Choose a tag to compare

Adding in plugin support for the JMeter Action

What's Changed

Full Changelog: v0.3.2...v0.4.0

v0.3.2

16 Feb 23:01
3a6c719
Compare
Choose a tag to compare

Upgrading Apache JMeter to 5.4.1 - A minor update.

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

06 Dec 19:51
0ecaadd
Compare
Choose a tag to compare

Bug Fix

Fixing JAVA_HOME environment variable that was missing

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

06 Dec 18:08
a038056
Compare
Choose a tag to compare

Upgrading base docker image to alpine 3.12 to address security vulnerabilities.

Upgrading Apache JMeter to 5.4.0.

What's Changed

Full Changelog: https://github.com/rbhadti94/apache-jmeter-action/commits/v0.3.0

v0.2.0

27 Apr 21:15
cde6b38
Compare
Choose a tag to compare

#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

26 Apr 22:21
Compare
Choose a tag to compare

#6 - Added ability for reports to be generated. And documentation has been updated to show how to use this.

v0.1.0

26 Apr 20:44
Compare
Choose a tag to compare

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.