Skip to content

Releases: confluentinc/ducktape

v0.13.0

09 Jun 15:51

Choose a tag to compare

What's Changed

  • chore(deps): update dependency pycryptodome to v3.19.1 [security] (master) by @renovatebot-confluentinc in #424
  • chore(deps): update dependency requests to v2.32.2 [security] (master) by @renovatebot-confluentinc in #426
  • Add support for historical report in loader by @imcdo in #431
  • Upgrade PyYAML to v6.0.2 and fix style error by @saurabhcnf in #432
  • ADD python 3.13 support and run pr-test-job with all supported python versions by @saurabhcnf in #433
  • CPTF-1049 | report.html: Report expected test count in the summary by @tsrivatsavs in #436

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.1

24 Oct 06:08

Choose a tag to compare

Add the missing psutil dependency in v0.12.0(#420)

v0.12.0

08 Oct 11:56

Choose a tag to compare

What's Changed

  • Store summary of previous runs when deflaking by @imcdo in #360
  • Runner Client Minor Refactor and Test by @imcdo in #366
  • Adding nodes used in test summary for HTML report by @abolipai99 in #378
  • Parse args from config files independently by @imcdo in #395
  • add support to python 3.10, 3.11 and 3.12 by @ivandasch in #397
  • Stop the hanging threads in runner client forcefully after 30 seconds by @sprsi in #416

New Contributors

Full Changelog: v0.11.4...v0.12.0

v0.11.3

01 Dec 20:21

Choose a tag to compare

v0.11.1

12 Sep 18:36

Choose a tag to compare

Release 0.11.1

v0.10.0

06 Jul 00:52
0ba4642

Choose a tag to compare

What's Changed:

  • Do not schedule tests on unresponsive nodes - #325