TWLight
TWLight copied to clipboard
Bump locust from 2.15.1 to 2.24.1
Bumps locust from 2.15.1 to 2.24.1.
Release notes
Sourced from locust's releases.
2.24.1
What's Changed
- Update ruff to 0.3.0 by
@cyberwin locustio/locust#2619- Add documentation about manually closing TCP/HTTP connections by
@DennisKronein locustio/locust#2623- chore: remove repetitive words by
@tgolangin locustio/locust#2625- [Modern UI] Modal Can Extend Beyond Screen Limits by
@andrewbaldwin44in locustio/locust#2631- Dont throw an exception in FastHttpUser if a request is made with stream=True and the connection fails by
@cyberwin locustio/locust#2642- Do not call blocking
contentproperty and lazily load response by@neiserin locustio/locust#2643New Contributors
@tgolangmade their first contribution in locustio/locust#2625@neisermade their first contribution in locustio/locust#2643Full Changelog: https://github.com/locustio/locust/compare/2.24.0...2.24.1
2.24.0
What's Changed
- Check that locustfile downloaded from URL is valid Python code by
@DennisKronein locustio/locust#2604- Modern UI: Change Footer to Static Positioning by
@andrewbaldwin44in locustio/locust#2605- pluggable dispatcher logic by
@mgorin locustio/locust#2606- [Report][Modern-UI] HTML report is blank by
@andrewbaldwin44in locustio/locust#2609- Update Header Logo to Higher Resolution for the Modern UI by
@FooQooin locustio/locust#2611- [Modern UI] Refactor and Add Tests for Entrypoints by
@andrewbaldwin44in locustio/locust#2613- Implement pyproject.toml support for Locust configuration by
@alzex3in locustio/locust#2612- Bugfix/2614 relative assets and stats links by
@skyanthin locustio/locust#2615- Modern UI - Fix logo asset by
@andrewbaldwin44in locustio/locust#2618New Contributors
@alzex3made their first contribution in locustio/locust#2612@skyanthmade their first contribution in locustio/locust#2615Full Changelog: https://github.com/locustio/locust/compare/2.23.1...2.24.0
2.23.1
What's Changed
- Change download-from-master to use temp file dir by
@cyberwin locustio/locust#2599- Modern UI: Wrong chart's legend for overridden percentiles values by
@andrewbaldwin44in locustio/locust#2600- Modern UI: Add exception message column on the Exception Table by
@andrewbaldwin44in locustio/locust#2601Full Changelog: https://github.com/locustio/locust/compare/2.23.0...2.23.1
2.23.0
What's Changed
- Gh actions: Run tests on MacOS by
@cyberwin locustio/locust#2580- docs(running-distributed): cores -> logical cores by
@tdadelain locustio/locust#2570- DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead by
@mgorin locustio/locust#2576- Use defaultdict:s for stats dictionaries instead of setdefault by
@cyberwin locustio/locust#2579- Update writing-a-locustfile.rst by
@KaushikPathak90in locustio/locust#2584- Work around issue with locustfiles named "locust.py" by
@cyberwin locustio/locust#2587
... (truncated)
Changelog
Sourced from locust's changelog.
2.24.1 (2024-03-20)
Fixed bugs:
'NoneType' object has no attribute 'get'whenstream=TrueinFastHttpSession.request#2640- Locust --processes argument generating multiple html reports #2639
- cannot open dashboard and console error shows 'the server responded with a MIME type of "text/plain".' #2632
- extend web ui not working since 2.22.0 #2629
- Custom parameters incomplete display #2628
Closed issues:
- pyproject.toml support for locust configuration #2298
Merged pull requests:
- Do not call blocking
contentproperty and lazily load response #2643 (neiser)- Dont throw an exception in FastHttpUser if a request is made with stream=True and the connection fails #2642 (cyberw)
- [Modern UI] Modal Can Extend Beyond Screen Limits #2631 (andrewbaldwin44)
- chore: remove repetitive words #2625 (tgolang)
- Add documentation about manually closing TCP/HTTP connections #2623 (DennisKrone)
- Update ruff to 0.3.0 #2619 (cyberw)
2.24.0 (2024-02-29)
Fixed bugs:
- Blank page when accessing Locust Web UI via reverse proxy with subpath #2614
- [Report][Modern-UI] HTML report is blank #2603
Closed issues:
- SocketIOUser send method supports specific subscribe request #2616
- "Sticky" user types on workers #2522
Merged pull requests:
- Modern UI - Fix logo asset #2618 (andrewbaldwin44)
- Bugfix/2614 relative assets and stats links #2615 (skyanth)
- [Modern UI] Refactor and Add Tests for Entrypoints #2613 (andrewbaldwin44)
- Implement pyproject.toml support for Locust configuration #2612 (alzex3)
- Update Header Logo to Higher Resolution for the Modern UI #2611 (FooQoo)
- [Report][Modern-UI] HTML report is blank #2609 (andrewbaldwin44)
- pluggable dispatcher logic #2606 (mgor)
- Modern UI: Change Footer to Static Positioning #2605 (andrewbaldwin44)
- Check that locustfile downloaded from URL is valid Python code #2604 (DennisKrone)
... (truncated)
Commits
caa0d45Update changelog for 2.24.187cfedfMerge pull request #2643 from neiser/fix-stream-support4ffa84aDo not call blocking content property and lazily load response on first access76575c9Merge pull request #2642 from locustio/fix-issue-with-fasthttpuser-with-strea...63bfdc7Dont crash FastHttpUser if a request is made with stream=True and the connect...c69316dRemove superflous None parameter from examplef4d0300Merge pull request #2631 from andrewbaldwin44/bugfix/2628eb99844Fix modal max height50bf37eMerge pull request #2625 from tgolang/master9ecfaeechore: remove repetitive words- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)