locust v0.14.0 Release Notes

Release Date: 2020-02-03 // over 4 years ago
  • Full Changelog

    ๐Ÿ›  Fixed bugs:

    • FastHttpLocust gives error when using valid url. #1222
    • Error generating request statistics CSV in masterโ€“slave mode #1191
    • Stats are reset when re-balancing users across slave nodes #1168
    • Slave count stuck at 3 instead of decreasing to 1 due to "missing" #1158

    Closed issues:

    • scale clients up and down during a run #1185
    • Locust should warn if CPU usage is too high #1161
    • ๐Ÿ‘Œ Support Step Load Pattern (up & down) #1001
    • Provide a way to specify locust counts and hatch rate per locust class #683
    • Alternative terminology for "slave" #220

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ’พ Save failures.csv in --no-web mode #1245 (ajt89)
    • โฌ‡๏ธ Drop support for pre 3.6 Python versions (give error during installation) #1243 (cyberw)
    • Warn if CPU usage is too high (>90%) #1161 #1236 (cyberw)
    • โšก๏ธ Update docs for running locust in Step Load Mode #1235 (delulu)
    • ๐Ÿ‘ allow 1 percent codecov degradation before failing build (because it is flaky) #1230 (cyberw)
    • Disable codecov patch analysis, because it fails all the time #1229 (cyberw)
    • ๐Ÿ›  Relax host checking for FastHttpLocust to be more in line with HttpLocust. Fixes #1222 #1227 (cyberw)
    • โž• Add "Running Locust with Docker" to the TOC #1221 (TBBle)
    • ๐Ÿ›  Fix link formatting for the Helm chart #1219 (TBBle)
    • ๐Ÿ›  fix: change typo UserBehavior to UserBehaviour #1218 (aasmpro)
    • ๐Ÿ›  Fix 'd rop-in' typo to 'drop-in' #1215 (jenglamlow)
    • โšก๏ธ Update running-locust-distributed.rst #1212 (Neamar)
    • Warn if spawn rate is too high. Adresses bug #1174 for example. #1211 (cyberw)
    • ๐Ÿ‘ Allow users to override encoding when decoding requests (maybe using chardet, as was the default before) #1204 (cyberw)
    • Allow min_wait and max_wait times of 0 #1199 (Aresius423)