Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps locust from 2.15.1 to 2.27.0.

Release notes

Sourced from locust's releases.

2.27.0

What's Changed

New Contributors

Full Changelog: locustio/locust@2.26.0...2.27.0

2.26.0

What's Changed

Full Changelog: locustio/locust@2.25.0...2.26.0

2.25.0

What's Changed

New Contributors

Full Changelog: locustio/locust@2.24.1...2.25.0

2.24.1

What's Changed

... (truncated)

Changelog

Sourced from locust's changelog.

2.27.0 (2024-05-06)

Full Changelog

Fixed bugs:

  • User Classes with Empty Tasks Results in TypeError: 'NoneType' object is not iterable #2694

Closed issues:

  • Why defining run_time on worker node raises an error #2683

Merged pull requests:

  • annotate return types of a few functions to enable more mypy check #2702 (tdadela)
  • refactor(WindowsKeyPoller): change implementation of captured_chars #2701 (tdadela)
  • refactor: replace deprecated utcfromtimestamp function #2700 (tdadela)
  • Use deque for tasks in taskset instead of plain list #2698 (cyberw)
  • fix: Ensure locust does not crash when an User class has no task #2696 (hangonlyra)
  • Fix various spelling errors using codespell #2687 (cyberw)
  • Dispatch/user distribution calculation using Kullback-Leibler divergence #2686 (tdadela)
  • Allow worker process to run with --run-time specified, just log a warning about it being ignored #2685 (Sawiq)
  • Small cleanup: mypy type-ignore and dev deps #2684 (tdadela)
  • Simplify how locustfiles are found (using -f). Don’t automatically append .py #2655 (DennisKrone)

2.26.0 (2024-04-18)

Full Changelog

Merged pull requests:

  • Reformat and lint stuff. And pin gevenhttpclient version #2682 (cyberw)
  • Add ruff pre commit hook #2680 (cyberw)
  • Remove python 3.8 compatibility code #2679 (cyberw)
  • Drop support for Python 3.8 #2677 (cyberw)
  • Update geventhttpclient and adjust FastHttpUser max_retries / max_redirects #2676 (cyberw)

2.25.0 (2024-04-14)

Full Changelog

Fixed bugs:

  • Wrong distribution of virtual users by user classes #2662
  • Monkey patching error #2661
  • cannot specify task of UserClass when locust run on distributed mode #2657
  • [ModernUI] HTML entities are incorrectly escaped in generated report #2635
  • Bug / Feature request: Time intensive custom_messages functions trigger heartbeat timeout #2608

Closed issues:

... (truncated)

Commits
  • 4289829 Update changelog for 2.27.
  • 8b6e954 Remove check for --expect-workers-max-wait without --expect-workers (it was b...
  • e290263 Merge pull request #2702 from tdadela/annotate_a_few_functions
  • 06b2274 Merge pull request #2701 from tdadela/refactor_WindowsKeyPoller_replace_list_...
  • a04ab14 Merge pull request #2700 from tdadela/replace-utcfromtimestamp-with-fromtimes...
  • 3abbf03 annotate return types of a few functions to enable mypy check
  • 87acda7 update mypy
  • 8ce03c4 refactor(WindowsKeyPoller): change implementation of captured_chars (list -> ...
  • 12cffb8 refactor: replace deprecated datetime.datetime.utcfromtimestamp with datetime...
  • eb95466 Merge pull request #2698 from locustio/use-deque-for-tasks-in-taskset-instead...
  • 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.15.1 to 2.27.0.
- [Release notes](https://github.com/locustio/locust/releases)
- [Changelog](https://github.com/locustio/locust/blob/master/CHANGELOG.md)
- [Commits](locustio/locust@2.15.1...2.27.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 May 6, 2024
@dependabot dependabot bot requested a review from jsnshrmn May 6, 2024 19:42
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 23, 2024

Superseded by #1299.

@dependabot dependabot bot closed this May 23, 2024
@dependabot dependabot bot deleted the dependabot/pip/locust-2.27.0 branch May 23, 2024 19:37
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