Skip to content

v0.43.1

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 11:03
· 625 commits to master since this release
v0.43.1
af3a0b8

k6 v0.43.1 is a patch release containing a few bugfixes:

  • #2926 fixed a panic in setup() code when vu.iterationInScenario from k6/execution was used.
  • #2934 fixed a wrongly printed internal output ID to the stdout UI.
  • #2938 fixed a synchronization bug that caused k6 to get stuck after the end-of-test summary when sending the usage report took more than 3s. Thanks for reporting this, @ichasepucks!