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

chore(deps): update dependency locust to v2.32.6 #270

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 10, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
locust (source) ==2.18.1 -> ==2.32.6 age adoption passing confidence

Release Notes

locustio/locust (locust)

v2.32.6

Compare Source

What's Changed

New Contributors

Full Changelog: locustio/locust@2.32.5...2.32.6

v2.32.5

Compare Source

Full Changelog

Merged pull requests:

  • Make cpu usage check sleep BEFORE the first check, and make it slightly less frequent #​3014 (cyberw)
  • FastHttpUser: Fix ssl loading performance issue by avoiding to load certs when they wont be used anyway #​3013 (cyberw)
  • Treat exceptions in init event handler as fatal #​3009 (cyberw)
  • Add create store export #​3004 (andrewbaldwin44)

v2.32.4

Compare Source

Full Changelog

Fixed bugs:

  • Number of requests lower than expected in web UI #​3000
  • Reports download links do not contain web-base-path #​2998
  • Setuptools CVE-2024-6345 #​2995
  • When using exclude-tags to exclude more than two tags, this setting will not take effect #​2994

Merged pull requests:

v2.32.3

Compare Source

Full Changelog

Fixed bugs:

Merged pull requests:

v2.32.2

Compare Source

Full Changelog

Fixed bugs:

  • Requests not ramping up after switching to using pydantic in django project #​2960
  • The locust chart shows that data is still being recorded after the timed run time expires #​2910

Closed issues:

  • Downloading report should provide a meaningful human name #​2931
  • Hard coded path make it impossible to host the UI on a path (instead of the domain root) #​2909

Merged pull requests:

v2.32.1

Compare Source

What's Changed

New Contributors

Full Changelog: locustio/locust@2.32.0...2.32.1

v2.32.0

Compare Source

Full Changelog

Fixed bugs:

  • logfile is erroniously written when there are many workers. #​2927
  • Form field for users, spawn rate, and run time still visible in UI although CustomShape defined without use_common_options. #​2924
  • --html with --process 4 then get ValueError: StatsEntry.use_response_times_cache must be set to True #​2908
  • IPV6 check doesn't work as expected on AWS EKS #​2787

Merged pull requests:

v2.31.8

Compare Source

What's Changed

New Contributors

Full Changelog: locustio/locust@2.31.7...2.31.8

v2.31.7

Compare Source

Full Changelog

Merged pull requests:

v2.31.6

Compare Source

Full Changelog

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:

  • Cleaning up the build process #​2857
  • Simplify GitHub Actions using install-poetry #​2822

Merged pull requests:

v2.31.5

Compare Source

Full Changelog

Fixed bugs:

  • Pressure testing is over, but RPS and Users still have data #​2870

Merged pull requests:

v2.31.4

Compare Source

Full Changelog

Merged pull requests:

v2.31.3

Compare Source

Full Changelog

Fixed bugs:

  • Brew installed locust missing UI assets #​2831
  • response avg time is NaN #​2829
  • Windows Action Runs Wrong Version of Locust #​2796

Merged pull requests:

v2.31.2

Compare Source

Full Changelog

Merged pull requests:

v2.31.1

Compare Source

Full Changelog

Merged pull requests:

v2.31.0

Full Changelog

Merged pull requests:

v2.30.0

Compare Source

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:

v2.29.1

Compare Source

Full Changelog

Fixed bugs:

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

Merged pull requests:

v2.29.0

Compare Source

Full Changelog

Fixed bugs:

  • The time of the downloaded html report is not correct #​2691
  • Event spawning_complete fires every time a user is created #​2671
  • Delay at startup and high cpu usage on Windows in Python 3.12 #​2555

Closed issues:

  • Log a warning if getting locustfile from master takes more than 60s #​2748
  • Show the reset button even after stopping a test #​2723
  • Add date to charts in web UI #​2678

Merged pull requests:

v2.28.0

Compare Source

Full Changelog

Fixed bugs:

  • The Charts presentation in the report downloaded by locust is problematic #​2706
  • Locust insists on using IPv6 despite being in an IPv4 stack. #​2689
  • When there is an error in the FAILURES of the front-end page when there is a worker, there is no escape. #​2674

Closed issues:

  • Pin the headers and aggregated row to the top and bottom of the window #​2688
  • Remove legacy UI #​2673
  • TaskSet's _task_queue should be a collections.deque? #​2653

Merged pull requests:

v2.27.0

Compare Source

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. Allow float weights. #​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)

v2.26.0

Compare Source

Full Changelog

Merged pull requests:

v2.25.0

Compare Source

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:

  • Add an UI extension exemple that display proxy cache hit/miss #​2644

Merged pull requests:

v2.24.1

Compare Source

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:

v2.24.0

Compare Source

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:

v2.23.1

Compare Source

Full Changelog

Fixed bugs:

  • Modern UI: Average Response Time and 95th percentile have the same color #​2598

