Releases: sgoeschl/gatling-blueprint-project
Releases · sgoeschl/gatling-blueprint-project
v3.1.3
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
v3.0.3
Gatling BluePrint Project 3.0.2
- Upgrade to Gatling 3.0.2
- Minor code cleanup
Gatling BluePrint Project 3.0.0.1
3.0.0.1
Changed
- Support of Gatling 3.0.0 release
Gatling BluePrint Project 2.3.1
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
andgatling
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
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
andtrace
logging level - Make
VERSION.txt
andCHANGELOG.md
available in the Gatling stand-alone distribution - Add error details to Gatling's
simulation.log
using anExtraInfoExtractor
- Extracted HttpProtocolBuilder to simplify test setup
- Using
bodyString
instead ofjsonPath
to avoid parsing JSON if not required - Added a
before
andafter
hook to document the feature