Skip to content

0.13.3

Compare
Choose a tag to compare
@mbeacom mbeacom released this 13 Dec 16:19
· 3942 commits to master since this release

Full Changelog

Fixed bugs:

  • Unable to properly connect multiple slaves, master #1176
  • Zero exit code on exception #1172
  • --stop-timeout is not respected when changing number of running Users in distributed mode #1162

Closed issues:

  • "Percentage of the requests.." table has missing column headers #1180
  • Set locust parameters via env vars & config file #1166

Merged pull requests:

  • Use ConfigArgParse instead of argparse, to support getting parameters from config file and/or env vars. #1167 (cyberw)
  • Add toolbox control for for downloading chart as png #1165 (skivis)
  • Allow locust to get SIGTERM(aka Ctrl+C) messages. #1159 (turgayozgur)
  • Stats: New argument "--csv-full-history" appends stats entries every interval in a new "_stats_history.csv" File #1146 (mehta-ankit)