From f0eff532d6c6262d4fa98d3095c8e08727913b1f Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Mon, 1 Nov 2021 15:52:27 +0100 Subject: [PATCH] Update changelog for 2.4.2 --- CHANGELOG.md | 18 ++++++++++++++++++ docs/changelog.rst | 7 +++++++ 2 files changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fe17df186..3533b5a8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.4.2](https://github.com/locustio/locust/tree/2.4.2) (2021-11-01) + +[Full Changelog](https://github.com/locustio/locust/compare/2.4.1...2.4.2) + +**Fixed bugs:** + +- the report cant show the right time [\#1909](https://github.com/locustio/locust/issues/1909) +- cant show html chart version locust 2.4.0 [\#1908](https://github.com/locustio/locust/issues/1908) + +**Closed issues:** + +- Update locustio/locust Docker image to Python 3.9.6 [\#1821](https://github.com/locustio/locust/issues/1821) + ## [2.4.1](https://github.com/locustio/locust/tree/2.4.1) (2021-10-19) [Full Changelog](https://github.com/locustio/locust/compare/2.4.0...2.4.1) @@ -8,6 +21,11 @@ - No longer logging interval stats when using LoadTestShape after 2.1.x [\#1906](https://github.com/locustio/locust/issues/1906) +**Merged pull requests:** + +- Fix stat printing when using shapes [\#1907](https://github.com/locustio/locust/pull/1907) ([cyberw](https://github.com/cyberw)) +- Change docker image to use Python 3.9 [\#1904](https://github.com/locustio/locust/pull/1904) ([cyberw](https://github.com/cyberw)) + ## [2.4.0](https://github.com/locustio/locust/tree/2.4.0) (2021-10-11) [Full Changelog](https://github.com/locustio/locust/compare/2.2.3...2.4.0) diff --git a/docs/changelog.rst b/docs/changelog.rst index 74a7517007..188a6c174f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog Highlights For full details of the Locust changelog, please see https://github.com/locustio/locust/blob/master/CHANGELOG.md +2.4.2 +===== + +* Add --expect-workers-max-wait parameter (https://github.com/locustio/locust/pull/1922) +* Track worker memory usage (https://github.com/locustio/locust/pull/1917) +* Other small fixes + 2.4.1 =====