TWLight icon indicating copy to clipboard operation
TWLight copied to clipboard

Bump locust from 2.15.1 to 2.24.1

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps locust from 2.15.1 to 2.24.1.

Release notes

Sourced from locust's releases.

2.24.1

What's Changed

New Contributors

Full Changelog: https://github.com/locustio/locust/compare/2.24.0...2.24.1

2.24.0

What's Changed

New Contributors

Full Changelog: https://github.com/locustio/locust/compare/2.23.1...2.24.0

2.23.1

What's Changed

Full Changelog: https://github.com/locustio/locust/compare/2.23.0...2.23.1

2.23.0

What's Changed

... (truncated)

Changelog

Sourced from locust's changelog.

2.24.1 (2024-03-20)

Full Changelog

Fixed bugs:

  • 'NoneType' object has no attribute 'get' when stream=True in FastHttpSession.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 content property 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)

Full Changelog

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:

... (truncated)

Commits
  • caa0d45 Update changelog for 2.24.1
  • 87cfedf Merge pull request #2643 from neiser/fix-stream-support
  • 4ffa84a Do not call blocking content property and lazily load response on first access
  • 76575c9 Merge pull request #2642 from locustio/fix-issue-with-fasthttpuser-with-strea...
  • 63bfdc7 Dont crash FastHttpUser if a request is made with stream=True and the connect...
  • c69316d Remove superflous None parameter from example
  • f4d0300 Merge pull request #2631 from andrewbaldwin44/bugfix/2628
  • eb99844 Fix modal max height
  • 50bf37e Merge pull request #2625 from tgolang/master
  • 9ecfaee chore: remove repetitive words
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Mar 21 '24 19:03 dependabot[bot]