Releases: locustio/locust
Releases Β· locustio/locust
2.8.1
2.8.0
Shrink Locust's docker image from 358MB to 95MB. Mainly by basing it on python3.9-slim instead of python3.9.
What's Changed
- Fix empty tasks section in UI and static report bug by @EzR1d3r in #2001
- Mark package as being typed and add some missing type hints by @RobertCraigie in #2003
- Fix link to distributed load generation documentation in CPU log warning by @mayaCostantini in #2007
- Shrink docker image, mainly by switching base image to python3.9-slim by @cyberw in #2009
- Dockerfile: only install build dependencies on arm64 (everyone else has pre-built wheels) by @cyberw in #2011
New Contributors
- @RobertCraigie made their first contribution in #2003
- @mayaCostantini made their first contribution in #2007
Full Changelog: 2.7.3...2.8.0
2.7.3
2.7.2
2.7.1
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
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:
- Fixing issue #1961 with incorrect "All users spawned" log messages wh⦠by @EzR1d3r in #1977
- unit tests: add extra validations in integration tests by @cyberw in #1990
- Add 99%ile for Web UI by @FooQoo in #1989
- hardening Environment.shape_class for distinct usage by @uddmorningsun in #1983
Full Changelog: 2.6.1...2.7.0
2.6.1
Pretty much only documentation fixes
Full Changelog: 2.6.0...2.6.1
2.6.0
- 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