All Versions
96
Latest Version
Avg Release Cycle
11 days
Latest Release
44 days ago
Changelog History
Page 5
Changelog History
Page 5
-
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)
-
v1.4.0 Changes
November 13, 2020Closed issues:
- Control user count from terminal #1600
- 0๏ธโฃ Introduce sensible default settings for run time #1598
- 0๏ธโฃ Make wait_time default to zero (vote up/down for this ticket please :) #1308
๐ Merged pull requests:
- ๐ Improve logging about users spawned/stopped #1628 (cyberw)
- 0๏ธโฃ Make zero wait time the default #1626 (cyberw)
- 0๏ธโฃ Make infinite run time the default when running headless #1625 (cyberw)
- ๐ท issue-1571 : Added a logging line when workers connect #1617 (zdannar)
- โ Add key commands for increasing and stopping users #1612 (DennisKrone)
-
v1.3.2 Changes
November 03, 2020๐ Merged pull requests:
-
v1.3.1 Changes
October 15, 2020- โฌ๏ธ Bump minimum required gevent version to 20.9.0 (latest), as all the previous ones had sneaky binary incompatibilities with the latest version of greenlet ("RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject")
-
v1.3.0 Changes
October 12, 2020๐ Fixed bugs:
- โก๏ธ After starting and then stopping a load test, master is updating state in a loop #1577
- ๐ฒ Misleading log message in distributed mode #1572
- โ LoadTestShape.get_run_time is not relative to start of test #1557
- On Stop causes the task to continue #1552
Closed issues:
- โ Remove step load feature now that LoadTestShape is possible? #1575
- โ Add ability to easily extend Locust web UI #1530
- Type hinting for common functions #1260
๐ Merged pull requests:
- ๐ป Start web_ui later to avoid race adding UI routes #1585 (solowalker27)
- โ Remove step load feature #1584 (max-rocket-internet)
- โ Add more type hints #1582 (cyberw)
- โ Run time relative to start when using LoadTestShape #1581 (DennisKrone)
- ๐ฒ Don't log state change if it's the same #1580 (max-rocket-internet)
- SequentialTaskSet improvements #1579 (cyberw)
- ๐ Fixed documentation for tags to link properly. #1578 (Trouv)
- ๐ป More easily extend web UI #1574 (solowalker27)
- Only warn about open file limit when not running as master #1573 (parberge)
- โ Adding more debug logging for runners.py #1570 (max-rocket-internet)
- โ Add friendlier message about expected limit #1566 (parberge)
- ๐ Update documentation for schedule_task parameters in TaskSet (task.py) #1565 (kmels)
- โ Added comment for clarity #1561 (raiyankamal)
- ๐จ Refactor and fix delayed user stopping in combination with on_stop #1560 (cyberw)
- โ Remove legacy code that was only needed for py2 #1559 (cyberw)
- ๐ Clean up code and tighten flake8 linting #1558 (cyberw)
-
v1.2.3 Changes
August 28, 2020๐ Fixed bugs:
- ๐ฆ Unable to install packages using pip #1548
- Cant start: Werkzeug: TypeError: code() takes at least 14 arguments (13 given) #1545
- use_as_lib.py example getting stuck when running #1542
- โ Locust stuck in "Shape worker starting" when restarting a test from the webUI #1540
Closed issues:
- Let's fix code to be PEP8 compliant? #1489
๐ Merged pull requests:
-
v1.2.2 Changes
August 22, 2020๐ Merged pull requests:
-
v1.2.1 Changes
August 20, 2020๐ Fixed bugs:
- ValueError: StatsEntry.use_response_times_cache must be set to True #1531
๐ Merged pull requests:
- fix #1531 (ValueError: StatsEntry.use_response_times_cache must be set to True) #1534 (cyberw)
- โ Add missing parameter to render_template to grey out UI fields #1533 (max-rocket-internet)
- โก๏ธ Update repo README with new wording, locust example, screenshots #1532 (max-rocket-internet)
-
v1.2 Changes
August 19, 2020๐ Fixed bugs:
- Excessive precision of metrics in losust csv stats #1501
- ๐ท WorkerRunner spawns heartbeat before setting worker_state #1500
- Negative min_response_time shown in stats #1487
- ๐ป Unhandled exception: ConnectionResetError, Connection reset by peer (FastHttpUser) #1472
Closed issues:
- ๐ Change the position of dividers in command line report #1514
- ๐ Allow negative hatch rate for ramping down #1488
- Missing URL to download full csv history #1468
- ๐ Support for completely custom load pattern / shape #1432
- ๐ rename "hatch rate" to "spawn rate" #1405
๐ Merged pull requests:
- Doc review changes #1528 (phil-davis)
- ๐ Major rework of documentation & many small fixes #1527 (cyberw)
- ๐ Make hatch-rate parameter deprecated instead of killing it right away. #1526 (cyberw)
- ๐ Move dividers (pipe characters) in stats command line output. Also shrink percentiles output and remove 99.999 percentile by default Fixes #1514 #1525 (cyberw)
- โ Grey out UI input fields when LoadTestShape is in use #1524 (max-rocket-internet)
- ๐ Rename hatch rate to spawn rate. Fixes #1405 #1523 (cyberw)
- Keep csv files open #1522 (lhupfeldt)
- ๐ Fix issue with non str, non Exception type failure messages #1517 (cyberw)
- Add Feature: Download Report File #1516 (taojy123)
- ๐ Fix typos #1512 (phil-davis)
- โ Fix typo of failure_percentage in test_stats.py #1511 (phil-davis)
- ๐ Fix old HttpLocust reference in docs #1508 (phil-davis)
- โ Adding ability to generate any custom load shape with LoadTestShape class #1505 (max-rocket-internet)
- ๐ Download full history - see issue 1468 #1504 (lhupfeldt)
- ๐ Fix csv stats precision #1503 (vstepanov-lohika-tix)
- ๐ Allow ramping down of users #1502 (max-rocket-internet)
- โ Add 2 things to .gitignore #1498 (max-rocket-internet)
- ๐จ Print valid URL when --web-host is not specified #1496 (dmitrytokarev)
- Replace time.time() with time.monotonic() #1492 (max-rocket-internet)
- โ Remove "Loadgen" from CPU warning log messages #1491 (max-rocket-internet)
- ๐ Fix small typo in docker docs #1490 (max-rocket-internet)
- fade into the running screen before getting a response from the server #1479 (camilojimenez)
- ๐จ Refactoring stats to handle custom percentiles #1477 (vstepanov-lohika-tix)
- ๐ Handle connection reset error in fast http client #1475 (mkarlovich)
-
v1.1.1 Changes
July 07, 2020๐ Fixed bugs:
- โ --run-time flag is not respected if there is an exception in a test_stop listener #1461
- ๐ป Unhandled exception: stream ended at an unexpected time #1457
- ๐ฐ Unhandled
UnicodeDecodeError
exception if response with status 400 and request contains binary payload (for FastHttpUser) #1447
Closed issues:
- ๐ป FastHttpUser: Show error codes on 'Failures' page for 'BadStatusCode' exception #1460
๐ Merged pull requests: