Releases: locustio/locust
Releases Β· locustio/locust
0.14.6
0.14.5
0.14.4
0.14.3
First Python 3 only version.
0.14.2 will give an error if installed on py2 (this was supposed to happen in 0.14.0, but post install steps dont work for wheels based packages, so I had to release a source-only package)
0.14.3 (and onwards) are pure py3 versions and will not be downloaded by pip2.
0.14.0
- Drop Python 2 and Python 3.5 support! #1120
- Continuously measure CPU usage and emit a warning if we get a five second average above 90% #1161
- Show CPU usage of slave nodes in the Web UI
- Fixed issue: when running Locust distributed and new slave nodes connected during the hatching/ramp-up
phase #1168 - Fixed issue: FastHttpLocust times out when HttpLocust does not #1246
0.13.5
0.13.4
0.13.3
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)
0.13.2
0.13.1
Fixed bugs:
- Web UI doesn't start on Python 3.8.0 #1154
- When locust exits the current RPS is outputted instead of the total RPS #1152
- Missing headline columns in response time percentile stats printed to console #1151
Closed issues:
- Be able to install pip packages using the docker image #1149
Merged pull requests:
- Docker: add home directory for locust user to install pip packages #1150 (max-rocket-internet)
- Revert "update build_url function in Locust HttpSession " #1148 (vstepanov-lohika-tix)