Sourced from locust's releases.
2.31.6
What's Changed
- Simplify Generator annotations - PEP 696 by
@tdadela
in locustio/locust#2886- Fix FastHttpSession.request json typing by
@tdadela
in locustio/locust#2885- Filename from URL Should Strip Query Params by
@andrewbaldwin44
in locustio/locust#2887- Update README.md by
@JonanOribe
in locustio/locust#2889- Remove redundant None in Any | None annotations by
@tdadela
in locustio/locust#2892- Fix _kl_generator by filtering nonpositive User weights by
@tdadela
in locustio/locust#2891- Add worker_count = 1 to LocalRunner for parity with MasterRunner by
@tarkatronic
in locustio/locust#2900- Update Webui README by
@andrewbaldwin44
in locustio/locust#2901- Add Error Message for Accessing Login Manager without --web-login by
@andrewbaldwin44
in locustio/locust#2902New Contributors
@tarkatronic
made their first contribution in locustio/locust#2900Full Changelog: https://github.com/locustio/locust/compare/2.31.5...2.31.6
Sourced from locust's changelog.
2.31.6 (2024-09-15)
Fixed bugs:
- RPS vs Total Running Users #2895
- Overwriting weight by config-users may lead to crash #2852
- FastHttpSession requests typing for the json argument should support lists #2842
- Dockerfile warning #2811
Closed issues:
Merged pull requests:
- Add Error Message for Accessing Login Manager without --web-login #2902 (andrewbaldwin44)
- Update Webui README #2901 (andrewbaldwin44)
- fix: Add worker_count = 1 to LocalRunner for parity with MasterRunner #2900 (tarkatronic)
- Remove redundant None in Any | None annotations #2892 (tdadela)
- Fix _kl_generator by filtering nonpositive User weights #2891 (tdadela)
- Update README.md #2889 (JonanOribe)
- Filename from URL Should Strip Query Params #2887 (andrewbaldwin44)
- Simplify Generator annotations - PEP 696 #2886 (tdadela)
- Fix FastHttpSession.request json typing #2885 (tdadela)
7a8ec0e
gh actions: pin python to 3.12.5 on windows, because .6 has issues (No
Python...70f3551
update auto changelog for 2.31.6d7fc3b4
changelog92fda19
doc fix54f30cd
Merge pull request #2902
from andrewbaldwin44/bugfix/login-manager-error-message1f4fcc9
Add error message for login manager4120e5b
Merge pull request #2901
from andrewbaldwin44/task/readme30c8c8b
Update webui READMEb3e85ae
Merge pull request #2900
from tarkatronic/fix/local-runner-worker-infoa019463
fix: Fix the custom_messages example to work with LocalRunner