From 44235ce3f593028d472a8122655659f0ef12f247 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Mon, 5 Aug 2024 16:17:41 +0200 Subject: [PATCH] Update changelog for 2.31.0 --- docs/changelog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index cae93adc91..466629d43a 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.31.0 +====== +* Fix HTML Report Stats Table https://github.com/locustio/locust/pull/2817 +* URL Directory, and Multi-File Support for Locustfile Distribution https://github.com/locustio/locust/pull/2766 +* Various UI improvements https://github.com/locustio/locust/pull/2815, https://github.com/locustio/locust/pull/2804, https://github.com/locustio/locust/pull/2824, https://github.com/locustio/locust/pull/2825, https://github.com/locustio/locust/pull/2826, https://github.com/locustio/locust/pull/2828 +* Fix docker image build https://github.com/locustio/locust/pull/2830 + 2.30.0 ====== * FastHttpSession: Enable passing json as a positional argument for post() and stop converting response times to int https://github.com/locustio/locust/pull/2772 @@ -12,6 +19,7 @@ For full details of the Locust changelog, please see https://github.com/locustio * Implement Poetry build system (mainly so we don't have to commit the built frontend resources to git) https://github.com/locustio/locust/pull/2725 * UI: Replace total avg response time with 50 percentile (avg was broken) https://github.com/locustio/locust/pull/2806 * Avoid deadlock in gevent/urllib3 connection pool (fixes occasional worker heartbeat timeouts) https://github.com/locustio/locust/pull/2813 +* This release got no docker image due to a build error 2.29.1 ======