Skip to content

Releases: rbraeunlich/gatling-jdbc

2.3.0

04 Sep 17:39
Compare
Choose a tag to compare

This minor release updates the Gatling and ScalikeJDBC dependencies.
Because the Gatling version increased by two minor versions this is also a minor version release.

Based on Gatling 3.2.1.
Tested against H2, Postgres and MySQL.
Compiled with Scala 2.12.8

2.2.1

10 May 18:01
Compare
Choose a tag to compare

This bugfix release includes a fix for collecting group times. Wrapping your calls in a group block now works correctly.

Based on Gatling 3.0.3.
Tested against H2, Postgres and MySQL.
Compiled with Scala 2.12.8

2.2.0

14 Mar 10:24
Compare
Choose a tag to compare

This is the first release under the new group id dev.code-n-roll.gatling! Also, the packages have changes accordingly.
Apart from those changes a new feature has been added that allows you to map the results of a select to a concrete type instead of fiddling with a List[Map[String, Any]].
Although the packages and the group id have changed, the API stayed the same. Therefore this is still a minor release.

Based on Gatling 3.0.3.
Tested against H2, Postgres and MySQL.
Compiled with Scala 2.12.8