Skip to content

Releases: locustio/locust

2.20.1

03 Jan 11:29
Compare
Choose a tag to compare

What's Changed

  • Add charset_normalizer dependency by @KellyP5 in #2506
  • Bump Requests to 2.26.0, remove explicit dependency on charset_normalizer by @cyberw in #2518
  • run_single_user improvements by @cyberw in #2519
  • Support IPv6 for zmq connection between master and worker by @simonwu-sn in #2521
  • update docker actions to get rid of node12 deprecation warnings by @mgor in #2524
  • Bump vite from 4.4.9 to 4.4.12 in /locust/webui by @dependabot in #2527
  • Update Vite to 4.5.1 by @cyberw in #2530

New Contributors

Full Changelog: 2.20.0...2.20.1

2.20.0

13 Dec 12:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.19.1...2.20.0

2.19.1

27 Nov 11:35
Compare
Choose a tag to compare

What's Changed

  • Create any directories as part of the CSV Prefix by @sillydan1 in #2481
  • Dont suppress StopUser or GreenletExit in on_stop by @ALagierski in #2486
  • Fix an edge case when no directory is part of csv-prefix by @sillydan1 in #2483
  • fix(typing): typing.DefaultDict in test_interruptable_task.py by @tdadela in #2488
  • Change logging of call to sys.exit() to info level by @cyberw in #2490
  • FastResponse: Detect response text encoding when no information is present on the response headers. by @MiltiadisKoutsokeras in #2485

New Contributors

Full Changelog: 2.19.0...2.19.1

2.19.0

21 Nov 18:49
1bdf579
Compare
Choose a tag to compare

What's Changed

  • Add --processes parameter to automatically fork worker processes by @cyberw in #2472
  • Shut down workers if master goes missing for too long by @cyberw in #2474
  • Stop worker from automatically quitting if connected to an older version master that doesnt send heartbeats by @cyberw in #2475
  • Update minimum version of various dependencies by @cyberw in #2476
  • Update command line argument descriptions and docs by @cyberw in #2477
  • Fix issue with --processes: Stop parent process from trying to kill children too fast by @cyberw in #2478

Full Changelog: 2.18.4...2.19.0

2.18.4

19 Nov 07:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.18.3...2.18.4

2.18.3

12 Nov 17:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.18.2...2.18.3

2.18.2

10 Nov 21:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.18.1...2.18.2

2.18.1

01 Nov 18:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.18.0...2.18.1

2.18.0

26 Oct 10:17
Compare
Choose a tag to compare

What's Changed

  • Make FastHttpUser use requests encoding detection by @cyberw in #2416
  • Add a modern web UI based on React, MaterialUI and Vite by @andrewbaldwin44 in #2405
  • Add run_single_user to __all__ variable by @tdadela in #2417
  • Modernize the report.html when using the --modern-ui Flag by @andrewbaldwin44 in #2420
  • Stop supporting Python 3.7 by @cyberw in #2421
  • Fix too long first wait time for constant_pacing (and constant_throughput) by @cyberw in #2428
  • refactor(MasterRunner): simplify condition in check_stopped by @tdadela in #2432

New Contributors

Full Changelog: 2.17.0...2.18.0

2.17.0

05 Oct 17:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.16.1...2.17.0