Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Releases: lkishalmi/gradle-gatling-plugin

Release 3.3.4

08 May 16:40
Compare
Choose a tag to compare

(2020-05-08)

Bug Fixes

  • proper application of includeTestOutput and includeMainOutput (3782f53), closes #104

Release 3.3.3

08 May 14:30
Compare
Choose a tag to compare

(2020-05-08)

Bug Fixes

  • add scala SDK for usage in IntelliJ IDEA (3180d57)

Release 3.3.2

06 May 20:20
Compare
Choose a tag to compare

(2020-05-06)

Features

  • dedicated tool for bootstrapping sample Gatling project (cb43f18)
    Check out Quickstart in README

Release 3.3.1

05 May 19:01
Compare
Choose a tag to compare

(2020-05-05)

Bug Fixes

  • report only failed simulations in exception message (0908ca8), closes #108

Features

  • compatibility with Gradle 7 (eda1daf), closes #99
  • force minimal gradle version to 4.0 (ba8e0b5), closes #107

BREAKING CHANGES

  • minimal Gradle version is 4.0

Release 3.3.0

12 Mar 22:35
Compare
Choose a tag to compare

(2020-03-12)

Features

  • gatling: updated gatling to 3.3.1 (7e4c48d)

Release 3.2.9

16 Sep 19:03
Compare
Choose a tag to compare

(2019-09-16)

Features

  • refactor: unify simulations filtering (b9c59ee)
  • input and output for up to date check (c11d5fd), closes #87

BREAKING CHANGES

  • refactor: simulations can only be configured via PatternFilterable-like closure

Release 3.2.8

06 Sep 17:58
Compare
Choose a tag to compare

(2019-09-06)

Bug Fixes

  • filter out missing simulations configured by static list (15394d5)
  • pass env var and system props to gatling (1ebd283), closes #33

Release 3.2.7

04 Sep 10:47
Compare
Choose a tag to compare

(2019-09-04)

Bug Fixes

  • configurable source of gatling simulations (f7e8174), closes #90

Release 3.2.1

03 Sep 13:21
Compare
Choose a tag to compare

(2019-09-03)

Features

  • release: automated github release and changelog creation (dfe9db0)

Release 3.2.0

02 Sep 18:35
Compare
Choose a tag to compare

Changelog

  • Update Gatling default version to Gatling 3.2.1
  • Update default Scala version to 2.12.8
  • Improve release process by leveraging Git SemVer approaches