Skip to content

Commit

Permalink
Update changelog for 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Jan 27, 2024
1 parent 13a76d6 commit 9aecf06
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Changelog Highlights

For full details of the Locust changelog, please see https://github.com/locustio/locust/blob/master/CHANGELOG.md

2.21.0
======
* Switch from flake8 + black to ruff for linting and formatting of code
* Update shape class' runner when Web UI picker is used by https://github.com/locustio/locust/pull/2534
* Web UI Modern Auth https://github.com/locustio/locust/pull/2538
* Customization Feature for Percentile Display on Statistics Page https://github.com/locustio/locust/pull/2550
* Allow User weight adjustment (and task selection) in UI when running with --class-picker, or on command line with --config-users argument https://github.com/locustio/locust/pull/2559
* Optimize memory usage when using --processes by @cyberw in https://github.com/locustio/locust/pull/2564

2.20.1
======
* run_single_user improvements https://github.com/locustio/locust/pull/2519
Expand Down

0 comments on commit 9aecf06

Please sign in to comment.