What's new in 3.15

Gatling 3.15 release notes.

For more detailed release notes, including patch releases, please check the milestones on GitHub.

Also make sure to check the upgrade guide.

Executing concurrent HTTP requests

Previously, it was only possible to execute concurrent HTTP requests as children of a parent one, using resources.

It’s now possible to directly define a list of concurrent requests without a parent one, using httpConcurrentRequests.

Controlling error messages cardinality

In order to limit the cardinality of the error messages generated by failing checks, it’s now possible with logActualValueInError to disable logging the actual value.

Edit this page on GitHub