From 9016d97935fb73b43c0e80833ccaa0873335d974 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Sun, 22 Dec 2024 10:16:10 +0100 Subject: [PATCH] Changelog 2.32.5 --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 060efe4114..2bcb644387 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,12 @@ Changelog Highlights For full details of the Locust changelog, please see https://github.com/locustio/locust/blob/master/CHANGELOG.md +2.32.5 +====== +* Treat exceptions in init event handler as fatal https://github.com/locustio/locust/pull/3009 +* FastHttpUser: Fix SSL certificate loading performance issue https://github.com/locustio/locust/pull/3013 +* Delay CPU usage checks to make it less likely to generate false positives during process startup https://github.com/locustio/locust/pull/3014 + 2.32.4 ====== * Minor doc updates https://github.com/locustio/locust/pull/2990, https://github.com/locustio/locust/pull/2989, https://github.com/locustio/locust/pull/2993