Skip to content

Releases: abstracta/jmeter-java-dsl

1.24

18 Jan 19:30
Compare
Choose a tag to compare

You can now set the percentiles you want to send in influxDbListener thanks to the contribution of @ndanilin.

Included some refactors contributed by @Kabilesh020799.

And added the possibility to set a maximum time for execution in thread groups when iterations are set thanks to the request of @Melanie-RK.

1.23.3

10 Nov 00:23
Compare
Choose a tag to compare

This release fixes backend listener jar resolution, and in particular elastic search listener showInGui method.

Thanks to discord user onebyy for reporting this bug.

1.23.2

09 Nov 11:23
Compare
Choose a tag to compare

This release fixes a bug that causes httpHeaders not to work properly when in multiple levels of a test plan that contains a jsr223Sampler. Here is the reported issue.

Thanks to @FakeLogin for pointing to this bug!

1.23.1

06 Nov 23:54
Compare
Choose a tag to compare

This includes a small fix in EmbeddedJmeterEngine to avoid JMeterUtils warning when running a test plan

1.23

19 Oct 13:50
Compare
Choose a tag to compare

Now jmx2dsl support converting test plans with JDBC samplers using a JMeter expression (eg: ${QUERY}) as query.

Thanks to @geoe6 for requesting this.

1.22

17 Oct 15:30
Compare
Choose a tag to compare

You can now set maximumValue, increment and perThread settings in counters.

Thanks to @rsiatka for requesting this.

1.21

14 Sep 14:21
Compare
Choose a tag to compare

You can now use simpleController to apply timers, listeners, assertions, configs, pre- and post-processors to parts of a test plan!

Check the updated user guide section for more details.

Thanks to @ben-norton-anaplan for the contribution and @FakeLogin @andy-tarr for helping with design decisions.

Additionally, bridge service now supports deserializing properties which require multiple invocation of property methods (like rampUp in threadGroup).

1.20

30 Aug 14:27
Compare
Choose a tag to compare

Now is possible to properly parse enums properties sent to bridge service. This is necessary to add support for regex extractor features in .Net DSL.

1.19

22 Aug 20:14
Compare
Choose a tag to compare

You can now automatically stop test plan execution when collected metrics condition is met!

Check the new user guide.

Thanks to @mikeliucc, @kirillyu and Woweyn and Ivan Smolin from Discord asking for this feature support.

Additionally:

  • AzureEngine now automatically uploads JMeter DSL artifacts to Azure Load Testing test when needed.
  • Fix jsr223Sampler naming.

1.18

04 Aug 17:57
Compare
Choose a tag to compare

AzureEngine now automatically uploads csvDataSet and httpSampler files to Azure Load Testing!

Additionally you can now:

  • Set name of test run
  • Configure monitored resources (application components)
  • Specify to split CSVs between engines.

You can check the updated Azure user guide section.

Thanks to @mikeliucc for requesting these features.

Finally, AzureLoadTesting updates of test plan has been fixed due to previously incorrect test plan validation check logic, and some minor fixes have been included in user guide & exception thrown by thread groups when using iterations after ramping threads.

Thanks to @mikeliucc and @pjcalvo for pointing for the potential improvements.