Releases: rbraeunlich/gatling-jdbc
Releases · rbraeunlich/gatling-jdbc
2.3.0
2.2.1
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
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