Closed issues:

  • Modern UI: Add exception message column on the Exception Statistics #​2597

Merged pull requests:

v2.23.0

Compare Source

Full Changelog

Closed issues:

  • Modern UI: ability to sort tables by column specific column #​2593
  • Modern UI - User class picker - add option to enable/disable everything. #​2585
  • [LocustLineChart] Implement an option/configuration for users to customize the color of the LocustLineChart. #​2578

Merged pull requests:

[v2.22.0]


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency locust to v2.18.2 chore(deps): update dependency locust to v2.18.3 Nov 12, 2023
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 498e9b6 to 9419c4f Compare November 12, 2023 22:11
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.18.3 chore(deps): update dependency locust to v2.18.4 Nov 19, 2023
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 9419c4f to 7263d98 Compare November 19, 2023 11:08
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.18.4 chore(deps): update dependency locust to v2.19.0 Nov 21, 2023
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 7263d98 to 989bfc8 Compare November 21, 2023 22:43
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.19.0 chore(deps): update dependency locust to v2.19.1 Nov 27, 2023
@renovate renovate bot force-pushed the renovate/locust-2.x branch 2 times, most recently from 9463ca6 to 45b037e Compare November 29, 2023 19:40
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.19.1 chore(deps): update dependency locust to v2.20.0 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 45b037e to 15eab8f Compare December 13, 2023 18:57
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 15eab8f to 2e75e5f Compare January 3, 2024 13:47
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.20.0 chore(deps): update dependency locust to v2.20.1 Jan 3, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 2e75e5f to 84ffa01 Compare January 27, 2024 14:31
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.20.1 chore(deps): update dependency locust to v2.21.0 Jan 27, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 84ffa01 to 388181f Compare February 4, 2024 16:30
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.21.0 chore(deps): update dependency locust to v2.22.0 Feb 4, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 388181f to b407caa Compare February 11, 2024 20:02
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.22.0 chore(deps): update dependency locust to v2.23.0 Feb 11, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from b407caa to 13e564c Compare February 12, 2024 01:14
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.23.0 chore(deps): update dependency locust to v2.23.1 Feb 12, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 13e564c to 5da1cf7 Compare February 29, 2024 17:30
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.23.1 chore(deps): update dependency locust to v2.24.0 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 5da1cf7 to 6463abd Compare March 20, 2024 20:01
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.24.0 chore(deps): update dependency locust to v2.24.1 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 6463abd to 03d0aa5 Compare April 14, 2024 17:07
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.24.1 chore(deps): update dependency locust to v2.25.0 Apr 14, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 03d0aa5 to 349991c Compare April 18, 2024 21:56
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.25.0 chore(deps): update dependency locust to v2.26.0 Apr 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.31.0 chore(deps): update dependency locust to v2.31.1 Aug 5, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 230f1bc to 512a0cd Compare August 6, 2024 22:24
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.31.1 chore(deps): update dependency locust to v2.31.2 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 512a0cd to e034876 Compare August 15, 2024 20:28
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.31.2 chore(deps): update dependency locust to v2.31.3 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from e034876 to 07ace99 Compare August 26, 2024 15:31
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.31.3 chore(deps): update dependency locust to v2.31.4 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 07ace99 to 81c2a49 Compare August 31, 2024 20:07
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.31.4 chore(deps): update dependency locust to v2.31.5 Aug 31, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 81c2a49 to 47be0b0 Compare September 15, 2024 12:59
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.31.5 chore(deps): update dependency locust to v2.31.6 Sep 15, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 47be0b0 to b776dc1 Compare September 25, 2024 18:32
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.31.6 chore(deps): update dependency locust to v2.31.7 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from b776dc1 to 8017b1f Compare September 28, 2024 12:43
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.31.7 chore(deps): update dependency locust to v2.31.8 Sep 28, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 8017b1f to 88d30e3 Compare October 15, 2024 11:29
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.31.8 chore(deps): update dependency locust to v2.32.0 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 88d30e3 to 82de4c2 Compare October 29, 2024 10:17
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.32.0 chore(deps): update dependency locust to v2.32.1 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 82de4c2 to 822bfdd Compare November 8, 2024 13:58
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.32.1 chore(deps): update dependency locust to v2.32.2 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 822bfdd to 4897c30 Compare November 17, 2024 19:39
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.32.2 chore(deps): update dependency locust to v2.32.3 Nov 17, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 4897c30 to 77b4684 Compare December 2, 2024 01:07
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.32.3 chore(deps): update dependency locust to v2.32.4 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from 77b4684 to f0a6c3f Compare December 23, 2024 10:10
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.32.4 chore(deps): update dependency locust to v2.32.5 Dec 23, 2024
@renovate renovate bot force-pushed the renovate/locust-2.x branch from f0a6c3f to 9b43c22 Compare January 13, 2025 18:05
@renovate renovate bot changed the title chore(deps): update dependency locust to v2.32.5 chore(deps): update dependency locust to v2.32.6 Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant