From c39d8bbe92bc8c834f486362d7712a9a0ef4d635 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Mon, 27 Jun 2022 22:02:45 +0200 Subject: [PATCH] Update changelog for 2.10 --- CHANGELOG.md | 22 ++++++++++++++++++++++ docs/changelog.rst | 7 +++++++ 2 files changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5270f4ce47..dd4dd7744a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog Note that PRs for the latest version are sometimes missing here, check [github](https://github.com/locustio/locust/releases) for the latest info. +## [2.10.0](https://github.com/locustio/locust/tree/2.10.0) (2022-06-27) + +[Full Changelog](https://github.com/locustio/locust/compare/2.9.0...2.10.0) + +**Closed issues:** + +- Add ACK for worker connection [\#2044](https://github.com/locustio/locust/issues/2044) + +**Merged pull requests:** + +- Remove timeout parameter from FastHttpUser unit tests [\#2123](https://github.com/locustio/locust/pull/2123) ([cyberw](https://github.com/cyberw)) +- Convert url for getting tasks to relative [\#2121](https://github.com/locustio/locust/pull/2121) ([5imun](https://github.com/5imun)) +- More robust handling of ZMQ/RPC errors [\#2120](https://github.com/locustio/locust/pull/2120) ([solowalker27](https://github.com/solowalker27)) +- Update the link for reporting data to a database [\#2119](https://github.com/locustio/locust/pull/2119) ([AlexMooney](https://github.com/AlexMooney)) +- fix: stopping state when running more than one worker node. [\#2116](https://github.com/locustio/locust/pull/2116) ([renato-farias](https://github.com/renato-farias)) +- add support for custom SSLContext when using FastHttpUser [\#2113](https://github.com/locustio/locust/pull/2113) ([renato-farias](https://github.com/renato-farias)) +- chore: Set permissions for GitHub actions [\#2107](https://github.com/locustio/locust/pull/2107) ([naveensrinivasan](https://github.com/naveensrinivasan)) +- additional typing improvements [\#2106](https://github.com/locustio/locust/pull/2106) ([mgor](https://github.com/mgor)) +- Stop client\_listener from raising a KeyError when receiving a client\_stopped message from unknown worker [\#2102](https://github.com/locustio/locust/pull/2102) ([BirdLearn](https://github.com/BirdLearn)) +- Fix multiple resetting connection after RPCError [\#2096](https://github.com/locustio/locust/pull/2096) ([Nosibb](https://github.com/Nosibb)) +- Add ack for worker connection [\#2077](https://github.com/locustio/locust/pull/2077) ([Nosibb](https://github.com/Nosibb)) + ## [2.9.0](https://github.com/locustio/locust/tree/2.9.0) (2022-05-19) [Full Changelog](https://github.com/locustio/locust/compare/2.8.6...2.9.0) diff --git a/docs/changelog.rst b/docs/changelog.rst index 79e31b5694..38623b5a57 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.10.0 +====== +* Add ack for worker connection https://github.com/locustio/locust/pull/2077 (note that 2.10 workers will not work with a 2.9 master) +* add support for custom SSLContext when using FastHttpUser https://github.com/locustio/locust/pull/2113 +* More robust handling of ZMQ/RPC errors https://github.com/locustio/locust/pull/2120 / https://github.com/locustio/locust/pull/2096 +* Full Changelog https://github.com/locustio/locust/compare/2.9.0...2.10.0 + 2.9.0 =====