====== Friday, October 04th, 2024 -------------------------- - Store summary of previous runs when deflaking - Runner Client Minor Refactor and Test - Adding nodes used in test summary for HTML report - Parse args from config files independently - add support to python 3.10, 3.11 and 3.12
0.11.4
====== Friday, August 18th, 2023 ------------------------- - Updated `requests` version to 2.31.0
0.11.3
====== Wednesday, November 30th, 2022 ------------------------------ - Bugfix: fixed an edge case when BackgroundThread wait() method errors out if start() method has never been called.
0.11.2
====== Wednesday, November 30th, 2022 ------------------------------ - Bugfix: fixed an edge case when BackgroundThread wait() method errors out if start() method has never been called.
0.11.1
====== - Removed `tox` from requirements. It was not used, but was breaking our builds due to recent pushes to `virtualenv`. - Bumped `jinja2` to `3.0.x`
0.11.0
====== - Option to fail tests without `cluster` annotation. Deprecate ``min_cluster_spec()`` method in the ``Test`` class - `336 <https://github.com/confluentinc/ducktape/pull/336>`_