locust v2.2.0.b0 Release Notes

Release Date: 2021-09-01 // over 2 years ago
  • Full Changelog

    ๐Ÿ›  Fixed bugs:

    • time display in live charts switches to the local time upon refresh #1835
    • Part of response times chart lines are missing #1702

    Closed issues:

    • Response times get graphed as zero before first request is made #1852
    • โž• Add flag to run with uniform weights #1838
    • โœ… Starting load test from the cli but monitoring from the web UI #831

    ๐Ÿ”€ Merged pull requests:

    • #1832 Displaying locustfile and tasks ratio information on index.html #1868 (tyge68)
    • โž• Add --autostart and --autoquit parameters, fixes #831 #1864 (cyberw)
    • Add constant_throughput wait time (the inverse of constant_pacing) #1863 (cyberw)
    • ๐Ÿ‘Œ Improve some of the doc issues that were missed from the previous PR #1861 (Serhiy1)
    • ๐Ÿ– Handle user classes with weight = 0 #1860 (mboutet)
    • ๐Ÿ›  fix(examples): fix multiple_hosts.py example #1859 (obradovichv)
    • Alternative grouping #1858 (Serhiy1)
    • HttpUser: Unpack known exceptions #1855 (cyberw)
    • ๐Ÿ›  fix(charts): prevent displaying stats before requests are made #1853 (obradovichv)
    • ๐Ÿ‘‰ Use UTC time for server stats history, localize times on the client #1851 (obradovichv)
    • ๐Ÿ“š FastHttpUser: Add it directly under locust package, make the documentation less scary. #1849 (cyberw)
    • Adjust github actions #1848 (cyberw)
    • Auto-generate version number using setuptools_scm and git tags #1847 (cyberw)
    • โž• Add equal weights flag #1842 (shekar-stripe)
    • ๐Ÿ‘ท Show custom arguments in web ui and forward them to worker #1841 (cyberw)
    • Return the new users on Runner.spawn_users #1791 (pappacena)