All Versions
105
Latest Version
Avg Release Cycle
14 days
Latest Release
690 days ago

Changelog History
Page 4

  • v2.2.2 Changes

    September 15, 2021

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ”– Version information in Docker image is incorrect #1885

    Closed issues:

    • ๐Ÿ’ป Ability to explicitly set which arguments will be exposed/visible in the web ui #1876

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ’ป Ability to hide extra args from web ui #1881 (fabito)
    • ๐Ÿ”จ Refactor (remove duplication) headless/autostart mechanism. #1880 (cyberw)
    • ๐Ÿ‘ท Wait for --expect-workers when running --autostart #1879 (cyberw)
    • ๐Ÿ‘ท Dont launch autostart greenlet on workers, even if they happened to get the --autostart flag #1878 (cyberw)
    • โž• Added documentation for start_shape #1874 (daniel135790)
    • ๐Ÿ›  Fix Regression in Full History CSV Percentiles #1873 (TaylorSMarks)
    • Ability to inject custom html elements in the head element #1872 (fabito)
  • v2.2.1 Changes

    September 02, 2021

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ”Œ Importing any locust plugin breaks the UI and distributed load generation. #1870

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ’ป Disable setting custom parameters of None or boolean type in web UI. Fixes #1870 #1871 (cyberw)
  • v2.2.0 Changes

    September 01, 2021

    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)
  • v2.2.0.b0 Changes

    September 01, 2021

    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)
  • v2.1.0 Changes

    August 08, 2021

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ OOM error with master/slaves setup (zeromq, windows) #1372

    Closed issues:

    • โœ… locust should add extending blocks to index.html to change the start test and edit test options #1822

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix docker builds #1845 (cyberw)
    • โฌ†๏ธ Bump dependency on pyzmq to fix #1372 (OOM on windows) #1839 (cyberw)
    • ๐Ÿ“š Use 1 as default in web UI start form + lots of documentation updates #1836 (cyberw)
  • v2.0.0 Changes

    August 01, 2021

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • โœ… User Count Drops when Worker Abruptly Leaves The Test In Distributed Mode #1766

    ๐Ÿ”€ Merged pull requests:

    • โšก๏ธ update grpc example, because grpc gevent issue has been fixed #1834 (cyberw)
    • โœ… Speed up tests #1831 (mboutet)
    • ๐Ÿ‘ Allow workers to bypass version check by sending -1 as version #1830 (cyberw)
  • v2.0.0.b4 Changes

    July 28, 2021

    Full Changelog

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ‘Œ Improve logging messages and clean up code after dispatch refactoring (#1809) #1826 (mboutet)
    • Remove user_classes_count from heartbeat payload #1825 (mboutet)
  • v2.0.0.b3 Changes

    July 16, 2021

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • FastHttpUser requests are blocking #1810

    Closed issues:

    • Restore locust_start_hatching functionality #1776

    ๐Ÿ”€ Merged pull requests:

    • โž• Add option to set concurrency of FastHttpUser/Session #1812 (soitinj)
    • โœ… Fire test_start and test_stop events on worker nodes #1777 (nathan-beam)
  • v2.0.0.b2 Changes

    July 12, 2021

    Full Changelog

    ๐Ÿ”€ Merged pull requests:

    • Auto shrink request stats table to fit terminal #1811 (cyberw)
    • ๐ŸŽ Refactoring of the dispatch logic to improve performance #1809 (mboutet)
  • v2.0.0.b1 Changes

    July 05, 2021

    Full Changelog

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ‘ท Check version of workers when they connect. Warn if there is a mismatch, refuse 1.x workers to connect #1805 (cyberw)
    • ๐Ÿ”„ Change the default User weight to 1 instead of 10. #1803 (cyberw)
    • โฌ†๏ธ Upgrade to flask 2 #1764 (corenting)