Skip to content

Commit

Permalink
Update changelog for 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Sep 7, 2022
1 parent 1329075 commit 86dbfce
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# Changelog
Note that the latest version is usually missing here, check [github](https://github.com/locustio/locust/releases) for the latest info.

## [2.11.1](https://github.com/locustio/locust/tree/2.11.1) (2022-08-26)
## [2.12.0](https://github.com/locustio/locust/tree/2.12.0) (2022-09-07)

[Full Changelog](https://github.com/locustio/locust/compare/2.11.1...2.11.1)
[Full Changelog](https://github.com/locustio/locust/compare/2.11.1...2.12.0)

**Fixed bugs:**

- WebUI `Edit running load test` not carried `user_classes` when enabled `--class-picker` [\#2170](https://github.com/locustio/locust/issues/2170)

**Merged pull requests:**

- Log warning if tag filtering gets rid of all tasks [\#2186](https://github.com/locustio/locust/pull/2186) ([cyberw](https://github.com/cyberw))
- GitHub Workflows security hardening [\#2184](https://github.com/locustio/locust/pull/2184) ([sashashura](https://github.com/sashashura))
- ft: LoadTestShapes with custom user classes [\#2181](https://github.com/locustio/locust/pull/2181) ([samuelspagl](https://github.com/samuelspagl))
- Bump FastHttpUser/geventhttpclient dependency to 2.0.2 [\#2180](https://github.com/locustio/locust/pull/2180) ([cyberw](https://github.com/cyberw))
- Allow more recent versions of pyzmq \(it was only 23.0.0 that was broken\) [\#2179](https://github.com/locustio/locust/pull/2179) ([cyberw](https://github.com/cyberw))
- Bump default concurrency for fast http user to 10 [\#2177](https://github.com/locustio/locust/pull/2177) ([cyberw](https://github.com/cyberw))
- Web UI style fixes: about dialog cannot be opened in the startup page [\#2173](https://github.com/locustio/locust/pull/2173) ([alterhu2020](https://github.com/alterhu2020))

## [2.11.1](https://github.com/locustio/locust/tree/2.11.1) (2022-08-25)

[Full Changelog](https://github.com/locustio/locust/compare/2.11.0...2.11.1)
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog Highlights

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

2.12.0
======
* LoadTestShapes with custom user classes https://github.com/locustio/locust/pull/2181
* Minor fixes and bumped some dependencies

2.11.1
======
* Fix issue when editing user count while running a test using --class-picker https://github.com/locustio/locust/pull/2171
Expand Down

0 comments on commit 86dbfce

Please sign in to comment.