Skip to content

Releases: locustio/locust

2.7.1

02 Feb 19:31
Compare
Choose a tag to compare

What's Changed

  • fix --html report in web mode by @uddmorningsun in #1992
  • Allow repeated runs of run_single_user by @cyberw in #1993
  • Send a tweet whenever there is a new release (testing this is actually the main purpose of this release :)

Full Changelog: 2.7.0...2.7.1

2.7.0

29 Jan 18:40
Compare
Choose a tag to compare

What's Changed

  • Add run_single_user and documentation on how to debug Users/locustfiles by @cyberw in #1985
  • Fix "socket operation on non-socket" at shutdown, by reverting #1935 by @cyberw in #1991

Small fixes/improvements:

Full Changelog: 2.6.1...2.7.0

2.6.1

26 Jan 07:24
f4c2541
Compare
Choose a tag to compare

Pretty much only documentation fixes

Full Changelog: 2.6.0...2.6.1

2.6.0

23 Jan 18:09
02d1f9e
Compare
Choose a tag to compare
  • fixed_count: ability to spawn a specific number of users (as opposed to just using weights) #1964
  • Pass tags and exclude-tags to workers. #1976
  • WorkerRunner: read --expect-workers from job parameters #1975
  • Clean up some logging messages #1973
  • Ensure heartbeat_worker doesnt try to re-establish connection to workers when quit has been called #1972

2.5.1

09 Dec 21:14
Compare
Choose a tag to compare
  • Ignore empty host field in web ui (Fix running the web UI with class defined hosts) (#1956)
  • Throw exception when calling response.success()/.failure() if with-block has not been entered (#1955)
  • Stop declaring "fake" class level variables in Environment, User and StatsEntry (#1948)

2.5.0

05 Nov 10:30
Compare
Choose a tag to compare
  • Change request event 'url' parameter to contain full URL (technically a breaking change, but very few users will have had time to start using this) (#1927)
  • Suppress warnings for patch version mismatch between master and worker (#1926)

2.4.3

02 Nov 07:11
Compare
Choose a tag to compare
  • Fix crash on windows (#1924)

2.4.2

01 Nov 14:52
Compare
Choose a tag to compare
  • Add --expect-workers-max-wait parameter (#1922)
  • Track worker memory usage (#1917)
  • Other small fixes

2.4.1

19 Oct 07:27
Compare
Choose a tag to compare

Fix stat printing when using shapes #1907

2.4.0

11 Oct 10:04
Compare
Choose a tag to compare

Add start_time and url parameters to request event. #1900
Support (and test) Python 3.10 #1901
Make User.run/TaskSet.run final and raise an exception if someone marks it with @task #1895
Ensure target_user_count is set before ramping-up or down #1891/#1894
Release docker image for arm64. #1889