All Versions
105
Latest Version
Avg Release Cycle
14 days
Latest Release
843 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v2.0.0.b0 Changes
July 05, 2021 -
v1.6.0 Changes
June 26, 2021π Fixed bugs:
- status "stopped" instead of "spawning", tick() method of LoadShape called only once #1762
Closed issues:
- π Allow master node to supply data to worker nodes directly #1780
π Merged pull requests:
- β Add CORS functionality to Locust #1793 (KasimAhmic)
- π Make FastHttpUser use the same name for request_meta as HttpUser (no leading underscore) #1788 (cyberw)
- π» Ensure that the exception dictionaries are not mutated when generating a html report #1784 (mboutet)
- π Allow cross process communication using custom messages #1782 (nathan-beam)
- modified check_stopped condition #1769 (stanislawskwark)
-
v1.5.3 Changes
May 17, 2021π Merged pull requests:
- Register stats from request_success and request_failure #1761 (DennisKrone)
-
v1.5.2 Changes
May 12, 2021 -
v1.5.1 Changes
May 04, 2021π Merged pull requests:
-
v1.5.0 Changes
May 04, 2021π Merged pull requests:
- β Add response object to request event #1752 (cyberw)
- β‘οΈ Updated request event with context and deprecate request_failure/success #1750 (DennisKrone)
-
v1.4.4 Changes
April 03, 2021π Fixed bugs:
- β self.quit() fails test doesn't stop #1726
- β LoadTestShape run_time broken when using test_start and test_stop decorators #1718
- β Distributed test stopped despite workers running #1707
- Charts not working well in version 1.4.2 #1690
Closed issues:
π Merged pull requests:
- π Fix test issue probably caused by updated configargparse version. #1739 (cyberw)
- Call shape_class.reset_time() after test_start event so that tick time is correct #1738 (max-rocket-internet)
- Ensure runner.quit finishes even when users are broken #1728 (cyberw)
- β make runner / user count available to LoadTestShape #1719 (msarahan)
- π Fix typo in ~examples/dynamic_user_credentials.py #1714 (luke-h1)
- π Fix automatic distributed test shutdown #1710 (enote-kane)
- π fix type hinting on Events #1705 (mrijken)
- β‘οΈ updated double wave load shape docs to reflect peak times #1698 (pranavgupta1234)
- add LoadTestShape to __all__ in order to fix warning "'LoadTestShape'β¦ #1696 (amitwer)
-
v1.4.3 Changes
January 28, 2021 -
v1.4.2 Changes
January 26, 2021π Fixed bugs:
- β Report charts plot data points after the test has ended #1677
- SetConsoleMode throws an error when locust is run from Jenkins Powershell #1654
- locust should exit when a load shape returns None in headless mode #1653
- β test_stop is fired twice when Locust is running in βmaster/worker mode #1638
Closed issues:
- π currently locust is supporting for stas, failures, stas history in csv format while running without web #1673
- /swarm web endpoint should not require user_count and spawn_rate when shape_class is used #1670
- π Show legends on charts #1651
π Merged pull requests:
- π Verify docker build & create PyPI releases through Github Actions when tags are pushed #1687 (heyman)
- π· Use Github Actions for CI #1686 (heyman)
- β Shutdown workers when using LoadTestShape and headless mode #1683 (max-rocket-internet)
- Stats charts data persistance #1681 (aek)
- π Fix issues with render_template #1680 (aek)
- π Improve stats data sharing from python to js #1679 (aek)
- π Feature chart sync #1678 (aek)
- π Feature stats exceptions csv #1674 (aek)
- β /swarm adjusted for tests with shape class #1671 (stanislawskwark)
- π Fix a typo #1665 (atktng)
- π Feature chart tooltip custom values - show user count #1658 (aek)
- π Check if running from a tty on windows #1657 (DennisKrone)
- β¬οΈ Bump Echarts version to show charts legends #1655 (aek)
- β Add example that manually adds stats entries #1645 (heyman)
- π» Use SASS for CSS styling + UI improvements #1644 (heyman)
- π Fix bug causing test_stop event to be fired twice in master node #1641 (heyman)
- β Added --html option to save HTML report #1637 (rloomans)
-
v1.4.1 Changes
November 16, 2020π Fixed bugs:
- π³ Locust docker version 1.4.0 using 100% CPU on idle #1629
π Merged pull requests:
- π Fix 100% cpu usage when running in docker/non-tty terminal #1631 (DennisKrone)