Gatling 2.1.4 is out !

Hi all Gatling users,

Gatling 2.1.4 is out and available in Central.

Gatling 2.1.4 includes the following fixes:

  • A few documentation corrections (#2497, #2510, #2512, #2516, #2522)

  • The HAR file path was not validated in the Recorder (#2506)

  • Generated reports were broken for simulations with more than 15 scenarios (#2538)

  • queryParamSeq was broken, due to an issue with Scala’s type inference (#2536)

  • Gatling tries wrongly to decode the Location header (#2530)

  • An issues with request throttling (#2525)

  • Gatling now propagates most headers on redirect (#2521)

  • Gatling failed on cookies with an empty domain (#2520)

Cheers,

Pierre

Awesome! Will check it out.

Hello, after updating from 2.1.3 to 2.1.4 I get the error:

`

Error:(13, 6) value disableUrlEscaping is not a member of io.gatling.http.config.HttpProtocolBuilder
possible cause: maybe a semicolon is missing before `value disableUrlEscaping’?
.disableUrlEscaping
^

`

Any tips on how to deal with this? It works fine with 2.1.3.

Cheers,

Magnus

https://github.com/gatling/gatling/issues/2497#issuecomment-70825768

Replace it by disableUrlEncoding and it’ll work.