From 1af046e999f9b995701f970f41635a4def415f0f Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Fri, 18 Oct 2019 12:36:34 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55ebf22dc3..a7e6f2124e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log -## [0.12.0](https://github.com/locustio/locust/tree/0.12.0) (2019-10-01) -[Full Changelog](https://github.com/locustio/locust/compare/0.11.1...0.12.0) + +## [0.12.1](https://github.com/locustio/locust/tree/0.12.1) (2019-10-01) +[Full Changelog](https://github.com/locustio/locust/compare/0.11.1...0.12.1) **Fixed bugs:** +- Resolved time import error in exception_handler [\#1023](https://github.com/locustio/locust/issues/1023) - response time has too many decimal places in the web statistics page [\#1081](https://github.com/locustio/locust/issues/1081) - Fail ratio calculation for individual requests is incorrect [\#991](https://github.com/locustio/locust/issues/991) **Closed issues:** +- Added TCP Keep Alive to guarantee master-slave communication after idle periods [\#1101](https://github.com/locustio/locust/pull/1101) - Distributed load test k8s and openshift [\#1100](https://github.com/locustio/locust/issues/1100) - http return code as 0 [\#1098](https://github.com/locustio/locust/issues/1098) - Official docker image does not actually exist [\#1092](https://github.com/locustio/locust/issues/1092) @@ -98,6 +101,11 @@ - Add command line argument to specify exit code on response errors [\#992](https://github.com/locustio/locust/pull/992) ([Stateford](https://github.com/Stateford)) - Geventhttpclientmergeconflicts [\#838](https://github.com/locustio/locust/pull/838) ([SpencerPinegar](https://github.com/SpencerPinegar)) +## [0.12.0] + +- Skipped because of accidental upload of master to PyPI. + + ## [0.11.1](https://github.com/locustio/locust/tree/0.11.1) (2019-03-19) [Full Changelog](https://github.com/locustio/locust/compare/0.11.0...0.11.1)