Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump locust from 2.19.1 to 2.30.0 #145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps locust from 2.19.1 to 2.30.0.

Release notes

Sourced from locust's releases.

2.30.0

What's Changed

New Contributors

Full Changelog: locustio/locust@2.29.1...2.30.0

2.29.1

What's Changed

New Contributors

Full Changelog: locustio/locust@2.29.0...2.29.1

2.29.0

What's Changed

... (truncated)

Changelog

Sourced from locust's changelog.

2.30.0 (2024-07-31)

Full Changelog

Fixed bugs:

  • Locust / pypy fails with "AttributeError: module 'gc' has no attribute 'freeze'" error. #2818
  • Worker sometimes fails to send heartbeat after upgrade to urllib3>=1.26.16 #2812
  • Web UI lacking asset #2781

Closed issues:

  • Charts Update Is Delayed #2771
  • Use itertools.cycle in SequentialTaskSet #2740
  • SequentialTaskSet handles task weights in an inconsistent way #2739

Merged pull requests:

  • Update poetry windows tests #2821 (mquinnfd)
  • Fix pypy gc.freeze() AttributeError #2819 (jimoleary)
  • Fix Dockerfile style warning #2814 (mehrdadbn9)
  • Avoid deadlock in gevent/urllib3 connection pool (fixes occasional worker heartbeat timeouts) #2813 (tdadela)
  • Replace total avg response time with 50 percentile (avg was broken) #2806 (andrewbaldwin44)
  • Add example of a bottlenecked server and use that test to make a new graph for the docs #2805 (cyberw)
  • Fix tests on windows #2803 (mquinnfd)
  • Provide warning for local installs where yarn is not present #2801 (mquinnfd)
  • Fix Extend Webui Example #2800 (andrewbaldwin44)
  • Correctly set version from Poetry in published builds #2791 (mquinnfd)
  • Fix StatsEntry docstring #2784 (tdadela)
  • dispatch benchmark test improvements #2780 (tdadela)
  • Typing: strict optional in dispatch.py #2779 (tdadela)
  • new events for heartbeat and usage monitor #2777 (mgor)
  • FastHttpSession requests typing #2775 (tdadela)
  • Remove Line Chart Default Zoom #2774 (andrewbaldwin44)
  • FastHttpSession: Enable passing json as a positional argument for post() and stop converting response times to int #2772 (tdadela)
  • SequentialTaskSet: Allow weighted tasks and dict in .tasks #2742 (bakhtos)
  • Implement Poetry build system (mainly so we don't have to commit dynamically generated front end bundles to git) #2725 (mquinnfd)

2.29.1 (2024-06-25)

Full Changelog

Fixed bugs:

  • locust/webui/dist/index.html script errors. #2753

Merged pull requests:

  • Option to Skip Monkey Patching with LOCUST_SKIP_MONKEY_PATCH #2765 (andrewbaldwin44)
  • HttpSession: Improve error message when someone forgot to pass catch_response=True + small optimization #2762 (cyberw)

... (truncated)

Commits
  • 3ee0b1f changelog
  • 925c0f5 fix changelog formatting
  • 54cbc53 Update changelog for 2.30.0
  • 3186f60 Add open/closed workload example.
  • d0ac47c Merge pull request #2821 from mquinnfd/update-poetry-windows-tests
  • 064168d generalise prebuild steps
  • 7e44631 make sure Windows contains the correct build names
  • 07d7fcd remove pre-build specifics
  • 5e45128 adjust runner steps to install correct locust version
  • d3863b9 Merge pull request #2819 from jimoleary/pypy-freeze
  • 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)

Bumps [locust](https://github.com/locustio/locust) from 2.19.1 to 2.30.0.
- [Release notes](https://github.com/locustio/locust/releases)
- [Changelog](https://github.com/locustio/locust/blob/master/CHANGELOG.md)
- [Commits](locustio/locust@2.19.1...2.30.0)

---
updated-dependencies:
- dependency-name: locust
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants