locust v1.1 Release Notes

Release Date: 2020-06-28 // almost 4 years ago
  • Full Changelog

    ๐Ÿ›  Fixed bugs:

    • Charts are twice as high as they need to #1440
    • Master-host IP is not overrided by environment variable. #1424
    • โœ… Two test_stop events triggered when --run-time expires #1421
    • Locust Installation error on Ubuntu 16.04 and Debian Stretch #1418
    • locust doesn't escape the double quotes in the csv output #1417
    • on_master_stop_hatching is not triggered on master when hatching terminates #1295
    • ๐Ÿ”’ Installing 0.12.1 requires "pipenv lock --pre" #1116

    Closed issues:

    • โœ… Ability to run test_start on workers. #1408
    • โœ… Ability to Stop Locust Client from within the test script #1192

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fixes a typo #1454 (Waples)
    • โœ๏ธ minor typos in docs #1453 (howardosborne)
    • ๐Ÿ›  fixed up environment.parsed_options #1450 (pentop)
    • ๐Ÿ‘ Allow Users to stop the runner by calling self.environment.runner.quit() (without deadlocking sometimes) #1448 (cyberw)
    • ๐Ÿ†“ Cut to only 5% free space on the top of the graphs #1443 (benallard)
    • ๐Ÿณ Base Locust Docker image on non-alpine python image #1435 (heyman)
    • ๐Ÿ“š Quickstart documentation clarification. #1434 (JamesB41)
    • ๐Ÿ‘‰ Use csv module to generate csv data #1428 (ajt89)
    • โž• Add simple documentation with use case for init event #1415 (Zooce)
    • ๐Ÿ“š Simplify documentation of catch_response & add example of response time validation. #1414 (cyberw)