Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.75 KB

File metadata and controls

29 lines (21 loc) · 1.75 KB
title seotitle description lead date lastmod
What's new in 3.8
What's new in Gatling 3.8
Gatling 3.8 release notes.
Gatling 3.8 release notes.
2022-07-03 18:30:56 +0200
2022-07-03 18:30:56 +0200

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

{{< alert warning >}} Beware that Gatling 3.8 introduces a few breaking changes. Make sure to check the [Upgrade guide]({{< ref "../upgrading/3.7-to-3.8.md" >}}) {{</ alert >}}

Core

  • #4057: andThen has been redesigned to support chaining, see [doc]({{< ref "/reference/script/core/injection#sequential-scenarios" >}})
  • #4215: Redis feeder now supports the RPOPLPUSH command, see [doc]({{< ref "/reference/script/core/session/feeders#redis" >}}), thanks to @shoaib42.
  • #4262: Gatling Expression language now supports sequence/array/list access by negative index, ie counting backward from the end
  • #4263: When running a test, Gatling now tries to check if a newer release is available on maven central and if so prompts a warning in the console and if the version is really lagging (more than 1 year old), displays a warning in the HTML reports.

HTTP

  • #4204: WebSockets close now supports passing a status code, see [doc]({{< ref "/reference/script/protocols/websocket#close" >}})

HTML Reports

  • #4258: HTML reports have be revamped with a more modern look-and-feel