Releases: lkishalmi/gradle-gatling-plugin
Releases · lkishalmi/gradle-gatling-plugin
Release 3.3.4
(2020-05-08)
Bug Fixes
- proper application of includeTestOutput and includeMainOutput (3782f53), closes #104
Release 3.3.3
(2020-05-08)
Bug Fixes
- add scala SDK for usage in IntelliJ IDEA (3180d57)
Release 3.3.2
(2020-05-06)
Features
- dedicated tool for bootstrapping sample Gatling project (cb43f18)
Check out Quickstart
in README
Release 3.3.1
(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
(2020-03-12)
Features
- gatling: updated gatling to 3.3.1 (7e4c48d)
Release 3.2.9
(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
(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
(2019-09-04)
Bug Fixes
- configurable source of gatling simulations (f7e8174), closes #90
Release 3.2.1
(2019-09-03)
Features
- release: automated github release and changelog creation (dfe9db0)
Release 3.2.0
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