Skip to content

Releases: sgoeschl/gatling-blueprint-project

v3.1.3

09 Jul 08:24
Compare
Choose a tag to compare

Added

  • Dockerfile
  • Create a "gatling-blueprint-project-x.y.z-simulation.zip" which is compatible with Gatling Standalone usage
  • Add "simulation.sh" which is compatible with Gatling Standalone usage

Changed

  • Upgrade to Gatling 3.1.3

Fixed

  • Add missing dependency for standalone distribution (Boon)

v3.1.1

09 May 20:18
Compare
Choose a tag to compare

Changed

  • Upgrade to Gatling 3.1.1 and Scala Maven Plugin 3.4.6

Fixed

  • Gatling Standalone Distribution lacked "boon-reflekt" library

v3.0.3

16 Mar 09:53
Compare
Choose a tag to compare
  • Upgrade to Gatling 3.0.3

Gatling BluePrint Project 3.0.2

05 Jan 15:46
Compare
Choose a tag to compare
  • Upgrade to Gatling 3.0.2
  • Minor code cleanup

Gatling BluePrint Project 3.0.0.1

04 Nov 15:27
b03d7a3
Compare
Choose a tag to compare

3.0.0.1

Changed

  • Support of Gatling 3.0.0 release

Gatling BluePrint Project 2.3.1

14 Oct 13:04
Compare
Choose a tag to compare

2.3.1

Added

  • Add proof of concept for Elastic performance testing

Changed

  • Upgrade to Gatling 2.3.1
  • Update the logback configuration files to remove warning regarding immediateFlush

Fixed

  • Get rid of logback warning regarding "immediateFlush"

2.3.0

Added

  • Add the official computer database tests

Changed

  • Upgrade to Gatling 2.3.0 - please update your Scala SDK to 2.12.3 to avoid java.lang.NoSuchMethodError
  • Creation of stand-alone Ant distribution is triggered by Maven profile
  • Use a meaningful name for tenants, e.g. github and gatling

2.2.5.1

Added

  • Provide a DefaultHttpProtocolBuilder to avoid boiler-plate code

Removed

  • Removing the wiremock configuration since it is not used

Gatling BluePrint Project 2.2.5.0

09 May 17:06
Compare
Choose a tag to compare

Change Log

All notable changes to this project will be documented in this file. We try to adhere to https://github.com/olivierlacan/keep-a-changelog.

2.2.5.0

Changed

  • Upgraded to Gatling 2.2.5

Fixed

  • Stop the Gatling JVM when running tests from the Windows command line

Internal

  • Avoid parsing the JSON response but use bodyString instead
  • Print the currently invoked URL when using the default logging configuration
  • Add a default and trace logging level
  • Make VERSION.txt and CHANGELOG.md available in the Gatling stand-alone distribution
  • Add error details to Gatling's simulation.log using an ExtraInfoExtractor
  • Extracted HttpProtocolBuilder to simplify test setup
  • Using bodyString instead of jsonPath to avoid parsing JSON if not required
  • Added a before and after hook to document the feature