locust v2.4.0 Release Notes

Release Date: 2021-10-11 // over 2 years ago
  • Full Changelog

    ๐Ÿ›  Fixed bugs:

    • Locust will not work, if there is a custom 'run' @task / function #1893
    • ๐Ÿ‘‰ MasterRunner target_user_count no longer set for test_start event listeners #1883

    ๐Ÿ”€ Merged pull requests:

    • Missing colons after else keyword in Event Hooks doc #1902 (TatchNicolas)
    • ๐Ÿ‘Œ Support (and test) Python 3.10 #1901 (cyberw)
    • โž• Add start_time and url parameters to request event. #1900 (cyberw)
    • ๐Ÿ‘ป Make User.run/TaskSet.run final and raise an exception if someone marks it with @task #1895 (cyberw)
    • ๐Ÿ‘‰ Ensure target_user_count is set before test_start event is fired #1894 (mboutet)
    • ๐Ÿ‘‰ Ensure target_user_count is set before ramping-up or down #1891 (mboutet)
    • ๐Ÿš€ Release docker image for arm64. #1889 (odidev)
    • ๐Ÿ‘ท #1884 User distribution should happen when new workers comes in #1886 (tyge68)