From 029ca956e2f6c79d9b51e0ce4f930a276c8a00fe Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Mon, 23 Dec 2024 11:55:09 +0100 Subject: [PATCH] Update autogen changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f49bf714..9c69733994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Detailed changelog The most important changes can also be found in [the documentation](https://docs.locust.io/en/latest/changelog.html). +## [2.32.5](https://github.com/locustio/locust/tree/2.32.5) (2024-12-22) + +[Full Changelog](https://github.com/locustio/locust/compare/2.32.4...2.32.5) + +**Merged pull requests:** + +- Make cpu usage check sleep BEFORE the first check, and make it slightly less frequent [\#3014](https://github.com/locustio/locust/pull/3014) ([cyberw](https://github.com/cyberw)) +- FastHttpUser: Fix ssl loading performance issue by avoiding to load certs when they wont be used anyway [\#3013](https://github.com/locustio/locust/pull/3013) ([cyberw](https://github.com/cyberw)) +- Treat exceptions in init event handler as fatal [\#3009](https://github.com/locustio/locust/pull/3009) ([cyberw](https://github.com/cyberw)) +- Add create store export [\#3004](https://github.com/locustio/locust/pull/3004) ([andrewbaldwin44](https://github.com/andrewbaldwin44)) + ## [2.32.4](https://github.com/locustio/locust/tree/2.32.4) (2024-12-01) [Full Changelog](https://github.com/locustio/locust/compare/2.32.3...2.32.4)