Upgrading from 3.7 to 3.8

Core

  • #4057: When calling andThen multiple times, instead of appending to the existing sequential scenarios, it now creates a new sequence that will only start once all the users of the preceding sequence are terminated, children scenarios included.

  • #4226: The feed override that takes a number of entries now produces arrays instead of translating the keys with an index suffix.

Gradle

  • #4259: The gatling-maven-plugin no longer automatically configures the mavenCentral repository. You now have to follow the standard practice and configure it explicitly. This fixes issues with corporate proxy repositories.

Edit this page on GitHub